Posts: 1
Threads: 1
Joined: Feb 2012
Reputation:
0
02-03-2012, 06:00 PM
In our application there are two value in drop down. We select first value and apply method GetRoProperties("text"). QTP gives second value.
Can any one rectify why this is happening?
Posts: 6
Threads: 2
Joined: Dec 2011
Reputation:
0
02-03-2012, 06:47 PM
Without any further detail, it could be one that your application is displaying a value in the drop down but actually holding another, and the "text" property isn't the property you should be using to verify the held value.
Have you tried querying other RO properties? There may be a "value" property or similar that you could use instead?