cancel
Showing results for 
Search instead for 
Did you mean: 

CBS Test Coverage

Former Member
0 Kudos

If anyone is familiar with Jenkins, you might know that you can install a plugin to analyze unit test results from JUnit. It displays the overall coverage in a graph. I was wondering if there is any feature like this in CBS. I know Unit Testing is supported in NWDI, but we wanted to automate the process of unit testing results to verify a level of code coverage is ensured.

Accepted Solutions (0)

Answers (1)

Answers (1)

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

as far as I remember had a blog related to this. Maybe he can comment on this.

Cheers,

Ervin

hofmann
Active Contributor
0 Kudos

I am using Jenkins + Sonar + Artifactory for building and verifying Java applications. NWDI only for pleasing the SolMan and governance guys for storing centrally the source code and for transportartion.

Just because code is stored in NWDI does not mean the same code cannot be managed by git too. When the source code is accessible to Jenkins, the usual CI process can be started. The only problem is to find out which artifacts are needed to compile the WDJ code.