Course curriculum

Java for Test Developers

  • 1
    How to use this Course
    • How to Use the Java For Test Developers Course
    • How to access Source code ?
  • 3
    Setting up Environment & Java Data types
    • Install Java and Verify
    • Installing Eclipse Create Project & Class with Code
    • Eclipse Location & settings
    • Quick Survey
    • Declaring and Using Java Variables
    • Various Data Types in Java
  • 4
    Class and Data - Dive In
  • 5
    Object Oriented Programming, Constructors
    • Constructors
    • OOP - Encapsulation
    • OOP - Abstraction
    • abstract class Animal
    • Dog class
    • OOP - Inheritance
    • OOP - Polymorphism
  • 6
    Understanding Interface & Abstract classes
    • What is an Interface & abstract class?When to use which one?
  • 7
    Logic Building, Loops & File IO
    • Various Operators in Java
    • Conditional and Loops
    • String handling
  • 8
    Java Collections
  • 9
    File Operations
    • Creating & Reading from Properties file
    • ReadProperties .java
    • config.properties (create it source folder of name resources)
    • File IO : Create Write and Read
    • FileIO.java
    • Read Write from Command Line (main args )
    • CommandLine .java
    • CommandLineScanner .java
    • Reading & Writing from CommandLine - Scanner
  • 10
    Connect Dots and Mini Project
    • Connecting Dots
    • Java Mini Project - Create List and Exit Operations
    • Java Mini Project - CommandLine
    • Top 10 Interview Quesions
    • Overview