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
How you will rate urself in QTP in the range of 0 to 5
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What are the features supported by UFT?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
How many ways we can parameterize data in quicktest professional (qtp)?
what is the diffrence bw qtp architectute and qtp framework?
Name the properties you would use for identifying a browser and page when using descriptive programming?
What are the different types of functions available in qtp and explain ?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
What are the steps involved in recovery scenario wizard?
desribe a situation where u faced a stressful situation and how did u cope with it
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example