exit code for testrunner.bat
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010
06:08 PM
07-07-2010
06:08 PM
exit code for testrunner.bat
Hi,
We are trying to soapui as a monitor in Nagios and need to know what is the exitcode of testrunner.bat
I can see that if there is an error, testrunner.bat reports -1 as the exit code.
However, I don't see the exit code for a run with no errors.
What are the possible exit codes for testrunner and their meanings.
Thanks
Ali
We are trying to soapui as a monitor in Nagios and need to know what is the exitcode of testrunner.bat
I can see that if there is an error, testrunner.bat reports -1 as the exit code.
However, I don't see the exit code for a run with no errors.
What are the possible exit codes for testrunner and their meanings.
Thanks
Ali
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010
10:55 PM
07-07-2010
10:55 PM
Hi!
currently the command-line runners will return 0 on success on -1 on failure.
Does that work ok for you?
regards!
/Ole
eviware.com
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
currently the command-line runners will return 0 on success on -1 on failure.
Does that work ok for you?
regards!
/Ole
eviware.com
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2017
12:00 AM
11-06-2017
12:00 AM
If we want to run the test cases results as partially succeeded for the test cases where test execution completes with some pass and fail percentage.
For example-
Total test cases- 10
Total pass- 5
Total Fail- 5
So the percentage will be 50% pass, hence in this scenario I want to return the exit code as not failed but partially succeeded.
Is this possible?
