What are the Mandatory Properties of WebTable Object and
Link Object in Web testing using QTP
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
For the Web table object, the mandatory fields are: "html tag".
For a link object, the mandatory fields are: "html tag" and
"text".
For all most of the web objects(ex: web edit, web link
etc..), the mandatory field is "html tag".
But we can change these properties, but make sure that QTP
identifies the object in the application uniquely.
Regards,
Uday.
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How smart identification works in qtp ?
In my script there is a link(e.g. 'My Page') when I execute the script sometimes(not every time) QTP throws an error that "My Page(as link)" not found. Pleaase tell me where I need to update
if there r 10 windows open in QTP write a command to close all 10 windows at a time ?
Explain quicktest professional testing process?
what is Property......End Property loop? how to write sript for it in QTP
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
what is reusable action and how the same can be implemented (process)?
What is use of Global Sync Timeouts in QTP9.2?
how to re-install QTP 9.0 trial version.
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.