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
unique properties of button,edit box, radio button,check box?
Can the user toggle between using Local OR and shared OR for the same action?
Does Low-level recording capture mouse movements?
How the exception handling can be done using quicktest professional (qtp)?
Mention the test steps of qtp.
How to open a new test using quicktest professional (qtp)?
Explain about the test fusion report of quicktest professional (qtp)?
Explain about the test fusion report of quicktest professional?
Explain about datafile/verification of date file when file is not available in local system?
What is difference between Recording time object identification and Run time (Execution) time.
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What is the process of synchronizing qtp and aut?
Can any suggest me what is exposure testing?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
How to define array in qtp?