Forum Discussion
Sorry, I am not sure whether or not I can ask sub-questions. If I should not, please reply to me, so I can post separate thread.
1. By chance, if we can use Maven, (by using soap-testng plugin), should we still install TestNGPro on the Slave machine (on which machine Jenkins will run the tests). Or, we do not need to install the License on this Slave.
2. We use the command - "testrunner.bat path of project file", and this runs it locally. Can you give syntax how to run on Remoate machine (example - MahineVMOne)
Best regards,
S
1. By chance, if we can use Maven, (by using soap-testng plugin), should we still install TestNGPro on the Slave machine (on which machine Jenkins will run the tests). Or, we do not need to install the License on this Slave.
Answer: For Maven, you can run the plugin by pointing in pom file - http://readyapi.smartbear.com/features/integration/maven/introduction
but you will still need to activate a license there on the slave machine - http://readyapi.smartbear.com/about/licenses/activate/jenkins/start
2. We use the command - "testrunner.bat path of project file", and this runs it locally. Can you give syntax how to run on Remoate machine (example - MahineVMOne)
Answer: There's two ways to do that -
1. In my previous answer I've provided sample syntax to connect to your slave machine and run testunner.bat on that machine.
2. Another option would be to run testrunner on your machine and point to a project via UNC path somewhere else. But that kind of defeats the purpose of setting up a slave machine to save computation cycles
Thanks,
Mike Giller