Which is performed first?

Options
- Black box testing
- White box testing
- Dynamic testing
- Static testing


CORRECT ANSWER : Static testing

Discussion Board
Manual testing

Answer: Static Testing.

Solution: Black Box testing: It is done by the tester to verify the functionality of the system or application by executing test cases. It is performed after the white box testing.
White box testing: It is done by developer to verify the internal source code of the module. It is performed after developing unit modules.
Dynamic Testing: It is a Testing technique that is used to verify the system by executing the application. It is performed after developing system.
Static Testing: Static testing is performed by the developer to verify or checking the code, document or algorithm. Static testing is performed first.
Therefore, option D is correct.


Rohit Srivastava 07-28-2014 03:05 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