I want to execute 1st row of the local sheet and 3rd row of
the global sheet parellely. write script to execute
Answer Posted / 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 |
Post New Answer View All Answers
explain structured testing? plz guys with exp. do answer
How do you delete unwanted results in qtp?
What is the syntax to call one action in another?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
Name the properties you would use for identifying a browser and page when using descriptive programming?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
What is Test Fusion Report in QTP?
How to data driven test for Win objects in QTP ?
How to get Traceability matrix from TD?
why should we give deliver good quality software?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is