write a qtp code to display all the items in the fly from
combo box or list box
Answers were Sorted based on User's Feedback
Answer / mudaseer
msgbox window("flight reservation").WinComboBox("Fly
From:").GetContent
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / prakash
msgbox window("flight reservation").WinComboBox("Fly
From:").getroproperty("allitems")
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / pramija
n= window("flight reservation").WinComboBox("Fly
From:").GetContent
print (n)
| Is This Answer Correct ? | 3 Yes | 1 No |
What contains Data Driven Framework document in qtp?
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
What is the difference between analog and low level recording?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
How to give a call to another action from one action?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How to capture screenshots of Exceptions/Errors during run- time?
I want some banking domain projects where can i get this projects ( anybody can help me plz)
Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?
By using QTP can we record any log files written by the application which is in execution?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks