Forum Discussion
3 Replies
- nmraoCommunity HeroWould you please describe a bit more?
synchronizing execution time of testrunner.sh soapui project execution time - shrikantNew ContributorIn a shell script ..I am calling testrunner.sh to execute soap-project.xml. And once soap-project.xml execution is completed. I want next scripts to execute. In shell generally we use "wait" command to synchronize such multiple calls of scripts. However, in this case of testrunner.sh if there is sleep used in soap-project.xml execution doesn't get synchronized for further execution of commands instead it starts execution immediately.
- nmraoCommunity HeroThank you for the clarification.
Do you notice this problem when the test is run with in soapui? It uses Delay step (believe not sleep)
Have you tried sleep command in your wrapper script?