gstretton
6 years agoSenior Member
Security Tests within Docker
Hello,
Is there a way to run Security Tests in a Docker container? We are currently running our SoapUI tests (ReadyAPI 2.7) in a Docker container as a part of our CI/CD pipeline, but cannot find an...
- 8 years ago
Hi,
Thank you for your post! You need to have a NUnit project (.nunit) and do the following steps:
1. Install Test Agent on a host machine.
2. Configure Test Agent. Specify the path to the NUnit executable (nunit-console.exe).
3. Add an automation with the NUnit type: https://support.smartbear.com/qacomplete/docs/#UsersGuide_SP/Assigning Selenium NUnit Automated Tests.htm%3FTocPath%3DUser%25E2%2580%2599s%2520Guide%7CTest%2520Management%7CAutomated%2520Tests%7CAutomated%2520Tests%7C_____5
and run the test.