Integration between RTC builds and automated tests in RQM
2 answers
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.
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
Lily Wang
Jun 25 '14, 7:49 a.m.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.