Forum Discussion
nmrao
9 years agoCommunity Hero
Are you running any web testing using SoapUI?
Sonalee
9 years agoOccasional Contributor
We are executing SOAPUI XML (which contains the rest services test cases ) from another webaplication for automation testing.
- nmrao9 years agoCommunity HeroOk. thank you for clarifying.
Is it that you wrote a program (which execute the soapui project), created a library and deployed in jboss?
If so, not sure why to complicate things while can be executed easily using SOAPUI_HOME/bin/testrunner utility or running from CI tools such as Jenkins.- Sonalee9 years agoOccasional Contributor
Hi Rao,
Thanks for your patience. I really appreciate for your help .
You are correct . I have written a program (which execute the soapui project), created a library and deployed in jboss. As you mentioned I have tried by using the testRunner.bat and also from CI like JEnkins .It is working fine.
But here we are developing one framework which will execute any type of test cases like SOAPUI or SELENIUM type ..Our requirement is to execute that framework form the server ..Thats why I am using like this.
Hope my explanation clarify your question .
- nmrao9 years agoCommunity HeroOk, got it.
May be I am missing more context.
The web application / framework(that you are talking) accepts various parameters to execute the soapui project?
Is soapui project is being run in a separate thread?