Posts: 5
Threads: 2
Joined: Sep 2010
Reputation:
0
09-23-2010, 12:53 PM
Hi ,
QTP is not showing run error pop up messages.
I am facing this issue. When I checked the File -> Settings , those settings are fine.
When Error occurs.. It should show some pop-up message. But I am not able to see that and it is exiting from the script.
Please let me know those setup,s.
Please do the needful as it is very urgent.
Thanks & Regards,
Naresh
Posts: 516
Threads: 17
Joined: Jul 2009
Reputation:
3
09-23-2010, 07:03 PM
HI Naresh,
1) Make sure that you have selected "Popup Message Box" under the "File --> Settings -->Run
2) Make sure that you don't have had "ExitTest()" line in the error loop in your script, which will exit the script.
Let me your inference.
Thanks,
SUpputuri
Posts: 5
Threads: 2
Joined: Sep 2010
Reputation:
0
09-23-2010, 09:10 PM
Hi Supputuri,
Thanks for your reply.
Already that setting has been done and no exit_test() function is there in the script.
While executing the script, If an object is not able to identify, then it will popup a window with the buttons.. Skip,Retry,Stop Run, Debug etc.,
Here I am not getting the window. When I checked with my friend (Actually we are working on the same server) , he is able to get the window. From my login, I am not able to get that.
Thanks for your help,
Naresh
Posts: 516
Threads: 17
Joined: Jul 2009
Reputation:
3
09-23-2010, 11:31 PM
Hmmm,
Are you executing the same script in both the machines or different scripts.
If different make sure that you don't have "OnErrorResumeNext" line of code in your script.
exit_test() function : We have QTP internal Exit test function Called as "ExitTest()".
Thanks,
SUpputuri