efuller
8 years agoOccasional Contributor
QAComplete Running C#/Selenium Scripts
Hello Everyone, I've been reviewing documentation for QAComplete and found mention of it, but I can't seem to find the hard answer I'm looking for. I've been developing web testing automatio...
- 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.