White Box Techniques - Basic concepts of Software Testing

Q.  Which of the followings is NOT a White Box Technique?
- Published on 03 Aug 15

a. Statement testing
b. Path testing
c. Data flow testing
d. None of the above

ANSWER: None of the above
 

    Discussion

  • Prajakta Pandit   -Posted on 17 Nov 15

    - White box testing is a testing technique that examines the program structure and derives test data from the program code.

    - It has the following testing techniques:

      - Statement testing
      - Path testing
      - Data flow testing

    - White box testing is also known as structured-based testing technique and glass-box testing technique, because the tester requires the knowledge of how the software is implemented and how it works.

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.)