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


Please Help Members By Posting Answers For Below Questions

How to check which add-ins are associated with a test in qtp?

590


describe some problems that u had with automating testing tool?

1421


Is qtp supports uni-code?

622


Hi,All How to create a link in excel sheet using qtp

3011


In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer

1948






In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

1510


How to export quicktest professional results to an .xls file?

580


How do you do batch testing in wr & is it possible to do in qtp, if so explain?

631


Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,

1352


How to use descriptive programming?

622


How many types of actions are there in quicktest professional (qtp)?

546


Where you get the run time data table?

591


If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?

1446


How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks

2765


How is the Bitmap checkpoint different from Image checkpoint?

630