09-12-2013, 07:04 PM
HI Ankur,
I am getting an “unspecified error” for the below code.
The application executes this action, but hanging at line 10 and because of the application is too slow (may need more than 5 minutes to respond), QTP throw out an “Unspecified Error” after about 2-3 minutes.
Any Wait statement doesn’t work, because QTP have no chance to go to the next line.
It will stay at Line 10 until error come out. When the application is not slow, my script can pass successfully.
Please give any suggestion for my issue.
I am getting an “unspecified error” for the below code.
Code:
OracleFormWindow(“@#$@#$”).OracleButton(“Search”).Click
Any Wait statement doesn’t work, because QTP have no chance to go to the next line.
It will stay at Line 10 until error come out. When the application is not slow, my script can pass successfully.
Please give any suggestion for my issue.