Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help on - Handle Runtime object in QTP
#3
Solved: 10 Years, 9 Months, 4 Weeks ago
Hi,

Here you are fetching the Name property of an WebEdit but the way you are passing it is Not correct.

Please Replace
Code:
Browser("Repsmart Data Centre").Page("RDC Product").Frame("popupFrame_3").WebEdit(detail).Set "17.50"

By
Code:
Browser("Repsmart Data Centre").Page("RDC Product").Frame("popupFrame_3").WebEdit("Name:="&detail).Set "17.50"

and Try.

If possible please attach a snapshot.
Reply


Messages In This Thread
Help on - Handle Runtime object in QTP - by geom - 11-15-2010, 11:27 AM
RE: Help on - Handle Runtime object in QTP - by rajeshwar - 11-15-2010, 02:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can QTP handle slick grid table in a web page qtplearner88 2 4,310 10-01-2019, 10:44 AM
Last Post: shilpi952
  How to Handle Modal Dialogs In QTP Jyobtech 0 2,343 07-22-2015, 01:22 AM
Last Post: Jyobtech
  webfile web object not identified at runtime in a java application saila123 1 2,671 02-11-2015, 08:23 PM
Last Post: Kirill
  How to handle KeyUp Event used in my App Hpqtp 3 3,749 07-03-2014, 05:25 AM
Last Post: supputuri
  Runtime Object Identification Problem qapandit 9 5,937 07-02-2013, 04:14 AM
Last Post: qapandit

Forum Jump:


Users browsing this thread: 1 Guest(s)