Arianne Project Meeting 2010: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Madmetzger
imported>Madmetzger
Line 62: Line 62:
; Language :
; Language :
; Target group : Developers
; Target group : Developers
; Abstract : It is well known that no application is bug free, so we need to find those errors to fix them. The earlier you find an error the less effort will be necessary to correct it. An early possibility to find errors is testing your code with automated tests. A framework supporting automated testing is JUnit. In this session we will tell why unit testing is a good idea and how we can use JUnit to test your code.
; Abstract : It is well known that no application is bug free, so we need to find those errors to fix them. The earlier we find an error the less effort will be necessary to correct it. Existing tests that can be run repeatable also support the proceeding development by giving the safety not to break working parts of your application. A framework supporting such automated testing is JUnit. In this session we will tell why unit testing is a good idea and how we can use JUnit to test your code.


===What does Sourceforge.net offer Arianne?===
===What does Sourceforge.net offer Arianne?===