166k views
3 votes
In Structural Testing (White-Box), we ignore how the program is being written. Group of answer choices True False

User Junfei
by
6.7k points

2 Answers

3 votes

Answer:

The statement is: False.

Step-by-step explanation:

White Box Testing is a type of benchmark for applications where the language written is visible since the coding and structure are analyzed. The White Box Testing aims to verify the feeds that create the application so its use and security can be upgraded.

User LettersBa
by
7.2k points
4 votes

Answer:

Hi Tianylee114! The answer is False.

Step-by-step explanation:

Structural Testing or White-Box testing by definition is the testing of Software solution's internal structure, design and coding. The code is therefore visible to the tester, who can verify the internal flow of variables and outputs based on operations of those inputs. This allows the tester to identify areas of improvements. Black-Box testing on the other hand is where the software is tested for behaviour, therefore internals are not visible to the tester.

User DVK
by
7.1k points