Rational TestSuite Question:
Download Questions PDF

Explain What kind of problems are solved by Datapools?

Answer:

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.

Download Rational TestSuite Interview Questions And Answers PDF

Previous QuestionNext Question
What is the planning and creating datapool?How to do data driven testing using Robot?