Sometimes SUT takes longer time (cold start) to start (process) after installation. It would be beneficial to have configurable timeout to wait for the process to be present.
Steps:
Check if process is running
- if yes: proceed
- if no: wait couple seconds, retry until timeout is reached
If timeout is reached, flag process as failed
Sometimes SUT takes longer time (cold start) to start (process) after installation. It would be beneficial to have configurable timeout to wait for the process to be present.
Steps:
Check if process is running
If timeout is reached, flag process as failed