Write script to fetch the data from global sheet where row
number is 3 and parameter is "text"
Answer Posted / 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 |
Post New Answer View All Answers
What are the advantages of Object Repository?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Who uses qtp tool?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
What is the syntax for how to call one script from another?
can the activities of test case design be automated?
Explain in brief about the qtp automation object model (aom).
What is the synchronization point in qtp?
Can any one send me the QTP Basic Coding Samples?
What is checkpoint in qtp?
What are the steps involved in the recovery scenario wizard?
Hi , I am facing issue QTP 10.0 with oracle ERP 11i .When QTP opens,click sub links on ERP ,FORM is not opening getting unexpected Internet explorer error message with send or don't send report.So unable to work with forms using QTP.
how to test Web application using QTP software
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
what is description object?