Which of the following is used in high level of testing?

Options
- Functional testing
- Structural testing
- Glass box testing
- All of these


CORRECT ANSWER : Functional testing

Discussion Board
Functional testing and Structural testing

Answer: Functional testing

Solution: Structural testing and glass box testing are the same that is used to evaluate the source code of the program. It is low level testing.

Functional testing is high level testing. It is a Black box technique that is used to test the system by executing the test cases and compares the actual and expected results.

Therefore, functional testing is a high level testing.


Rohit Srivastava 07-21-2014 01:24 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