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
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 |
Answer / sonal
msgbox (datatable.getsheet("Global").getparameter("Text").valuebyrow(3))
| Is This Answer Correct ? | 1 Yes | 0 No |
datatable.SetCurrentRow(3)
a=datatable.Value("A",dtglobalsheet)
msgbox a
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the types of object repositories? Which one is you using?
There is an excel file of 1 to 100 sheets how you will iterate through it?
To which environments does quicktest professional supports?
What is the extension of script and object repositary files?
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
What are the general steps involved in the data driven framework?
What are the steps involved in recovery scenario wizard?
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions
HOW to invoke any recorded script in QTP with out using RECORD & PLAYBACK CONCEPT?
Write a QTP script to print all the link names displayed in a web page
what are the principles of good testing scripts for automation?
If already everything is tested using White-Box testing, then what is the need of using Black box testing?