Which of the following is not a white box testing technique?

Options
- Branch testing
- Path testing
- Requirements testing
- Penetration testing


CORRECT ANSWER : Requirements testing

Discussion Board
qa

better


g balu 11-16-2014 07:39 AM

White box testing technique

Answer: Requirement testing.

Solution: Branch Testing: It is used to verify that all the branches should be tested at least once.
Path testing: It is used to ensure that every path of a program has been executed at least once.
Penetration testing: It is used to check the security of the system by inserting wrong code.
Requirement Testing: It is not related to the source code because we verify requirement in this testing.
Therefore, Requirement testing is not a white box testing.


Rohit Srivastava 07-23-2014 01:14 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement