boofuzz
boofuzz copied to clipboard
Make Process Monitor Start Process Itself
Process monitor is able to re-start a process, but it will not work unless the process is already running when the test starts. The current workflow is:
- Start the process under test.
- Start the process monitor.
- Start test.
Make the process monitor start the process if it does not already exist. This would give a new, shorter workflow:
- Start the process monitor.
- Start test.
This begs the question: Can we start the process monitor automatically if the targert is localhost? I don't see why not. Or we could even run it as a local library instead of a separate service (I don't know if it'd be worth the effort or not).
yes definitely worth the effort