Hello,
My Scenario is the following one:
I have sent to the Runtime Execution Server one test list containing just one Web Test. This Web Test at some point gets hanged because presumably the web page does not connect to a pop up. It is quite probably something that I am not handling properly. But the issue I am facing right now is that the Test never finish nor expires. So, it would stay unfinished forever. So, I am killing the process (IE) manually.
But when I see the status of the Execution Servers it looks like the Test is still being run which is not true as I have manually closed IE. So, I am not able to schedule nor run any more remote test on that Server.
I need a way to cancel that Specific Test List without dropping the Scheduler Server DB because on other Runtimes I have several other Tests running properly.
I have tried cancelled with Postman (following the Fiddler sample). It returns:
{
"CancelledTestListId": [
"0f7acba0-81c7-4de7-ad33-ee6831fc4773"
]
}
but I still see the Test in the status.
I have attached an image showing that shows the Runtime "running" a Test even when I have killed any IE instance on that machine.
I hope my explanation is clear enough and that you could give me some hint on this.
Regards,
Sebastian