Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QTP Errors
#1
Not Solved
Hi All

I have this problem when i try run my recording.

What can be the issue ?


Attached Files Image(s)
   
Reply
#2
Not Solved
As the error says - QTP is not able to identify the frame i.e 'center_2', make sure you are at the correct page or try to update this object in your OR.

Reply
#3
Not Solved
Hi

I didn't understand what you mean by 'make sure you are at the correct page'

I reset the properties of that object. but still same error

May i delete this line from Expert view ?

Thanks
Reply
#4
Not Solved
can you paste your lines of code and snaps. of OR and if possible the application?

Reply
#5
Not Solved
Hi

Here i attached snaps of code and OR. Let me know if this is not enough

Highlighted error line at the code and OR shows it properties.

( I try this with temporary delete some lines including this error line , then Run went to more further steps and error occurred. error was 'Unspecified error' )


Attached Files Image(s)
       
Reply
#6
Not Solved
Try to highlight the "center_2" frame object. does it highlight the correct frame in your application?

Reply
#7
Not Solved
Hi

I think this is what you request,
The object which note by the error highlighted previously.

Thanks


Attached Files Image(s)
   
Reply
#8
Not Solved
Paste this and let me know how it goes
Code:
Browser("Browser").Page("Page").Frame("center_2").Highlight
If this does not highlight ( which i think will not work) then move the web element 'Launch..' to the frame named 'Center' in the OR
then try modifying your line
Code:
Browser("Browser").Page("Page").Frame("center").WebElement("Launch..").Click

Reply
#9
Not Solved
Hi
case of using this line :
Code:
Browser("Browser").Page("Page").Frame("center_2").Highlight
when i paste it at the previous line of the 8th line(which error occurs)
it gives this error
Code:
General run error.

when i paste it after that line it gives previous error

when i relapse it , it gives
Code:
General run error

I did movements what you request, then it occurs same error like this
Code:
Cannot find the "Launch CDAX Net v0.10.ßeta" object's parent "center" (class Frame). Verify that parent properties match an object currently displayed in your application.

Thanks
Reply
#10
Not Solved
In that case I am sure you are not at the right page.
I can see at line 7, you are navigating to another page, so the page must have been changed.

try adding the object again
try the above statements in earlier post before line 7, it will work . if it is working then adding the object again will help.

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Web Testing and Unexpected Server Errors zunebuggy 0 1,166 01-24-2018, 11:41 PM
Last Post: zunebuggy
  Very confused on how to deal with run errors atester 0 1,435 03-07-2014, 04:03 PM
Last Post: atester
  Any experience or advise on fixing these intermittent Run Errors? mv8167 1 2,579 01-25-2013, 11:48 AM
Last Post: vishalu.vs
  Send Mail Errors tmahender12 1 3,138 05-24-2011, 02:44 PM
Last Post: surya_7mar
  What is the errors handling ? keni 1 2,365 10-26-2009, 09:47 AM
Last Post: Saket

Forum Jump:


Users browsing this thread: 2 Guest(s)