The Artima Developer Community
Sponsored Link

Java Answers Forum
EMMA: a fast and free code coverage tool

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Vlad Roubtsov

Posts: 20
Nickname: vladr
Registered: May, 2003

EMMA: a fast and free code coverage tool Posted: May 26, 2004 8:01 AM
Reply to this message Reply
Advertisement
[apologies for posting this here, the submission form for Releases Forum is broken]


EMMA is a Java code coverage tool based on very fast bytecode instrumentation. Whilst not the only tool on the market right now, EMMA strives to be different by being very lightweight, flexible, and fast. EMMA's project mission is to move code coverage from an infrequent release gate (possibly run on a dedicated "coverage" machine because the license is too expensive for the entire team) to the domain of agile testing and development ("check coverage while still writing testcases and before you check code in").


EMMA is CPL and free for both commercial and open-source development. 2.0 is a mature release following months of beta testing at several Trilogy (http://www.trilogy.com) accounts. Previous versions have been in use since early 2001.


Some unique EMMA features include ultra-fast bytecode instrumentation (< 2 ms/class on a modern CPU), on-the-fly and offline instrumentation modes, partial line coverage, weighted coverage.


More information on EMMA could be found at its home page (http://emma.sourceforge.net) and its SourceForge project site (http://sourceforge.net/projects/emma).

Topic: Applet inside JEditorPane? Previous Topic   Next Topic Topic: DB connectivity

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use