Forum Discussion

MW's avatar
MW
Occasional Visitor
5 years ago

How to Access SoapUI via Browser

Is there a way for users to access SoapUI via a remote browser within an organization using a floating license instead of logging into our server and running tests there? Sort of a browser console? I...
  • nmrao's avatar
    5 years ago
    In order to execute tests, there are different ways:
    1. As you know, use the tool and run the tests
    2. Using command line utility, testrunner (.sh / .bat)
    3. Setup Jenkins CI/CD and execute the tests. I think this is what you are looking after.