OUR

Courses

Java & JUnit for Testers

Lenght of Time:

5 days
daily course

Course language:

German

Teaching material mainly in English

This course is aimed at testers who deal with Java code on a regular basis and want to improve their knowledge in this regard. In addition to Java, the test framework JUnit is also discussed with the aim that the participants can implement their own unit tests after attending the course.

  • Introduction to Java
  • Basic syntax
    • variables
    • arrays
    • methods
    • logical operators
    • loops
    • branches
  • classes and objects
    • fields
    • constructors
    • methods
    • static variables and methods
    • modifiers
    • encapsulation
    • Inheritance and Polymorphism
    • class Object
  • Abstract classes and interfaces
  • Generics and Collections
  • Exception Handling
  • I/O and streams
  • Database access: optionally with JDBC (Java Database Connectivity) or JPA (Java Persistence API)
  • threading and concurrency
  • Implementation of basic design patterns
    • singleton
    • Factory
    • Observer
    • DAO (Data Access Object)
  • Motivation for test automation
  • Unit testing with JUnit
  • Outlook on functional extensions under Java 8