Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Integration Test Using Clover Tool installed in Eclipse

Yash Bansal September 18, 2018

I ran code coverage using Clover for unit test cases in Eclipse, now I wanted to do a code coverage for end to end testing.

Is it possible to do with Clover? and if so can you please guide me how to do it.

I have Clover installed in Eclipse and I uses the Eclipse GUI to run the code coverage for unit tests.

1 answer

0 votes
Grzegorz Lewandowski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 25, 2018

Hello, please define what do you mean exactly by end to end test. In general, Clover, due to its architecture, can gather coverage of any types of test (even manual ones). The rule of thumb is that you must:


* instrument code with Clover
* run application with Clover being preset on the classpath

* do the tests and shutdown the app
* generate coverage report


Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events