unable to get item from the combobox using descriptive
programing. can any one give me the peice of code to
schedule the booking from one place to another using
DESCRIPTIVE PROGRAMING.
Use GetROProperty to retreive the selected item from
Combobox
E.g.
val = Broswer().Page().WebList().GetROProperty("value")
If it is WinComboBox, use the below code
val = Window().WinComboBox().GetROProperty("text")
| Is This Answer Correct ? | 0 Yes | 1 No |
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What is quick test pro? What is a quick test professional?
There is web page with the webtable,this contains some data, how do you manipulate the data.
How do u connect database through QTP tell me both Ms Access and SQL
3. Anyone pls tell me as many points as possible for this question? what r the things to take into consideration before automating an application like; a). Identify whether the tool supports the appln or not. b). When there is lot of retesting and regression testing. c). ROI. d). When there is a need for running same script for multiple datas, etc. e). ---- f). --------- Pls give me more points.
What is the entry and exit point of automation testing
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
how can we know the program is testing by multiple test data in data driven frame work?
What is the Dynamic Scenario in QTP? And also anybody give the example for this?
How do I get the QTP scripts result in xml format by using vb script function?
How can we fill data in a text box without recording using object spy. Can you please provide the steps...