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 acess a test in RSA?

1673


What is parameter in qtp?

682


How will you check that your test cases covered all the requirements?

568


what could go wrong with test automation?

1507


If you are testing a web application then what will you test in that application?

1544






what is vmodel?advantages and disadvantages of vmodel?

1618


Plz Explain AUTOMATION REFERENCE MODEL?

1684


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

3003


Have you faced any problems with object repository?

592


How can i initiate the objects to find uniquely in OR

1476


How to record a qtp script ?

562


what are the mandatory properties for a tex boxc (scenario?)

1531


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2576


Explain the concept of how quicktest professional identifies object?

538


what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?

1451