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
What is quick test pro? What is a quick test professional?
Get the count of files of similar types from a folder.
How does quicktest professional identifies the object in the application?
How software tester can use constants and variables in scripts?
Where we can use the synchronization?
How can I use Call dlls in QTP ?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
How to check feasibility of the appliction?in automation testing?
How do you perform Regreession Testing?
What does mean by Scope of Automation?n How we defined it?
How would you export a script from one pc to another in qtp?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How to execute a winrunner script in quicktest professional (qtp)?
What is keyword view in qtp?
How to find the length of the string in qtp?