White Box Testing verification - Software Testing Strategies

Q.  What do you verify in White Box Testing?
- Published on 03 Aug 15

a. Testing of each statement, object and function on an individual basis.
b. Expected output.
c. The flow of specific inputs through the code.
d. All of the above.

ANSWER: All of the above.
 

    Discussion

  • Prajakta Pandit   -Posted on 24 Nov 15
    - White box testing is mostly used for detecting the logical errors in the program code.

    - Most of the time white box testing is used for debugging the code, finding typographical errors and uncovering the errors.

    - It is one of the best testing method which is used to find out the errors in the software product.

    - Following are the steps that are used to verify the test cases in white box testing,

    - Verify the expected output.
    - Testing of each statement, object and function on an individual basis.
    - Verify the flow of specific inputs through the code.
    - Above steps can be executed at each phase of the software testing life cycle (STLC) that is unit testing, integration testing, system testing.

Post your comment / Share knowledge


Enter the code shown above:

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