In a webtable,a list of values are there,rightnow one
values shows,later random another values shows,but how to
retrieve the random value in webtable.
Answer / kavitapriyacr
If the values changes after each criteria/Click then
1. Get the Total number of columns and rows in the table
after you click/ entering criteria.
2. Fetch the each cell data as:
data=Browser().Page().WebTable().GetCellData(row,column)
| Is This Answer Correct ? | 2 Yes | 0 No |
What is Object Spy in QTP?
how can we handle exceptional handling in qtp
By using QTP, How do you test a frame in a web page?
can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.
Can we add the function library directly from scripting in qtp instead of adding from resource tab?
What do you mean by checkpoints in qtp?
What is the difference between a Function and Procedure in QTP?
What is the present version of the VB Script we are using
What is the latest version of qtp?
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
How do i relate the checkbox properties with webelement when checkbox properties are changing on every login to the application