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 Posted / 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 |
Post New Answer View All Answers
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What is the use of an object spy tool in qtp?
What is the use of Debug Viewer?
What are the steps involved in recovery scenario wizard?
What is expert view in qtp?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What is the default object synchronization timeout in qtp?
how can we compare descriptive programing with a regular expression
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
What is the Difference between copy to action and call to action?
Explain the views in the QTP GUI?
What is the meaning Work bench?
Is it possible to change the values of analog recording?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);