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 |
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?
What is deference between normal QTP testing and descriptive programming?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
what all are the coverages , explain ?
What are SetToProperty, SetRoProperty, GetToProperty scripting?
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
Hi guys, Please suggest some thing these points are correct???, Is UFT 12 and QTP outdated ??? and also VBscript is also deleted/Removed from QTP ???? Javascript is added latest and tool name is called JFT ??? From this year ??
what is the mail use of frame work(with detail). architecture for keyword driven frame work
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
why don’t use real time they r not using check points
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
How do u write a regular expression for date (dd/mm/yyyy) field?