SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Test data should only cover one or two areas of the problem solution.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -It represents data that affects or affected by software execution while testing. Test data is used for both positive testing to verify that functions produce expected results for given inputs and for negative testing to test software ability to handle unusual, exceptional or unexpected inputs.

Detailed explanation-2: -While executing test cases, test engineers need to input some data into the application to get the expected output. Test data is a production-like set of data used by test cases to determine whether an application is working correctly.

Detailed explanation-3: -Some of the types of test data included in this method are valid, invalid, null, standard production data, and data set for performance. The benefit that can be achieved with this test data type is that it doesn’t require any additional resource, it is created with the skills and ideas of the testing team.

There is 1 question to complete.