Black-box testing attempts category errors - Software Testing Techniques

Q.  Which of the following categories, Black-box testing attempts to find errors?
- Published on 14 Aug 15

a. Incorrect or missing functions
b. Interface errors
c. Behavior or performance errors
d. All of the above

ANSWER: All of the above
 

    Discussion

  • Prajakta Pandit   -Posted on 25 Nov 15

    - Black box testing is a method of software testing.

    - In black box testing, the testers have no knowledge about the system, it is structured inside the box.

    - This method can be applied to each and every level of software testing, such as unit testing, integration testing and acceptance testing.

    - Incorrect or missing functions, interface errors, behaviour or performance errors in these categories is where the black box testing attempts to find errors.

    - This testing method is tested without looking at the internal code structure of the software.

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