I want to execute 1st row of the local sheet and 3rd row of
the global sheet parellely. write script to execute
Answers were Sorted based on User's Feedback
Answer / digi
'Local Sheet
msgbox datatable("A",dtLocalSheet)
'Global Sheet
DataTable.SetCurrentRow("3")
msgbox datatable("A",dtGlobalSheet)
Note: pls make sure that the File->Settings :Run Tab says to
execute only 1 row
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aruna
v can execute the differny row values in diffrent excel
sheet
mention the sheet name(as it is Global,in next row for
anothr sheet1)
| Is This Answer Correct ? | 0 Yes | 2 No |
How many ways is to parameterize the value?
If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?
How to use Environment parameterization in QTP? Explain with an example.
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
VB - Script Training in MUMBAI.
What is the concept of firewalls?
How to use actions in qtp ?
We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.
what is Action conversion tool? what the Action conversion tool will do?
What is object spy in quicktest professional?
In how many ways we can add check points to an application using QTP.
What is a programmatic description?