GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing Tools  >  Rational Robot
Go To First  |  Previous Question  |  Next Question 
 Rational Robot  |  Question 39 of 73    Print  
what is datapool

  
Total Answers and Comments: 8 Last Update: October 26, 2007     Asked by: P.muthukumar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 12, 2006 13:05:57   #1  
Nalini        

RE: what is datapool
Datapool is a testdata set.It supplies data values to the variables during script play back.
 
Is this answer useful? Yes | No
October 12, 2006 13:17:18   #2  
nalini_rv Member Since: October 2006   Contribution: 1    

RE: what is datapool
Datapool is a testdata set.It supplies data values to the variables during script playback.
 
Is this answer useful? Yes | No
October 27, 2006 16:25:07   #3  
vasanthan        

RE: what is datapool
data pool is set of values that gives during playback for getting output on a other hand we can get single respective output of given inputs during playback
 
Is this answer useful? Yes | No
December 13, 2006 04:58:13   #4  
bharathi        

RE: what is datapool
datapool is used for parameterizing a test script in Rational Robot
 
Is this answer useful? Yes | No
December 30, 2006 02:05:10   #5  
Chirag        

RE: what is datapool

DataPool is basically Testing the application by passing different set of data

Advantages:-

Very fast

Very useful in regression testing.

n number of data set can be tested.


 
Is this answer useful? Yes | No
February 22, 2007 07:06:30   #6  
s.lakshmipriya        

RE: what is datapool
hai!
datapool is the testdata set in which we are passing multiple set of data in a variable.

 
Is this answer useful? Yes | No
September 25, 2007 07:32:54   #7  
srm_suganya Member Since: September 2007   Contribution: 1    

RE: what is datapool

hi
Data pool is nothing but a DATA SET while play booking the script we can pass the 'n' of inputs or values for the particular field or column


Advantages :

no need to create script for each and every inputs single script is o.k to pass multiple values ......



 
Is this answer useful? Yes | No
October 26, 2007 03:15:49   #8  
bizzzzzare Member Since: October 2007   Contribution: 359    

RE: what is datapool

Hi

A datapool is a dataset that is used to parameterize your scripts. In short incase your script is using hard-coded values we could substitute the value with a Datapool value for every iteration.

Datapooling can be used to select different values from a combo-box for instance.

Using
dp SQADataPoolOpen(:Path of Datafile:)
Do While Not EOF(1)
SQADataPoolFetch(dp)

SQADatapoolValue
SQADataPoolClose(dp)

Playing with the above sytnax should help one out....

Cheers!!


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape