While testing you need to be sure that you won’t miss an important test case because of wrong data or incorrect setting up process. Thus before executing testing all the test environment should be prepared for it. Let’s try to figure out some details. I Preparing test data is a part of the test setup. Test data is any kind of input data to the app, entries from the database tables or file that was loaded by the application. Requirement data can be picked from the prior defined data location.




