How u prepare Test data in testing process???
Answers were Sorted based on User's Feedback
Answer / thomas
test data actually test any cases which are neccessary for a development system.there is two categories of testing data into system which prepared for execution;
1)test data update,this is appear when the system data are modified,either for create or editing.
2)test system newlydeveloper,this appear during when the creation of system or product are delivery and going for execution.
So the thing to prepare the data is to draw loughly like this below;
s/no.............
test form.............
actual result..............
expected result..........
status...............
this will help a developer to know how the data or sysem behaviour
thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ammar
we can create test data by ourself which needs PM or test lead approval or test lead or PM provides the data for us.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rafi
Aparna, iam rafi from CTS can you put it clearly, you mean
based on the pre-requesite we have to map the test data
thatis what you mean or ??
Rafi - Programmer analyst
CTS
| Is This Answer Correct ? | 5 Yes | 13 No |
what is the difference between Test-bed and test topology?
Who can perform the unit testing?
what is Gui testing and how is it performed
what is test procedure
If the developer rejects that its not a bug means then whats the next step we follow?
what is exit criteria for testing?
is that software tester may or may not be involved in the actual acceptance testing
difference between regression testing and re testing?
what is the difference between Desktop testing,Client/server testing and webapplication testing
What is the difference between QA and QC ?
7 Answers Tavant Technologies,
What is a "Good Tester"?
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...