Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseTestingDay2010 Talk Imbus"

(Wie vollständig sind Ihre Tests? - Code Coverage in Eclipse)
(About the speaker)
Line 20: Line 20:
 
[[Image:Joachim-Hofer.jpg|Joachim Hofer]]  
 
[[Image:Joachim-Hofer.jpg|Joachim Hofer]]  
  
Joachim Hofer studierte nach einer Jugend, in der er bereits zweimal den
+
Joachim Hofer studied computer science at the University of
Programmierpreis "Goldene Diskette" der Fachzeitschrift "CHIP" für
+
Erlangen-Nürnberg after already winning the budding developers' award
Nachwuchs-Programmierer gewann, Informatik an der
+
"Goldene Diskette" of German computer magazine "CHIP" twice in his
Friedrich-Alexander-Universität Erlangen-Nürnberg. Bei der imbus AG
+
youth. He joined imbus AG on 1998 as a student trainee and stayed there
stieg er 1998 als Werkstudent ein und blieb dort auch nach seinem
+
after graduating. Since then, he has driven the establishing of Java
Abschluss als Diplom-Informatiker. Seither hat er in der Firma den
+
know-how in the company and works as the team leader in the J2EE project
Aufbau von Java-Know-how getrieben und arbeitet derzeit als Leiter des
+
of the imbus-own product development team. In his free time, he develops
hausinternen Entwicklungsteams in einem J2EE-Projekt. In seiner Freizeit
+
the Eclipse plugin "eCobertura" which integrates the coverage tool
entwickelt er das Eclipse-Plugin "eCobertura", welches das Coverage-Tool
+
"Cobertura" into Eclipse. Additionally, he is involved with the "Scala
"Cobertura" in Eclipse integriert. Außerdem engagiert er sich für die
+
Users Southern Germany" and contributes his ideas to the development of
Scala Users Southern Germany und bringt seine Ideen in die Entwicklung
+
the Scala IDE for Eclipse.
der Scala IDE für Eclipse ein.
+
  
  
 
<br> <br> [http://wiki.eclipse.org/EclipseTestingDay2010 &lt;&lt;back]
 
<br> <br> [http://wiki.eclipse.org/EclipseTestingDay2010 &lt;&lt;back]

Revision as of 03:01, 5 August 2010

How complete are your tests? - Code Coverage in Eclipse

When the number of automated tests grows large during development, the question arises what the goals and the criteria should be for these tests, or, the other way around, how well these tests ensure software quality. - One criterion that is often used for this is code coverage: The tests should cover the code as well as possible.

In this talk, the various kinds of code coverage will be introduced together with their advantages and disadvantages. We will take a look at some tools for code coverage measurement for JVM-based programming languages, especially at those integrated with Eclipse: Some practical case studies will be demonstrated using EclEmma and eCobertura, again including a look at their respective strengths and weaknesses.


About the speaker

Joachim Hofer

Joachim Hofer studied computer science at the University of Erlangen-Nürnberg after already winning the budding developers' award "Goldene Diskette" of German computer magazine "CHIP" twice in his youth. He joined imbus AG on 1998 as a student trainee and stayed there after graduating. Since then, he has driven the establishing of Java know-how in the company and works as the team leader in the J2EE project of the imbus-own product development team. In his free time, he develops the Eclipse plugin "eCobertura" which integrates the coverage tool "Cobertura" into Eclipse. Additionally, he is involved with the "Scala Users Southern Germany" and contributes his ideas to the development of the Scala IDE for Eclipse.




<<back

Back to the top