SOFTWARE ENGINEERING

SOFTWARE TESTING

TESTING PRINCIPLES AND CONCEPTS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Test data is not necessary until you have solved the problem.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -According to Glenn, test data is very important in testing, because it determines if an application works as expected and it also helps in catching bugs if the data entered is alphanumeric but the requirements only says it should only accept numbers then the application did not throw an error.

Detailed explanation-2: -Test Data is not mandatory for every test case.

Detailed explanation-3: -Test data is data which has been specifically identified for use in tests, typically of a computer program.

There is 1 question to complete.