TestNG instead of Junit
One answer
Hi,
it is possible to use any builders and build tools.
Here is a good overview image: https://jazz.net/wiki/bin/view/Main/BuildExamples
For the over all architecture see http://jazz.net/wiki/bin/view/Main/BuildArchitecture
It would also be possible to use multiple builders and tools e.g. for style checking and deeper code analysis. The only advantage of JUnit i am aware off is the enhanced support for the build output. The Build engine can collect and nicely display the junit results file. Usinf a different tools would require to modify the output format to junit or publishing the plain result file.
Ralph
it is possible to use any builders and build tools.
Here is a good overview image: https://jazz.net/wiki/bin/view/Main/BuildExamples
For the over all architecture see http://jazz.net/wiki/bin/view/Main/BuildArchitecture
It would also be possible to use multiple builders and tools e.g. for style checking and deeper code analysis. The only advantage of JUnit i am aware off is the enhanced support for the build output. The Build engine can collect and nicely display the junit results file. Usinf a different tools would require to modify the output format to junit or publishing the plain result file.
Hello,
does there exist a opportunity to use TestNG instead of JUnit
thanks for any suggestions
---
Tom
Ralph