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 |
What kind of problems are solved by Datapools?
How Do I run my RFT scripts through RQM(rational quality manager)can anyone explain me in the details giving examples. Also, I wanna to integrate RQM with RFT how to do that?
how to insert clipboard verification point
purpose of inserting delay values in the scripts of Rational?
hi i am sanganithi.i am having some doubt in rational robot.can we do synchronization in rational robot,if we can do means how can we do .please explain the steps clearly.
How will you edit a baseline file of a verification point?
what is responsibilities of the Rational Robot
What is the purpose of the Trap options?
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
How to test java applications?
Which of the following is not a built-in input type in Rational Test Manager a. Rational Requisite Pro b. Rational Rose c. Microsoft Excel d. Rational Clear Quest
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?