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 |
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
If the objects hierarchy is changing from build to build, then how you will handle that condition?
When a requirement is given to u to automate , What is ur basic approach ?
hou can we use vb script in qtp could u tell me breafly
Is the qtp course will help to create a virtual object?
How to find operating system information using the qtp script?
what is description object?
what r the main attributes of test automation?
What is the use of breakpoint in qtp?
How to connect to oracle(sqlserver) database to QTP
Hi Friends...this is surendra..recently i joined automation team ...Please send me some documents regarding VB script ...and where can i learn VB script... This is My mail id: surendra.mamilla@gmail.com... please send to my mail.... Thanx in advance surendra.
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..