how to capture the run time values of web table.
Answer Posted / praveen goud
WebTable will contain rows and columns(nothing but cells).
If you know from which cell you want to capture the value in
the runtime, by using GetCellData method you can do it.
Syntax:
Browser(Browser).Page(Page).WebTable(WebTable).GetCelldata(x,y)
x--> row number
y--> column number
If you have any doubt, please let me know.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to write business scripts using object repository with different scenarios
With what extension you can save the list of tests in a file to run in test batch runner?
Discuss the QTP Environment?
How to analyzing test results using quicktest professional?
In qtp, how you can remove the spaces from string?
Explain different checkpoints in qtp.
How to handle the exceptions using the recovery scenario manager in qtp?
How many types of status are there?
What is a quick test professional?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
Explain the use of action split in qtp?
What is expert view in qtp?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
Explain the check points in quicktest professional?