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 can u say about making a new configuration in Rational Test manager? a. Yes, it can be easily made. b. Yes, but with great difficulty c. No, Never. d. Can’t say.
is there any book on rtrt?
Where the datapool column names are stored?
1. Which of this is not a verification point a. File Comparison b. File Existence c. Module Comparison d. Module Existence
For unattended execution whick playback options you will use?
How to record & run on Japanese lanuage application using english version of IBM ???
Initially Recorded: 7/31/00 2:33:02 PM Script Name: COSC 198 Exam Script Sub Main Sets the delay between execution lines to the default value SetTime 100 This Dimensions an integer variable for use in this script Dim Result As Integer StartApplication "notepad" 'This sets the window context to the Notepad window Window SetContext, "Caption={* - Notepad}", "" 'Test Case to verify the text is correct Result = EditBoxVP (CompareText, "ObjectIndex=1", "VP=Text Verification;Type=CaseSensitive") Observe the code mentioned and answer the below questions 1. Which language it is :- a. SQA Basic b. VB c. C like Language d. TSL 2. Type of the script is ---------- a. VU b. VB c. GUI d. C 3. Explain what the above line ( StartApplication "notepad" ) actually does? a) It starts the notepad application. b) We do not have to open it from the start menu, c) it is opened itself from the robot by using the start application by providing the path to it. 4. Which Verification point is inserted? Result = EditBoxVP (CompareText, "ObjectIndex=1", "VP=Text Verification;Type=CaseSensitive") a. Alphanumeric b. Object Properties c. Window Image d. Object Data
Where the datapool values are stored?
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?
What is not present in iterations of test manager? a. Owner b. Name c. Child iteration d. Start date and end date
purpose of start and end timers in robot scripts?
What is standard data type and what is user defined data type?