Forum Discussion

ct_biji_1's avatar
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?

 

 

  • Hi Biji,


     


    Is the OnLogMessage event handler used in your project?


    BTW, how are you running the Test function (via Run Current Routine, from a test item, etc.)?