Getting results when using TestEngine as a container? ...
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Getting results when using TestEngine as a container? ...
We use ReadyAPI stand-alone, and are going down the path of using TestEngine to run tests as part of our CI/CD pipeline.
I see that TestEngine when running continuously has a web interface where I think you can see results. But how is this handled when using it as a container that instantiates when needed and then goes-away when the tests are complete? How do you see results?
Thanks very much in advance.
Solved! Go to Solution.
- Labels:
-
Test Results
-
TestEngine
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I imagine this is in use with automation like CI/CD. Would you like the results sent back to the CICD system? Or possibly a Test Management system?
In any way, we can export logs to a relative location where the system wants to absorb it. Or through the use of API calls we could send the results where we would like it.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks very much, @mattb. Yes, this would be part of a CI/CD system. I'm trying to get my hands around what I'll need and what the loose ends are. With ReadyAPI I see the results in the app and in the .xls we use for data. I wasn't sure how TestEngine in a container handled this.
Can you share links to any more of the solutions you refer to? Thanks again!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We can export as JUnit, JSON, Excel and PDF.
Here are a few examples on getting results: https://support.smartbear.com/testengine/docs/how-to/get-results.html
