Which of the following techniques does not require the understanding of internal data structures and algorithms?

Options
- Gray box testing
- Mutation testing
- Glass box testing
- All - pairs testing


CORRECT ANSWER : All - pairs testing

Discussion Board
Data structure and algorithms

Answer: All - Pairs Testing
Solution: Grey box testing is the combination of the white box and black box testing because we have to understand the internal source code of the application.
Mutation testing is a negative testing. The developer inserts some wrong code and check the impact of the system
Glass box testing is the another name of the white box testing
All-pair testing is a type of black box testing, which is used to test the system by using each pair of input parameter.
Therefore, the last option is correct.

Rohit Srivastava 07-23-2014 01:36 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