Forum Discussion

shrikant's avatar
shrikant
New Contributor
13 years ago

Synchronize execution of soapui testrunner in shell script

Hi,
I have designed a tool which interacts with Weblogic, Oracle to set product environment and execute soapui tests using testrunner.sh.
However, the trouble is in synchronizing execution time of testrunner.sh soapui project execution time.
Has anyone tried it before ?

3 Replies

  • nmrao's avatar
    nmrao
    Community Hero
    Would you please describe a bit more?
    synchronizing execution time of testrunner.sh soapui project execution time
  • shrikant's avatar
    shrikant
    New Contributor
    In 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.
  • nmrao's avatar
    nmrao
    Community Hero
    Thank 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?