Which of the following is an informal analysis of the program source code to find defects?

Options
- White box testing
- Coverage testing
- Code Inspection
- Code walkthrough


CORRECT ANSWER : Code walkthrough

Discussion Board
Software testing

Answer: Code walkthrough
Solution: White box testing: White box testing is a technique that is used to test the internal structure of the application
Coverage testing: Coverage testing is used to measure the degree of a program is tested by a particular test suite.
Code Inspection: It is a formal testing technique where the programmer reviews the source code with other developers.
Code walkthrough: It is an informal analysis method that is used to analyze or review the source code to find defects.
Therefore, Code walkthrough is correct answer.


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