The test data is very important in testing an application.
- Test data is the Input feed for Testing the Application.
- To feed the test data to check that the outputs are derived correct.
- Test Data varied for different scenarios in testing(valid/invalid)
- While defining the Test data might be useful for other users/developers that what the system gave for the given inputs.
- Test Data help the developers to find the problem during fixes.
