SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which testing technique is best suited to find out functional description fault
A
white box testing
B
black box testing
C
reviews
D
inspections
Explanation: 

Detailed explanation-1: -It is the widely used black-box testing, which is also the basis for equivalence testing. Boundary value analysis tests the software with test cases with extreme values of test data. BVA is used to identify the flaws or errors that arise due to the limits of input data.

Detailed explanation-2: -The Black Box Test is a test that only considers the external behavior of the system; the internal workings of the software is not taken into account. The White Box Test is a method used to test a software taking into consideration its internal functioning. It is carried out by testers.

Detailed explanation-3: -The type of Black Box Testing that concentrates on the functions of the application is known as Functional Testing. In functional testing an input is fed and when the output is received it is compared with the expected results.

There is 1 question to complete.