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 may types of defects identify application or your currently working application?pls give me answer..
How will you check a web application for broken links using qtp?
how do i know how to use tools
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What is the standard timing delay for web based application in qtp?
Is any limitation to xml checkpoints?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
What is recovery scenario manager? When you go for recovery scenario manager?
Limitations in QTP?
How to recognise the webelement and verifying that webelement is enabled?
What is checkpoints for quicktest professional (qtp)?
What is the difference in testing a client-server application and a web application?
How do you convert manual test cases to automated test cases?
What is expert view in qtp?
How do you check ticket cost and ticket number in flight application?