How to call Datable values in the QTP program.
exp: I have two parameters like Email id and Password
this two i would like to add multiple entries in the datable
to use it.
What is the difference between Gobal/Action datatable

Answer Posted / manish

For multiple iteration we can use global data sheet.

Getting the value :-

Browser(" ").page(" ").webedit("Emailid"). set
datatable.value("Email id",dtGlobalSheet)
Browser(" ").page("
").webedit("Password")datatable.value("Password",dtGlobalSheet)
Global Sheet And Action Sheet
GlobalSheet :- Global sheet we can use for every action and
by default it run for multiple iteration depends on the
value in the global sheet.

Action Sheet :- Action sheet is for perticular action and by
default it runs only one iteration but we can change it to
run for multiple iteration depends on the value in the
action sheet from the action property.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, how can we check or avoid the memory leakage in QTP9.2?

1712


What is the difference between run time object and test object?

583


How to get the particular property value?

614


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

2269


What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?

598






what is the difference btn risks & Therads in the Test plan documentation?

1594


Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

3019


Explain the difference between call to action and copy action?

525


I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .

1731


Explain the features of quick test pro(qtp)?

581


In qtp, how you can remove the spaces from string?

552


"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...

1448


What is the difference between byref and byval in qtp?

591


How to analyzing the checpoint results?

527


Is it possible to switch between recording modes during a test creation?

594