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



I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write scri..

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

I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write scri..

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

Post New Answer

More QTP Interview Questions

With help of object repository,we can able to write the descriptive program manually?

1 Answers  


can we use QTP for load testing instead of load runner?

3 Answers  


How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?

2 Answers  


Suppose u run ur script today and it is working fine ,nobody has changed the setting and all.u r the owner for the script. But when tomorrow I ran the same script again it got failed and It didn't able to identify one object. Can you tell me what would be the reason for this

4 Answers   L&T,


What is the difference between a Function and Action in QTP?

0 Answers   Wells Fargo,






How to define array in qtp?

0 Answers  


did you perform retesting(DATA DRIVEN test) using functions with out using datatable methods how can you perform retesting using functions

3 Answers  


Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?

2 Answers   BirlaSoft,


write a qtp script to see time in windows command prompt? its urgent....

9 Answers   BSL,


how will you load the test cases in ddt?

0 Answers  


what is the latest version of QTP? Main difference between 9.2 and 10 version

0 Answers  


hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company

0 Answers   Excel,


Categories