Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Does QTP supports Iframe..?
#1
Solved: 10 Years, 10 Months ago Exclamation 
Hi..

Does QTP supports for iframe...i had an iframe in my appication..It doesnot reconize during playplay...Is there any addins i need to add??

Throws an error, "Not found in repository"

The code during recording,

Code:
Browser("x").Page("x").Frame("y").Image("Y").Click

I want to click the send button in the Iframe...
Help me out..


Attached Files Image(s)
   
Reply
#2
Solved: 10 Years, 10 Months ago
Have you gotten an answer to your question? I need an answer to this one also.
Reply
#3
Solved: 10 Years, 10 Months ago
Record and playback, does it throw error then?
Reply
#4
Solved: 10 Years, 10 Months ago
Yeah..throws an error in record and playback..Is there any solution to solve this..?

Reply
#5
Solved: 10 Years, 10 Months ago
If there is a website which works on these frames, let me know, i will test.I never faced frames in pages
Reply
#6
Solved: 10 Years, 10 Months 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


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

Forum Jump:


Users browsing this thread: 1 Guest(s)