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 ?
-
2
Welcome to the Java For Test Developers Course!
-
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
- Introduction to a class FREE PREVIEW
- Class in Action (Hands-on code)
- Class - package and import
- main and objects quiz
- Access Modifiers
- The main() method
- Class & Object Demystified
-
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
- Collections - Arraylist (Long duration lesson) FREE PREVIEW
- ArrayList source code
- How to loop(iterate) a List & Retrieve values
- Hashmap - Java Collections (Create, Add, Access) FREE PREVIEW
- hashmapCollection source code
-
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