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 / 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 |
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
Explain how you can find the absolute value of the number in qtp?
explain all the check point in QTP?
Is it possible to change the property value at runtime? How it is possible?
how to retreive the xml file data through qtp.can anybody send script for this..
How to retrieve the object properties at runtime without the usage of GetROProperty?
How can I check if a environment variable exist or not?
Wat is the command used to add an object(properties) to an object repository?
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.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
What r the different type of reports generated in Quality Center?