how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
Answer / uday
WebEdits cannot be converted to Listbox. These are two objects. First click on WebEdit, then you will see listbox object coming with options.
So first click on WebEdit, like B().P().WE().click
B().P().WL().select "your option"
| Is This Answer Correct ? | 0 Yes | 0 No |
How to export quicktest professional results to an .xls file?
Difference between copy to action and call to action?
Explain in brief about the quicktest professional automation object model?
What is Distributed testing? How does UFT support it?
what is qtp automation framework, what is the purpose of the framework and which folders included in this framework pls tell me with brief description
examples of user definied functions? how to write user defined functions in qtp9.2?
With out using the task manager,how to close the application using vbscript and what is the statement?
i am unable to select an item from combobox using Descriptive programming. can any one give me code for scheduling the ticket using Descriptive programming.
how to test background color and dynamic images during runtime
Which scripting language used by quicktest professional?
what is diffrense between action and function
Q) Please any body can help me how we can create descriptive programming if the application is not ready i.e we don't have unique property of object ? note:build not ready means we can't use object spy in build to get unique property .