Posts: 2
Threads: 1
Joined: Jan 2013
Reputation:
0
01-12-2013, 02:15 AM
(This post was last modified: 01-12-2013, 02:28 AM by qtplearner82.)
I am encountering a replay error when I run a QTP script from Quality Center 9.2.
I have QTP 11 installed in my local machine and QC loaded in a server.
The test runs fine but i am seeing Replay errors at the end of each run.
Can anyone let me know if they had faced this issue and the steps to resolve it.
Thanks in Advance.
-Sam
Posts: 424
Threads: 10
Joined: Aug 2011
Reputation:
0
01-17-2013, 09:08 PM
Replay error comes when there is some issue with your code/Objects. Debug the script and see.
Posts: 2
Threads: 1
Joined: Jan 2013
Reputation:
0
01-17-2013, 10:26 PM
Thanks a lot for your reply Ankesh!!
I am seeing this error only when i run the test from my local machine. When the same code is executed from the VM the replay error doesn't occur.
Regards,
Sam
Posts: 424
Threads: 10
Joined: Aug 2011
Reputation:
0
01-18-2013, 03:53 PM
Did you see why it is coming in the reporter log? Maybe there are some objects which are not being identified by QTP on your local machine. Run the script from QTP instead of QC and chk.
Regards,
Ankesh
Posts: 1
Threads: 0
Joined: Jun 2013
Reputation:
0
06-07-2013, 07:36 PM
I received this error as a result of having two monitors. If the application that was being tested was visible on the 'incorrect' monitor I would receive the random replay error. It would not cause the script to stop, only to result in failure. When SAP TAO logs were checked the script would show passed. Only in QTP could you see the replay error. I moved the application being tested to the other monitor and it began to pass again. Would love to figure out why this happens. Hope this helps someone.