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 / xyz
datatable.rawvalue("emailid",dtglobalsheet)
datatable.rawvalue("password",actionsheet)
global represents the iteration of the test,
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the check points in quicktest professional (qtp)?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
When do go for loop condition in test?
How to handle the exceptions using the recovery scenario manager in qtp?
when u script reveiwing in which area u more concentrates?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
What is the recovery scenario in qtp?
Explain hybrid framework with advantages and disadvantages?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
Can the user toggle between using Local OR and shared OR for the same action?
What are the types of environment variables in qtp?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How you can replace string in qtp?