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.
Answer Posted / priya
Window("text:=Flight Reservation").WinComboBox("attached text:=Fly From:").Select "paris"
For the combobox, we need to enable the smartcard identification and set 'attached text' as the smartcard identification property by clicking on cofigure...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you know the location Id of an object if you know its index id?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Output values? i want a practical example
How can I change object description or check point values in qtp?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Who uses qtp tool?
What is the meaning Work bench?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
What are the types of environment variables in qtp?
How do you send email with attachment from outlook using qtp ?
How many types of actions are there in quicktest professional (qtp)?
How to use the object spy in quicktest professional (qtp) 8.0 version?
What are the views available in qtp?
How to use Environment parameterization? Explain with an example.