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 |
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
we have 5 default properties we want add more Default property in Object Repository how to add the property
Explain quicktest professional testing process?
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
How to recognize and read data from pdf file using Descriptive Programming in QTP?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...
How to use descriptive programming?
I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?
What are objects? how do you select the unknow object?
How to connect to data base?
How we can add actions in the test using QTP?