Java for Selenium
Course Summary
This two-day course is designed to provide students with the foundation in Java necessary for RTTS' Advanced Selenium course. This course can be taken standalone or in conjunction with the Introduction or Advanced courses. This course is intended for users of Selenium seeking to gain Java skills necessary to customize and enhance test scripts.
Intended Audience
New users of Selenium who need to test Web applications. The course is designed primarily for testing professionals who will be using the automation tools.
- Course Objectives
- Course Outline
- Prerequisites
At the end of the course, you will be able to:
- Explain key concepts related to Java technology and Java programming
- differentiate between different variable types
- Use decision constructs and loops
- Create Java classes
- Create and use single and multi-dimensional arrays
- Develop and use methods
- Use inheritance to extend classes
- Understand inheritance and polymorphism
- Parse strings using String, StringBuffer and StringTokenizer
Java Language Fundamentals
- Variable Types
- Operators
- Conditional Statments
- Looping Statements
- Arrays
Class Design
- Class Creation
- Constructors
- Constructor Overloading
- Packages and Imports
Methods
- Method Creation
- Method Reuse
- Method Overloading
- Passing Arguments
Containers
- Working with ArrayLists
- Working with Vectors
- Working with HashTables
- Generics
Extending Classes
- Construction of Classes
- Inheritance
- Polymorphism
- Abstract Classes
- Interface Classes
String Handling
- String Manipulation
- String Formatting
- String Tokenizers
To benefit from this course, you should have:
- Basic knowledge of any programming or scripting language and be comfortable with the topics covered in Introduction to Selenium course.