Write script to fetch the data from global sheet where row
number is 3 and parameter is "text"

Answer Posted / pushkar1206

datatable.SetCurrentRow(3)
a=datatable.Value("A",dtglobalsheet)
msgbox a

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.

1446


Explain the difference between call to action and copy action?

523


What the differences are and best practical application of Object Repository?

592


Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance

1740


What is debugging? How you debug your script?

612






What is the difference between run time object and test object in QTP?

567


How can you identify the browser and its information using the qtp script?

587


How many ways we can parameterize data in quicktest professional (qtp)?

585


What is qtpro? What is quick test pro?

564


1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?

1591


Where to use Property Let, Property Get, Property Set in UFT

375


What is meant by a Check Point in UFT? Also, explain the applicable Check Points.

709


How software tester can use constants and variables in scripts?

1688


Hi All, How to Compare two strings character by character in QTP

954


hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this

1517