how to identify a webtable coulmn values ,if we spy the
coulmn value it is sometimes identifying as Webedit and
some times it is identifying as "webelement", Could any
body let me know how to handle the issue?
Answer / abi
If u r trying to find out the values in the Webtable's
column, then try using checkpoint.Start recording a sample
script, Go to standard checkpoint, Click on the webtable u
want. The entire webtable with its row id and column number
will be displayed. using this u could find which column has
what values in the webtable. this is just for ur reference.
after finding the exact location, u could easily solve this
by descriptive programming.
| Is This Answer Correct ? | 0 Yes | 1 No |
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
difference between GetRoProperry and GetToProperty.and where we've to use exactly those properties
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
How to get align property of the link on web page?
I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?
what is the script for keyword driven framework in real time?plz its urgent
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
Where u will use output checkpoint in QTP?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How you can replace string in qtp?
Hi Friends, I'm new to QTP. I want to write a function in QTP for below senario. In an Excel sheet column B, I Have 10 Url/Links, and in Colum A there is a Flag as Y and N. My test should run only on those iterations which are flagged as Y. Please help, Thanks