Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does QTP supports Iframe..?
#6
Solved: 11 Years, 3 Months, 3 Weeks ago
Two ways to handle frames -

1) Since most of them have dynamic object properties. You would need to handle those properties appropriately.
2) Remove the frame object altogether and the statement should still work fine. For ex :

Code:
Browser("x").Page("x").Frame("y").Image("Y").Click
can be changed to
Code:
Browser("x").Page("x").Image("Y").Click

We posted a video on this topic sometime back on our blog https://www.LearnQTP.com/ You may want to check that.
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Reply


Messages In This Thread
Does QTP supports Iframe..? - by Unleash Rajesh - 07-21-2011, 09:40 AM
RE: Does QTP supports Iframe..? - by rajpes - 07-30-2011, 07:16 AM
RE: Does QTP supports Iframe..? - by rajpes - 07-31-2011, 04:38 PM
RE: Does QTP supports Iframe..? - by Ankur - 07-31-2011, 11:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Does QTP supports to open same application multiple times!!!!! pkiran169 1 2,954 08-07-2013, 01:09 PM
Last Post: anil2u
  Whether Teamcity supports QTP kotaramamohana 2 5,352 01-26-2012, 03:39 PM
Last Post: kotaramamohana
  QTP supports 'Team City' Continuous Integration Tool qtpexpert 0 4,306 01-23-2012, 06:20 PM
Last Post: qtpexpert
  QTP11.0 supports DB2. qtpexpert 2 3,428 12-15-2011, 02:44 PM
Last Post: qtpexpert

Forum Jump:


Users browsing this thread: 1 Guest(s)