SOFTWARE TESTING
TEST PLAN AND TEST CASE DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Detailed explanation-1: -The correct answer is option 1. S1: Black-box tests are based on specifications; better at telling whether the program meets specification, better at finding errors of omission. Hence the statement I is False.
Detailed explanation-2: -Description: In black box testing, the structure of the program is not taken into consideration. It takes into account functionality of the application only. It is also called functional testing. Tester is mainly concerned with the validation of the output rather than how the output is produced.
Detailed explanation-3: -Black-Box Testing The tester is oblivious to the system architecture and does not have access to the source code. Typically, while performing a black-box test, a tester will interact with the system’s user interface by providing inputs and examining outputs without knowing how and where the inputs are worked upon.