What is datapool

Showing Answers 1 - 18 of 18 Answers

Nalini

  • Oct 12th, 2006
 

Datapool is a testdata set.It supplies data values to the variables during script play back.

vasanthan

  • Oct 27th, 2006
 

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

bharathi

  • Dec 13th, 2006
 

datapool is used for parameterizing a test script in Rational Robot

  Was this answer useful?  Yes

Chirag

  • Dec 30th, 2006
 

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.

  Was this answer useful?  Yes

s.lakshmipriya

  • Feb 22nd, 2007
 

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

  Was this answer useful?  Yes

srm_suganya

  • Sep 25th, 2007
 

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 ......


  Was this answer useful?  Yes

bizzzzzare

  • Oct 26th, 2007
 

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!!

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions