Hello fellow devs, 

Is it possible to use JaCoCo to determine the amount of test coverage that 
a integration test suite provides? 

Imagine this scenario: You have a code base for you api. You have written a 
sufficient amount of unit test for your Spring boot application. 

In order to test the application to analyze the functionality when all the 
components come together and when the api is up an running, you write 
integration test to validate the status codes and response headers, api 
exceptions, response body and etc. 

Since this automation test suit exists in a seperate code base has no 
direct knowledge or access to the api code base, it would be hard to 
determine the code coverage based on statistics. 

My question is, is it possible to use JaCoCo to find out the amount of test 
coverage that the test automation suit provides given the scenario? 

Any helps would be appreciated. Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/d2a80978-c5c5-4007-a749-c2dc9a010f95n%40googlegroups.com.

Reply via email to