What kind of problems are solved by Datapools?
Answers were Sorted based on User's Feedback
Answer / mohan
by using Datapools we can do data drven testing. datapool
is used to generate the data and we can parameterize the
variables by using data in datapool.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / meenu
it test data set tyat supplies values to the variables in
the script during run time.
data pool allows you to pump data to virtual testers under
high volume conditions that involve hundreds of virtual
testers perform thousands of transactions
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Explain the use of "testobject root = getroottestobject();" in rft?
What information is contained in the Datapool_config section?
How will you do data driven testing using Robot?
What is the purpose of the wait state?
How many Verification points are there in Rational Robot? List them.
What is the purpose of comparators in analyzing the results?
Hi all when you run your scripts, all the corresponding bugs can be loged in to Quality Center (or any bug tracking tool), when you have a connection between both the tools. obviously one is being a BUG TRACKING and TEST MANAGEMENT TOOL (QC) and the next is a TESTING TOOL (QTP). my question is that....being both are different tools how can you establish a connection. As you connect your Monitor with CPU by some cables. ns_prasad21@yahoo.co.in
how you copy test cases from .xls to Quality centre?
What are the different data pool access orders?
Hi i am learning Rational test could some one please give me some tips and tricks how and where to start and suggest me any sites, documents or traning to go through. Any help is appreciated Thank you.
How will you edit a baseline file of a verification point?
What kind of problems are solved by Datapools?