Does Quality Mgr help automate running junit tests?
2 answers
reysa wrote:
I am not aware of any special Adapter for JUnit tests although Command
Line Adapter could be used.
But RTC has a built in support of JUnit in Build component executing and
showing results in a very nice way. Have you check its samples?
https://jazz.net/wiki/bin/view/Main/AntBuildCompileAndTest
Hope this helps,
Chemi.
We have set up RTC to build our product. I would be interested if you
had any suggestions on setting up automated testing to add to this
process. We want to leverage all the work we've done in the launch
configuration to run the junit tests.
I am not aware of any special Adapter for JUnit tests although Command
Line Adapter could be used.
But RTC has a built in support of JUnit in Build component executing and
showing results in a very nice way. Have you check its samples?
https://jazz.net/wiki/bin/view/Main/AntBuildCompileAndTest
Hope this helps,
Chemi.
reysa wrote:
We have set up RTC to build our product. I would be interested if you
had any suggestions on setting up automated testing to add to this
process. We want to leverage all the work we've done in the launch
configuration to run the junit tests.
I am not aware of any special Adapter for JUnit tests although Command
Line Adapter could be used.
But RTC has a built in support of JUnit in Build component executing and
showing results in a very nice way. Have you check its samples?
https://jazz.net/wiki/bin/view/Main/AntBuildCompileAndTest
Hope this helps,
Chemi.
Thanks, I'll look into this.