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 are the steps involved in recovery scenario wizard?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
which tpye of exceptions mostly do we face in QTP
How to write test cases for web applications using QTP.plz write a sample test case to show how to write.urgently needed.thanks in advance..
I have given u a application.To automate it what are the things will u consider?
What is .Ini file in QTP?
How to get the run time object property without using GetROProperty
what are the qtp tester responsibilities?
What is API
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
What’s the basic concept of QTP?
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,