Need to run the SOATest test scripts from Jenkins on Linux server
Can anyone help me to provide the code to run Parasoft SOATest test scripts from Jenkins where the Jenkins installed on Linux server
Comments
-
Please check out this plugin: https://plugins.jenkins.io/parasoft-findings
0 -
That plug in used for post build analysis. But i want to configure the Jenkins job to run the SOATest test scripts on Linux server. May be some shell scripts needed
0 -
-
Your Jenkins job could be configured to run a script that calls soatestcli. If you are using maven, you could configure your Jenkins job to execute the Parasoft:maven-parasoft-plugin:soatest goal.
0 -
You can use SOA test cli to run tests in a Jenkins shell or batch build step, if your licence allows that. The normal syntax is as follows soatestcli -data absolutePathToYourWorkspace -config 'user://YourTestConfigurationName' -resource YourProject/YourTestFile.tst -report .
Best Regards,
1