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.
Answer Posted / amarendra kothuru
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 |
Post New Answer View All Answers
What is different command used in command Prompt while using QTP?
What are the challenges u faced in testing with crm domain? How u overcome with?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
can the activities of test case design be automated?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
What is quicktest professional (qtp)?
What is the parameterization? Give one example?
Explain the concept of how quicktest professional identifies object?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
Define Error Pane of UFT?
How to run a test using quicktest professional?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
Can any one send me the QTP Basic Coding Samples?
What are the recording modes in qtp?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)