Forum Discussion

santhoshippili's avatar
santhoshippili
New Contributor
7 years ago

Standalone Execution

Hi Fellow Community Members,

 

We have a fully developed API Automation suite with us which has more than 1000+ functional tests varying on different Endpoints.

 

We got some good amount of Licenses with us which are fully occupied with our fellow testers.

 

We integrated our Regression Tests into our CICD model on the build server. So before going with actual execution I have got some questions and expecting some good answers and may be better approaches as well.

 

  • Do we need to have valid license on the Server to run the SoapUI tests from the Command Prompt (As it is used only for execution) or can the tests be run in courtesy mode ?
  • If a license is installed on a Server can it be used with any user logged into the Server (MS Server)?
  • Does the license belong to the User or the Machine?
  • Can we send emails from the SoapUI/Ready API after the test have been finished (Although Build Management system does it, wondering whether SoapUI can do it or not)
  • Is there any specific command in TestRunner that tells the SoapUI to save the test results in specific location.
  • Does SoapUI have its inbuilt scheduler for Test Execution.

Thanks & Regards,

Santhosh

1 Reply

  • Nastya_Khovrina's avatar
    Nastya_Khovrina
    SmartBear Alumni (Retired)

    Hi Santhosh,

     

    The answer for 2 first questions depends on the license type. What type of the license do you have - floating or fixed. Please see the "License Types" article for details.

     

    A fixed license allows only one user to run the product on a computer where it was activated. A floating license allows multiple users to use the product on different computers, but each license can be used only by one user at a time.

     

    The following article can be useful for you: Jenkins: "License Not Found" Issue.

     

    • Does the license belong to the User or the Machine?

    - The SoapUI license activation is bound to a specific machine and user account.

    • Can we send emails from the SoapUI/Ready API after the test have been finished (Although Build Management system does it, wondering whether SoapUI can do it or not)

    - You can use the Send Mail test step to send emails from your tests. 

    A similar question was discussed in the following forum thread:

    https://community.smartbear.com/t5/SoapUI-NG/Resolved-Email-test-results/td-p/38720

     

    • Is there any specific command in TestRunner that tells the SoapUI to save the test results in specific location.

    The list of testRunner arguments can be found here: https://support.smartbear.com/readyapi/docs/soapui/running/automating/cli.html

    The "-R" arguments should be useful for along with "-f"

     

    • Does SoapUI have its inbuilt scheduler for Test Execution.

    - No.