Forum Discussion
3 Replies
- flaviomeiraNew Contributor
Hi Tania,
Thanks for trying to help me.
I implemented a solution to solve this problem:
- As I had an ANT task to call my Testcomplete project, I created a java project (using JUnit) to run it;
- So I added an "assert" to verify the execution's return;
- In Bamboo, I created a task to run this java project (an ant task)
This way, when any test fails the application build is not completed (that's what I wanted).
This solution has a lot to improve. But it's working well. - vikasborseNew ContributorTestcomplete for Bamboo plugin will let you execute tests with TestComplete or TestExecute and parse result in Bamboo and integrate them with JIRA.
https://marketplace.atlassian.com/plugins/com.mdb.plugins.testcompletetask/server/overview
Hi Flavio,
TestComplete results can be exported to different formats - go through the "Exporting Test Results" article for details.
I have never tried using Bamboo with TestComplete. Is there anybody who can share your experience with this?