QTP is busy with other operation.... please run the test after some time - error during testcase execution
Hi,
Based on my previous post - https://jazz.net/forum/questions/98171/running-hp-qtp-scripts-via-rqm-required-server-configurations
We have configured QTP Adapter for RQM.
Now while executing the TestCase we are getting the below error message.
One suggestion that we got from a test expert is as below
As per him this problem can be appear if we run the QTP and did not log out successfully from the QTP server
1. Open the QTP.
2. Select Options from Tools menu option
3. Select Run Tab.
4. Select the "Allow Other HP product to run tests and component" check box .
5. Click on Apply and OK button
Now try to run the QTP using RQM
But still the issue exists. Let me know if anyone came across such issue.
Accepted answer
This type of error occurs when you have QTP instance running on your machine before executing testcase from RQM or QTP is already busy to execute some testcase that you have already assigned to it.
Please close all the instance of QTP before executing testcase using Adapter.
QTP Can only execute single request at a time so concurrent request to the same Adapter may give you the same error as you have discussed above.