Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Operation happening while selecting "GetItem"
#3
Solved: 11 Years, 8 Months ago
1. GetItem Returns the Value from Combo Box using Index
2. "GetROProperty" Returns the value of Runtime object property which is maintained by your browser, so you can not change the value of any of the Property. That's why there is no SetROproperty Method.
3. "GetTOProperty" returns the value of your Test Object that is stored in OR. Its created and maitained by QTP so you can change its Property value at runtime using SetTOProperty.

In your case
Code:
msgbox Browser(..).Page(..).WebList(..).GetROProperty("value")
should work.

Hope this helps.
Reply


Messages In This Thread
RE: Operation happening while selecting "GetItem" - by rajeshwar - 01-04-2011, 01:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP not selecting appropriate webelement from the webtable..Need Solution satishkumarm 11 22,266 03-23-2016, 12:47 PM
Last Post: Swetha_Bayya
  The DataTable.ExportSheet operation failed. Invalid file. Niraj 2 6,512 05-05-2015, 11:40 PM
Last Post: babu123
  Excel operation - to find usedrange of rows & col pooja 1 9,960 02-19-2015, 04:06 AM
Last Post: supputuri
  Selecting values from drop down using QTP. prempujaripati 2 47,093 06-26-2014, 06:06 PM
Last Post: rasmirani
  Selecting file saved in a location excellentpawan 1 4,205 02-25-2014, 02:05 PM
Last Post: guin.anirban

Forum Jump:


Users browsing this thread: