13 years ago
Unable to run tests from a perticular project suite
I am not able to run any scripts on test complete on the current project suite). I gave a test sub routine (sub as well) but still it does not run.
Ex:
Sub Test
Log.message(“Test”)
End Sub
It’s the same for all the scripts in the project if I select any of them and run it will run for more than an hour without any results . I stop at this point hence I don’t get any error message other than the Script interrupted message. I checked the logs I did not find anything. Not sure what went wrong.
But I tried creating a new Project suite and a new project to rule out test completes error. It ran just fine without any issues for the same function I wrote above.
what might be the possible reason?
Ex:
Sub Test
Log.message(“Test”)
End Sub
It’s the same for all the scripts in the project if I select any of them and run it will run for more than an hour without any results . I stop at this point hence I don’t get any error message other than the Script interrupted message. I checked the logs I did not find anything. Not sure what went wrong.
But I tried creating a new Project suite and a new project to rule out test completes error. It ran just fine without any issues for the same function I wrote above.
what might be the possible reason?