Integration between RTC builds and automated tests in RQM
![]()
Hi all,
Is there a way to create automated tests in RQM and create a relationship of them with builds in RTC? Example: I run a build definition and automated tests are executed. If tests fail, build fails. Is this integration possible? Thanks. |
2 answers
![]()
Paul Slauenwhite (8.4k●1●2)
| answered Jun 25 '14, 7:17 a.m.
FORUM MODERATOR / JAZZ DEVELOPER edited Jun 25 '14, 7:58 a.m.
See https://jazz.net/help-dev/clm/topic/com.ibm.rational.test.qm.doc/topics/t_verify_builds.html.
|
![]()
Lily and Paul,
If I understood, I can not run automated tests in RQM as pre-requisite to create a build, am I right? I think it was possible to create automated tests as I do with JUnit tests and include it in my build definition. So the steps are: 1. Create a build with a QA build definition. 2. Test a build (an scheduled test) 3. If tests ok, I create another build (production build definition) to promote the build for production environment. My english is very bad, but I hope you undestand me. |
Comments
After configure RTC as your build provider, you can create a test execution schedule to automatically start the test after build completes. However the test result can not change the build result if test fails.