Forum Discussion
chaarim
10 years agoOccasional Contributor
Hello,
Thank you for the reply.
It will be very useful to use the command line.
I have another question, when we run a whole project suite with TestExecute, and a test case fails during the run, is it possible to resume the tests with TestExecute ?
Thanks
Colin_McCrae
10 years agoCommunity Hero
Yes.
You can uncheck "Stop On Error" in the project settings tab. (And also alter the other "Stop on" settings if need be)
But be careful if you're going to allow tests to run on after a failure. If the failure affects the application state for the next test, it can cause all sorts of knock-on failures and problems down the line. If each test does it's own setup and tear down, then it should be less of an issue.