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

Answers were Sorted based on User's Feedback



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

Answer / kishan

Here is the code:

SheetName="Global"
Datatable.GetSheet(SheetName).SetCurrentRow(3)
print Datatable.Value("Text",SheetName)

Is This Answer Correct ?    10 Yes 2 No

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

Answer / sonal

msgbox (datatable.getsheet("Global").getparameter("Text").valuebyrow(3))

Is This Answer Correct ?    1 Yes 0 No

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

Answer / pushkar1206

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

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More QTP Interview Questions

How to Analyze the Checpoint results with Standard Checpoint ?

1 Answers  


Hi any body can tell me the in detaled information about Description.Create() thanks in advance

2 Answers  


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

0 Answers  


i want 8.2 and 9.2 dacuments plhelp any body sand it to my id sandhyat1@yahoo.co.in

3 Answers   Siloka,


My project title is "DRUG Audition and research management" it comes which domain?

4 Answers  


what is TOM in qtp?

5 Answers   Accenture,


There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?

4 Answers   Wipro,


Explain the difference between data driven testing and parameterization ?

0 Answers  


What is data driver in qtp?

0 Answers  


If I give some thousand tests to execute in two days what do you do?

0 Answers  


after click on compose mail how can we attached a file in qtp with vbscript code

0 Answers  


What is the short cut keys for the following?

0 Answers  


Categories