Forum Discussion
Senthil007
9 years agoOccasional Contributor
How differently I can do that from my initial question. There I am running as testrunner.bat only. Problem is I cant find if the test is executing and not able to see the results too
nmrao
9 years agoCommunity Hero
Yes, it is different. You are running the tests from UI while I was suggesting to execute them from command line (no soapui tool is used).
Run each command on a command-line or put them together in a single bat file and run them with fork.
Run each command on a command-line or put them together in a single bat file and run them with fork.
- Senthil0079 years agoOccasional Contributor
Can u please share me a sample. I tried to run my project which has multiple Composite Ready API project.
The command line gets executed in seconds, and I dont see it actually executing any project.
- nmrao9 years agoCommunity HeroHow did you execute from command-prompt? I mean what command have you used? You may want to check the command line options help and use appropriate options to see get the results and reports.
By the way, have you checked the log files to see what is going on?- Nastya_Khovrina9 years ago
Alumni
To learn more about external process management in Groovy, see its documentation.