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 |
What is InStr()
How to make arguments optional in a function?
How to supress warnings from the "Test results page"?
How to use the object spy in quicktest professional 8.0 version?
Explain the difference between call to action and copy action?
can we create recorset with out using database connection in vbscript?
What are the types of environment variables in qtp?
how to associate object repository during runtime in qtp
How to create a standard checkpoint ?
What are the Test design techniques you uses in ur project?
Where the text version of script file located in file system?
What is diff between SDLC AND STLC?