unable to get item from the combobox using descriptive
programing. can any one give me the peice of code to
schedule the booking from one place to another using
DESCRIPTIVE PROGRAMING.
Use GetROProperty to retreive the selected item from
Combobox
E.g.
val = Broswer().Page().WebList().GetROProperty("value")
If it is WinComboBox, use the below code
val = Window().WinComboBox().GetROProperty("text")
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the difference between invoke application and system.util.run
What is the use of sendkeys and what are send keys
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What is the new version of qtp which is recently released in the market?
.mtr ( modular test repository or mercury test repository) plz give correct answer??
How you can find length of array in qtp?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architecture is same for any domain like ERP/Banking/CRM/Healthcare or it's different then please tell me.thanks
i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)
How does you test a weblink which is changing dynamically?
How to create basic scripts from a manual test case in QTP?