JUnit Tutorial

About the author

Konstantina has graduated from the Department of Informatics and Telecommunications in National and Kapodistrian University of Athens (NKUA) and she is currently pursuing M.Sc studies in Advanced Information Systems at the same department.

She is also working as a research associate for NKUA in the field of telecommunications. Her main interests lie in software engineering, web applications, databases and telecommunications.

We have provided plenty of JUnit tutorials here at Java Code Geeks, like JUnit Getting Started Example, JUnit Using Assertions and Annotations Example, JUnit Annotations Example and so on.

However, we prefered to gather all the JUnit features in one detailed guide for the convenience of the reader.

We hope you like it!

 

JUnit Tutorial includes:

  1. Unit testing introduction
  2. JUnit introduction
  3. JUnit complete example using Eclipse
  4. Run JUnit tests from command line
  5. Conclusions
JCG eBooks are professionally designed, downloadable collections of popular JCG content – articles, interviews, presentations, and research – covering the latest software development technologies, trends, and topics.
Back to top button