Questions tagged [emma]

EMMA stands as an innovative toolkit, designed to gauge and disclose the proportion of Java code that is encompassed by unit tests.

Assessing the level of code coverage for Selenium tests located in individual projects

I currently have two distinct Java Maven projects - one for my web application itself, and the other for Tellurium+Selenium automation tests for my web app. I decided to separate these test projects due to their code being unrelated to the web app project ...