Software Quality Assurance & Testing Stack Exchange is a question and answer site for software quality control experts, automation engineers, and software testers. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

My company is currently using Bamboo and Jenkins for our build CI (depending on project) and we're moving into using TestRail for our test case management as Zephyr wasn't providing the necessary level of functionality.

Is it possible to directly integrate Bamboo and Jenkins into TestRail so that our build tests, etc run and automatically update TestRail?

share|improve this question

TestRail has a very simple API that you can use to push test run results. In my company we are switching from Jenkins to Bamboo. Our automation tests are written with RobotFramework. All our tests use RobotFramework Tags to map the TestRailID to the test. After an execution, we have a script that pushes the results of the test run from RF to TestRail using TestRail's API. We also have a Bamboo job that executes the tests daily on set schedules and can push those results to TestRail as well.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.