Integration Issues
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Integration Issues
I am attempting to integrate TestComplete into AzureDevops. I have everything setup, but when I have the build run it always tells me, "TestExecute Lite cannot work under the NETWORK_SERVICE account."
Not sure if I can change the configuration, but am quite desperate for assistance.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Furthermore, if you need any information on how I integrated or anything I can explain that, just wondering if anyone else has seen this specifically
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @BallerSanta2 !
I found a help topic that could be of interest to you - https://support.smartbear.com/testcomplete/docs/working-with/integration/azure/test-adapter/build-pi...
This might be connected with choosing a test runner that can work with an agent of a specific type.
Also, I'd recommend opening a ticket with Support if this doesn't help.
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey, I followed that and it does work, the only issue I am having now is it will refer to the tests, but they won't do anything? Will just say that 0 tests were ran.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Glad we could figure part of this question out, @anupamchampati @tphillips @Wamboo @Reshail is anyone doing Azure DevOps integration?
Sonya Mihaljova
Community and Education Specialist
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yeah I have done some DevOps integration. I have used the TestComplete Test Adapter but I found it to not have all the features from TestComplete that I was used to. Instead I have a shell step that runs testcomplete/testexecute from the command line, and exports the test results (along with a junit that can be archived by the pipeline).
I generally use an agent script to start the Azure agent (from an admin prompt), and we use a self-hosted agent with TestComplete installed.
--------------------
Senior SQA Automation Engineer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi tphillips,
I had just thought about using a powershell script to run testexecute on the machine, although I haven't figured out the exact way how too, in which way are you able to export it into the azure pipeline?
Thankyou,
Mason Westervelt
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Pass the /ExportSummary:file_Name option to TestExecute/TestComplete, then add a "Publish Test Results" step to your pipeline, selecting JUnit as the Test Result Format. We use the "Fail if there are test failures" option so the pipeline gets marked as a failure if any tests fail. For this reason it's probably best to have this step run as the last step.
--------------------
Senior SQA Automation Engineer
