Need help with StresStimulus? Start here.
NonUI test start error log
Unregistered User Posts: 514
5/3/2023
|
Is there a way to trace failed non-ui test starts? I have situations where my scheduled test will not start, and I would like to see some log files.
|
|
0
link
|
George @StresStimulus Administrator Posts: 568
5/3/2023
|
Test tracing will only start when the test begins. One possible suggestion is reading the exit code from the StresStimulus application that is described here https://support.stresstimulus.com/display/doc57/Command+line+interface+for+Standalone+version The no UI mode will return the following exit codes: - 0 when the test successfully starts and passes the test pass criteria
- 1 when the test successfully starts but fails the test pass criteria
- 2 when the test does not start. The Console.The error will contain the error message
To start StresStimulus and redirect the Console.Error to a log file uses the following command line: StresStimulus.Application /noui {test file} 2> error.txt
|
|
0
link
|
Copyright © 2025 Stimulus Technology