Answer Posted / vijay soni
Following are the problems that are solved by Datapools :
1. To provide data to the application which accept only unique data in each iteration to avoid already exist error ie. application that receives unique data only as input.
2. To provide data to the applications which deletes data from the database. If data is same and it is deleted in first iteration then it will give no data found error in subsequent iterations.
3. To provide unique data in performance testing so that application performance can be evaluated as per real time scenario.
Hope this helps.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the Trap options?
How to create datapool?
Explain datapool?
What is the planning and creating datapool?
If you want to output the results to the log file .. How to do?
What is standard data type and what is user defined data type?
How will you do data driven testing using Robot?
How do you analyze results after playback?
If you want to output the results to the log file .. How to do?
Explain purpose of inserting delay values in the scripts of rational?
How to test java applications?
Explain Robot?s command line options?
Where the datapool values are stored?
What is user defined data type?
If we write the script for login page and click on submit boutton then it opens order page...How we can validate that opened page is wether orderpage or not?