Booking options
£63.99
£63.99
On-Demand course
39 hours 24 minutes
All levels
In this course, you will learn how to write great automation tests with Selenium WebDriver and Java, and start building automation testing frameworks!
Writing your first automation test with Java and Selenium Webdriver is a lot of fun. Java is one of the most popular programming languages. It offers both object-oriented and functional programming features. Selenium can be used for screen scraping and automating repeated tasks on the browser. In this course, you will learn programming with Java and automation testing using Selenium. We will take a hands-on approach using Eclipse as an IDE to illustrate more than 200 Java coding exercises, puzzles, and code examples. We will also write more than 100 Selenium automation tests with Java for a wide variety of scenarios. In more than 350 steps, we will explore the most important Java programming features and Selenium automation testing scenarios. For this course, we will be using Eclipse and Brackets as the IDE, with Maven, npm (Dependency Management), TestNG (XML Test Suite, Parallel, multiple browsers), JUnit, Selenium IDE, Katalon Studio, Selenium Standalone, and Selenium Grid. By the end of this course, you will have acquired all the skills to demonstrate expertise in automation testing using Selenium and Java in your job interviews. The complete code bundle is available at https://github.com/packtpublishing/learn-automation-testing-with-java-and-selenium-webdriver
Learn to write great automation tests with Selenium and Java
Learn to set up new automation test projects with JUNIT and TestNG
Learn to create basic automation test frameworks
Learn the basics of HTML, CSS, and XPath
Learn to use Selenium IDE and Katalon Studio
Learn to play with form elements
This course is for anyone who wants to learn programming, automation testing, and how Selenium WebDriver works. If you are a beginner and want to explore Java further, learn the basics of object-oriented programming with Java, learn the basics of functional programming with Java, and write great automation test for your web applications in Java, this course is for you.
In this course, we take a hands-on approach using Eclipse as an IDE to illustrate more than 200 Java coding exercises, puzzles, and code examples. We will also write more than 100 Selenium automation tests with Java for a wide variety of scenarios.
Learn automation testing using Selenium in a modern way with 200 hands-on code examples * Gain skills to demonstrate expertise in automation testing using Selenium and Java in an interview * Solve a wide range of hands-on automation testing exercises with Java and Selenium
https://github.com/packtpublishing/learn-automation-testing-with-java-and-selenium-webdriver
Ranga Karanam is a seasoned technologist and architect with over two decades of expertise in programming, design, and architecture. He founded in28Minutes with the goal of helping students master cutting-edge cloud-native technologies such as AWS, Azure, Google Cloud, Docker, and Kubernetes. With 15 years of experience in Java programming and design, Ranga has collaborated with top banking clients worldwide. His passion for creating hands-on courses with real-world projects motivated him to develop the Step-By-Step series of courses that follow a problem-solution-based approach, with practical and real-world application examples. Ranga and his team at in28Minutes specialize in Java and related frameworks such as Spring, Spring Boot, Spring MVC, Struts, and Hibernate. They are committed to equipping learners with the skills and knowledge necessary to succeed in today's rapidly evolving technology landscape.
1. Introduction
In this section, we are introduced to the course and the author explains the best usage from the course.
1. Introduction to the Course In this video, we will take a quick introduction to the course. |
2. How to Make Best Use of the Course Guide? In this video, we will understand how to make best use of the course guide to learn automation with Selenium. |
2. Installing Java 11
In this section, we will install Java and set the path for environment variables.
1. Step 01 - Installing JDK - with Installation Guide PDF In this video, we will work on step 01 by installing JDK with the help of an installation guide PDF. |
2. Step 02 - Verifying Java and JShell In this video, we will work on step 02 by verifying Java and JShell. |
3. Step 03 - Troubleshooting Java Installation In this video, we will work on step 03 by troubleshooting Java installation. |
4. Step 04 - Setting Path Environment Variable in Windows In this video, we will work on step 04 by setting path environment variable in Windows. |
3. Introduction to Java Programming with JShell Using Multiplication Table
In this section, we will get started with Java programming and take up the multiplication table challenge.
1. Step 00 - Getting Started with Programming In this video, we will work on step 00, which is getting started with programming. |
2. Step 01 - Introduction to Multiplication Table Challenge In this video, we will work on step 01 where we will get introduced to the multiplication table challenge. |
3. Step 02 - Launch JShell In this video, we will work on step 02 where you will learn how to launch JShell. |
4. Step 03 - Break Down Multiplication Table Challenge In this video, we will work on step 03 where we will break down multiplication table challenge. |
5. Step 04 - Java Expression - An Introduction In this video, we will work on step 04 where you will learn about Java Expression. |
6. Step 05 - Java Expression - Exercises In this video, we will work on step 05 where we will solve exercises for Java Expression. |
7. Step 06 - Java Expression - Puzzles In this video, we will work on step 06 where we will solve some puzzles for Java Expression. |
8. Step 07 - Printing Output to Console with Java In this video, we will work on step 07 where we will be printing output to console with Java. |
9. Step 08 - Printing Output to Console with Java - Exercise Statements In this video, we will work on step 08 where we will look at exercise statements. |
10. Step 09 - Printing Output to Console with Java - Exercise Solutions In this video, we will work on step 09 where we will look at exercise solutions. |
11. Step 10 - Printing Output to Console with Java - Puzzles In this video, we will work on step 10 where we will solve some puzzles for printing output to console with Java. |
12. JShell Tips - Multiple Lines of Code In this video, you will learn some useful JShell tips for multiple lines of code. |
13. Step 11 - Advanced Printing Output to Console with Java In this video, we will work on step 11 where we will look at advanced printing output to console with Java. |
14. Step 12 - Advanced Printing Output to Console with Java - Exercises In this video, we will work on step 12 where we will look at advanced printing output to console with Java - exercises. |
15. Step 13 - Introduction to Variables in Java In this video, we will work on step 13 where we will look at an introduction to variables in Java. |
16. Step 14 - Introduction to Variables in Java - Exercises and Puzzles In this video, we will work on step 14 where we will look at an introduction to variables in Java - exercises and puzzles. |
17. Step 15 - Four Important Things to Know about Variables in Java In this video, we will work on step 15 where we will look at four important things to know about variables in Java. |
18. Step 16 - How are Variables Stored in Memory? In this video, we will work on step 16 where we will look at how variables are stored in memory. |
19. Step 17 - How to Name a Variable In this video, we will work on step 17 where we will look at how to name a variable. |
20. Step 18 - Understanding Primitive Variable Types in Java In this video, we will work on step 18 where we will look at understanding primitive variable types in Java. |
21. Step 19 - Understanding Primitive Variable Types in Java - Choosing a Type In this video, we will work on step 19 where we will look at understanding primitive variable types in Java - choosing a type. |
22. Java Tip - String Concatenation In this video, we will cover Java tip for string concatenation. |
23. Step 20 - Java Assignment Operator In this video, we will work on step 20 where we will look at Java assignment operator. |
24. Step 21 - Java Assignment Operator - Puzzles on Increment, Decrement, and Compound In this video, we will work on step 21 where we will look at Java assignment operator - puzzles on increment, decrement, and compound. |
25. Step 22 - Programming Tips: JShell - Shortcuts, Multiple Lines, and Variables In this video, we will work on step 22 where we will look at programming tips: JShell - shortcuts, multiple lines, and variables. |
26. Step 23 - Java Conditionals and If Statement - Introduction In this video, we will work on step 23 where we will look at an introduction to Java conditionals and if statement. |
27. Step 24 - Java Conditionals and If Statement - Exercise Statements In this video, we will work on step 24 where we will look at Java conditionals and if statement - exercise statements. |
28. Step 25 - Java Conditionals and If Statement - Exercise Solutions In this video, we will work on step 25 where we will look at Java conditionals and if statement - exercise solutions. |
29. Step 26 - Java Conditionals and If Statement - Puzzles In this video, we will work on step 26 where we will look at Java conditionals and if statement - puzzles. |
30. Step 27 - Java For Loop to Print Multiplication Table - Introduction In this video, we will work on step 27 where we will look at Java for loop to print multiplication table - introduction. |
31. Step 28 - Java For Loop to Print Multiplication Table - Exercise Statements In this video, we will work on step 28 where we will look at Java for loop to print multiplication table - exercise statements. |
32. Step 29 - Java For Loop to Print Multiplication Table - Exercise Solutions In this video, we will work on step 29 where we will look at Java for loop to print multiplication table - exercise solutions. |
33. Step 30 - Java For Loop to Print Multiplication Table - Puzzles In this video, we will work on step 30 where we will look at Java for loop to print multiplication table - puzzles. |
34. Step 31 - Getting Started with Programming - Revise All Terminology In this video, we will work on step 31 where we will look at getting started with programming - revise all terminology. |
4. Introduction to Method with Multiplication Table
Here, we explore Java platform for methods - parameters, arguments, and return values.
1. Step 00 - Section 02 - Methods - An Introduction In this video, we will cover a quick section introduction. |
2. Step 01 - Your First Java Method - Hello World Twice and Exercise Statements In this video, we will cover step 01 - your first Java method - hello world twice and exercise statements. |
3. Step 02 - Introduction to Java Methods - Exercises and Puzzles In this video, we will cover step 02 - introduction to Java methods - exercises and puzzles. |
4. Step 03 - Programming Tip - Editing Methods with JShell In this video, we will cover step 03 - programming tip - editing methods with JShell. |
5. Step 04 - Introduction to Java Methods - Arguments and Parameters In this video, we will cover step 04 - introduction to Java methods - arguments and parameters. |
6. Step 05 - Introduction to Java Method Arguments - Exercises In this video, we will cover step 05 - introduction to Java method arguments - exercises. |
7. Step 06 - Introduction to Java Method Arguments - Puzzles and Tips In this video, we will cover step 06 - introduction to Java method arguments - puzzles and tips. |
8. Step 07 - Getting Back to Multiplication Table - Creating a Method In this video, we will cover step 07 - getting back to multiplication table - creating a method. |
9. Step 08 - Print Multiplication Table with a Parameter and Method Overloading In this video, we will cover step 08 - print multiplication table with a parameter and method overloading. |
10. Step 09 - Passing Multiple Parameters to a Java Method In this video, we will cover step 09 - passing multiple parameters to a Java method. |
11. Step 10 - Returning from a Java Method - An Introduction In this video, we will cover step 10 - returning from a Java method - an introduction. |
12. Step 11 - Returning from a Java Method - Exercises In this video, we will cover step 11 - returning from a Java method - exercises. |
13. Step 12 - Methods - Section Review In this video, we will cover step 12 - methods - section review. |
5. Introduction to Java Platform
In this section, we will look at the Java platform and learn to create a method.
1. Step 00 - Section 03 - Overview of Java Platform - Section Overview In this video, we will take a quick section overview. |
2. Step 01 - Overview of Java Platform - An Introduction - java, javac, bytecode In this video, we will cover step 01 - overview of Java platform - an introduction - java, javac, bytecode. |
3. Step 02 - Java Class and Object - First Look In this video, we will cover step 02 - Java class and object - first look. |
4. Step 03 - Create a Method in a Java Class In this video, we will cover step 03 - create a method in a Java class. |
5. Step 04 - Create and Compile Planet.java Class In this video, we will cover step 04 - create and compile Planet.java class. |
6. Step 05 - Run Planet Class with Java - Using a Main Method In this video, we will cover step 05 - run the Planet class with Java - Using a main method. |
7. Step 06 - Play and Learn with Planet Class In this video, we will cover step 06 - play and learn with the Planet class. |
8. Step 07 - JDK Versus JRE Versus JVM In this video, we will cover step 07 - JDK versus JRE versus JVM |
6. Introduction to Eclipse - First Java Project
In this section, we will install Eclipse, create a new Java project, write a multiplication table, and look into debugging features.
1. Step 00 - Installing Eclipse In this video, we will work on step 00 for installing Eclipse. |
2. Step 01 - Creating a New Java Project with Eclipse In this video, we will work on step 01 - creating a new Java project with Eclipse. |
3. Step 02 - Your First Java Class with Eclipse In this video, we will work on step 02 - Your first Java class with Eclipse. |
4. Step 03 - Writing Multiplication Table Java Program with Eclipse In this video, we will work on step 03 - writing multiplication table Java program with Eclipse. |
5. Step 04 - Adding More Methods for Multiplication Table Program In this video, we will work on step 04 - adding more methods for multiplication table program. |
6. Eclipse Tip - Save Actions In this video, we will cover Eclipse tip to save actions. |
7. Step 05 - Programming Tip 1: Refactoring with Eclipse In this video, we will work on step 05 - programming tip 1: refactoring with Eclipse. |
8. Step 06 - Programming Tip 2: Debugging with Eclipse In this video, we will work on step 06 - programming tip 2: debugging with Eclipse. |
9. Step 07 - Programming Tip 3: Eclipse Versus JShell - How to Choose? In this video, we will work on step 07 - programming tip 3: Eclipse versus JShell - how to choose. |
7. Introduction to Object-Oriented Programming
In this section, we will be introduced to OOP and will understand the variables and functions.
1. Step 00 - Introduction to Object-Oriented Programming - Section Overview In this video, we will cover a quick section overview. |
2. Step 01 - Introduction to Object-Oriented Programming - Basics In this video, we will cover step 01 - introduction to object-oriented programming - basics. |
3. Step 02 - Introduction to Object-Oriented Programming - Terminology - Class Object In this video, we will cover step 02 - introduction to object-oriented programming - terminology - class object. |
4. Step 03 - Introduction to Object-Oriented Programming - Exercise - Online Shopping In this video, we will cover step 03 - introduction to object-oriented programming - exercise - online shopping. |
5. Step 04 - Create Motor Bike Java Class and a Couple of Objects In this video, we will cover step 04 - create Motor Bike Java class and a couple of objects. |
6. Step 05 - Exercise Solutions - Book Class and Three Instances In this video, we will cover step 05 - exercise solutions - book class and three instances. |
7. Step 06 - Introducing the State of an Object with Speed Variable In this video, we will cover step 06 - introducing the state of an object with speed variable. |
8. Step 07 - Understanding Basics of Encapsulation with Setter Methods In this video, we will cover step 07 - understanding basics of encapsulation with setter methods. |
9. Step 08 - Exercises and Tips - Getters and Generating Getters and Setters with E In this video, we will cover step 08 - exercises and tips - getters and generating getters and setters with E. |
10. Step 09 - Puzzles on This and Initialization of Member Variables In this video, we will cover step 09 - puzzles on this and initialization of member variables. |
11. Step 10 - First Advantage of Encapsulation In this video, we will cover step 10 - first advantage of encapsulation. |
12. Step 11 - Introduction to Encapsulation - Level 2 In this video, we will cover step 11 - introduction to encapsulation - level 2. |
13. Step 12 - Encapsulation Exercises - Better Validation and Book Class In this video, we will cover step 12 - encapsulation exercises - better validation and the book class. |
14. Step 13 - Introduction to Abstraction In this video, we will cover step 13 - introduction to abstraction. |
15. Step 14 - Introduction to Java Constructors In this video, we will cover step 14 - introduction to Java constructors. |
16. Step 15 - Introduction to Java Constructors - Exercises and Puzzles In this video, we will cover step 15 - introduction to Java constructors - exercises and puzzles. |
17. Step 16 - Introduction to Object-Oriented Programming - Conclusion In this video, we will cover step 16 - introduction to object-oriented programming - conclusion. |
8. Primitive Data Types and Alternatives
In this section, you will learn about the basics of Java data types - casting, operators, and more.
1. Step 00 - Primitive Data Types in Depth - Section Overview In this video, we will cover a quick section overview. |
2. Step 01 - Basics about Java Integer Data Types - Casting, Operators, and More In this video, we will cover step 01 - basics about Java integer data types - casting, operators, and more. |
3. Step 02 - Java Integer Data Types - Puzzles - Octal, Hexadecimal, Post, and Pre Integer In this video, we will cover step 02 - Java integer data types - puzzles - octal, hexadecimal, post, and pre integer. |
4. Step 03 - Java Integer Data Types - Exercises - BiNumber - Add, Multiply, And Double In this video, we will cover step 03 - Java integer data types - exercises - BiNumber - add, multiply, and double. |
5. Step 04 - Java Floating Point Data Types - Casting, Conversion, and Accuracy In this video, we will cover step 04 - Java floating point data types - casting, conversion, and accuracy. |
6. Step 05 - Introduction to BigDecimal Java Class In this video, we will cover step 05 - introduction to BigDecimal Java class. |
7. Step 06 - BigDecimal Puzzles - Adding Integers In this video, we will cover step 06 - BigDecimal puzzles - adding integers. |
8. Step 07 - BigDecimal Exercises - Simple Interest Calculation In this video, we will cover step 07 - BigDecimal exercises - simple interest calculation. |
9. Step 08 - Java Boolean Data Type - Relational and Logical Operators In this video, we will cover step 08 - Java Boolean data type - relational and logical operators. |
10. Step 09 - Java Boolean Data Type - Puzzles - Short Circuit Operators In this video, we will cover step 09 - Java Boolean data type - puzzles - short circuit operators. |
11. Step 10 - Java Character Data Type char - Representation and Conversion In this video, we will cover step 10 - Java character data type char - representation and conversion. |
12. Step 11 - Java char Data Type - Exercise 1 - isVowel In this video, we will cover step 11 - Java char data type - exercise 1 - isVowel. |
13. Step 12 - Java char Data Type - Exercise 2 - isDigit In this video, we will cover step 12 - Java char data type - exercise 2 - isDigit. |
14. Step 13 - Java char Data Type - Exercise 3 - isConsonant, List Upper Case and L In this video, we will cover step 13 - Java char data type - exercise 3 - isConsonant, List Upper Case and L. |
15. Step 14 - Primitive Data Types In-Depth - Conclusion In this video, we will cover step 14 - primitive data types in-depth - conclusion. |
9. Conditionals
In this section, we will cover conditionals with Java - If Else statement, nested If Else, Java Switch statement, Java ternary operator.
1. Step 00 - Conditionals with Java - Section Overview In this video, we will cover a quick section overview. |
2. Step 01 - Introduction to If Else Statement In this video, we will cover step 01 - introduction to if else statement. |
3. Step 02 - Introduction to Nested If Else In this video, we will cover step 02 - introduction to nested if else. |
4. Step 03 - If Else Statement - Puzzles In this video, we will cover step 03 - if else statement - puzzles. |
5. Step 04 - If Else Problem - How to Get User Input in Java In this video, we will cover step 04 - if else problem - how to get user input in Java. |
6. Step 05 - If Else Problem - How to Get Number 2 and Choice from User In this video, we will cover step 05 - if else problem - how to get number 2 and choice from user. |
7. Step 06 - If Else Problem - Implementing with Nested If Else In this video, we will cover step 06 - if else problem - implementing with nested if else. |
8. Programming Tip - CodingBat dot Com In this video, we will cover a programming tip - CodingBat dot Com. |
9. Step 07 - Java Switch Statement - An Introduction In this video, we will cover step 07 - Java Switch statement - an introduction. |
10. Step 08 - Java Switch Statement - Puzzles - Default, Break, and Fall Through In this video, we will cover step 08 - Java Switch statement - puzzles - default, break, and fall through. |
11. Step 09 - Java Switch Statement - Exercises - isWeekDay, nameOfMonth, nameOfDay In this video, we will cover step 09 - Java Switch statement - exercises - isWeekDay, nameOfMonth, nameOfDay. |
12. Eclipse Tip - Ctrl or Cmd + 1 In this video, we will cover Eclipse tip - Ctrl or Cmd + 1. |
13. Step 10 - Java Ternary Operation - An Introduction In this video, we will cover step 10 - Java ternary operation - an introduction. |
14. Step 11 - Conditionals with Java - Conclusion In this video, we will cover step 11 - conditionals with Java - conclusion. |
10. Loops
In this section, we will cover loops-For Loop, While Loop in Java, Do While Loop, Break and Continue.
1. Step 00 - Java Loops - Section Introduction In this video, we will cover a quick section introduction. |
2. Step 01 - Java For Loop - Syntax and Puzzles In this video, we will cover step 01 - Java For Loop - syntax and puzzles. |
3. Step 02 - Java For Loop - Exercises Overview and First Exercise Prime Numbers In this video, we will cover step 02 - Java For Loop - exercises overview and first exercise prime numbers. |
4. Step 03 - Java For Loop - Exercise - Sum Upto N Numbers and Sum of Divisors In this video, we will cover step 03 - Java For Loop - exercise - sum upto N numbers and sum of divisors. |
5. Step 04 - Java For Loop - Exercise - Print a Number Triangle In this video, we will cover step 04 - Java For Loop - exercise - print a number triangle. |
6. Eclipse Tip - Templates - sysout, main, fore, ifelse In this video, we will cover an Eclipse tip - templates - sysout, main, fore, ifelse. |
7. Step 05 - While Loop in Java - An Introduction In this video, we will cover step 05 - While Loop in Java - an introduction. |
8. Step 06 - While Loop - Exercises - Cubes and Squares Upto Limit In this video, we will cover step 06 - While Loop - exercises - cubes and squares upto limit. |
9. Step 07 - Do While Loop in Java - An Introduction In this video, we will cover step 07 - Do While Loop in Java - an introduction. |
10. Step 08 - Do While Loop in Java - An Example - Cube while user enters positive n In this video, we will cover step 08 - Do While Loop in Java - an example - cube while user enters positive n. |
11. Step 09 - Introduction to Break and Continue In this video, we will cover step 09 - introduction to break and continue. |
12. Step 10 - Selecting Loop in Java - For Versus While Versus Do While In this video, we will cover step 10 - selecting loop in Java - For versus While versus Do While. |
11. Reference Types
In this section, we will look into string class and understand string immutable.
1. Step 00 - Java Reference Types - Section Introduction In this video, we will cover a quick section introduction. |
2. Step 01 - Reference Types - How Are They Stored in Memory? In this video, we will cover step 01 - reference types - how they are stored in memory. |
3. Step 02 - Java Reference Types - Puzzles In this video, we will cover step 02 - Java reference types - puzzles. |
4. Step 03 - String Class - Introduction and Exercise - Print Each Word and char On In this video, we will cover step 03 - string class - introduction and exercise - print each word and char on. |
5. Step 04 - String Class - Exercise Solution and Some More Important Methods In this video, we will cover step 04 - string class - exercise solution and some more important methods. |
6. Step 05 - Understanding String is Immutable and String Concat, Upper Case, Lower In this video, we will cover step 05 - understanding string is immutable and String Concat, Upper Case, Lower. |
7. Step 06 - String Concatenation and Join, Replace Methods In this video, we will cover step 06 - string concatenation and join, replace methods. |
8. Step 07 - Java String Alternatives - StringBuffer and StringBuilder In this video, we will cover step 07 - Java string alternatives - StringBuffer and StringBuilder. |
9. Step 08 - Java Wrapper Classes - An Introduction - Why and What? In this video, we will cover step 08 - Java Wrapper classes - an introduction - why and what? |
10. Step 09 - Java Wrapper Classes - Creation - Constructor and valueOf In this video, we will cover step 09 - Java Wrapper classes - creation - Constructor and valueOf. |
11. Step 10 - Java Wrapper Classes - Auto Boxing and a Few Wrapper Constants - SIZE In this video, we will cover step 10 - Java Wrapper classes - auto boxing and a few wrapper constants - SIZE. |
12. Step 11 - Java Dates - Introduction to LocalDate, LocalTime, and LocalDateTime In this video, we will cover step 11 - Java dates - introduction to LocalDate, LocalTime and LocalDateTime. |
13. Step 12 - Java Dates - Exploring LocalDate - Creation and Methods to Play with D In this video, we will cover step 12 - Java dates - exploring LocalDate - creation and methods to play with D. |
14. Step 13 - Java Dates - Exploring LocalDate - Comparing Dates and Creating Specif In this video, we will cover step 13 - Java dates - exploring LocalDate - comparing dates and creating Specif. |
15. Eclipse Tip - Exploring Java API In this video, we will cover an Eclipse tip - exploring Java API. |
16. Step 14 - Java Reference Types - Conclusion In this video, we will cover step 14 - Java reference types - conclusion. |
12. Arrays and ArrayLists
In this section, we explore Java Array and ArrayList - Java string arrays, arrays of objects, primitive data types, toString, and exceptions.
1. Step 00 - Introduction to Array and ArrayList - Section Introduction with a Challenge In this video, we will cover a quick section introduction with a challenge. |
2. Step 01 - Understanding the Need and Basics about an Array In this video, we will cover step 01 - understanding the need and basics about an array. |
3. Step 02 - Java Arrays - Creating and Accessing Values - Introduction In this video, we will cover step 02 - Java arrays - creating and accessing values - introduction. |
4. Step 03 - Java Arrays - Puzzles - Arrays of Objects, Primitive Data Types, toStr In this video, we will cover step 03 - Java arrays - puzzles - arrays of objects, primitive data types, toStr. |
5. Step 04 - Java Arrays - Compare, Sort, and Fill In this video, we will cover Step 04 - Java Arrays - Compare, Sort and Fill. |
6. Step 05 - Java Arrays - Exercise - Create Student Class - Part 1 - Total and Ave In this video, we will cover step 05 - Java arrays - exercise - create student class - part 1 - Total and Ave. |
7. Step 06 - Java Arrays - Exercise - Create Student Class - Part 2 - Maximum and Minimum In this video, we will cover step 06 - Java arrays - exercise - create student class - part 2 - maximum and minimum. |
8. Step 07 - Introduction to Variable Arguments - Need In this video, we will cover step 07 - introduction to variable arguments - need. |
9. Step 08 - Introduction to Variable Arguments - Basics In this video, we will cover step 08 - introduction to variable arguments - basics. |
10. Step 09 - Introduction to Variable Arguments - Enhancing Student Class In this video, we will cover step 09 - introduction to variable arguments - enhancing student class. |
11. Step 10 - Java Arrays - Using Person Objects and String Elements with Exercises In this video, we will cover step 10 - Java arrays - using person objects and string elements with exercises. |
12. Eclipse Tip - Code Generation In this video, we will cover an Eclipse tip - code generation. |
13. Step 11 - Java String Arrays - Exercise Solutions - Print Day of Week with Most In this video, we will cover step 11 - Java string arrays - exercise solutions - print day of week with Most. |
14. Step 12 - Adding and Removing Marks - Problem with Arrays In this video, we will cover step 12 - adding and removing marks - problem with arrays. |
15. Step 13 - First Look at ArrayList - An Introduction In this video, we will cover step 13 - first look at ArrayList - an introduction. |
16. Step 14 - First Look at ArrayList - Refactoring Student Class to Use ArrayList In this video, we will cover step 14 - first look at ArrayList - refactoring student class to use ArrayList. |
17. Step 15 - First Look at ArrayList - Enhancing Student Class with Add and Remove In this video, we will cover step 15 - first look at ArrayList - enhancing student class with add and remove. |
18. Step 16 - Introduction to Array and ArrayList - Conclusion In this video, we will cover step 16 - introduction to Array and ArrayList - conclusion. |
13. Object-Oriented Programming Again
In this section, we will revert to OOP again and explore a few more topics.
1. Step 00 - Object-Oriented Programming - Level 2 - Section Introduction In this video, we will cover a quick section introduction. |
2. Step 01 - Basics of Designing a Class - Class, Object, State, and Behavior In this video, we will cover step 01 - basics of designing a class - class, object, state, and behavior. |
3. Step 02 - OOPS Example - Fan Class - Deciding State and Constructors In this video, we will cover step 02 - OOPS example - fan class - deciding state and constructors. |
4. Step 03 - OOPS Example - Fan Class - Deciding Behavior with Methods In this video, we will cover step 03 - OOPS example - fan class - deciding behavior with methods. |
5. Step 04 - OOPS Exercise - Rectangle Class In this video, we will cover step 04 - OOPS exercise - rectangle class. |
6. Step 05 - Understanding Object Composition with Customer Address Example In this video, we will cover step 05 - understanding object composition with customer address example. |
7. Step 06 - Understanding Object Composition - An Exercise - Books and Reviews In this video, we will cover step 06 - understanding object composition - an exercise - books and reviews. |
8. Step 07 - Understanding Inheritance - Why Do We Need It? In this video, we will cover step 07 - understanding inheritance - why we need it. |
9. Step 08 - Object is at the Top of Inheritance Hierarchy In this video, we will cover step 08 - the object is at the top of the inheritance hierarchy. |
10. Step 09 - Inheritance and Overriding - with the toString() Method In this video, we will cover step 09 - inheritance and overriding - with the toString() method. |
11. Step 10 - Java Inheritance - Exercise - Student and Employee Classes In this video, we will cover step 10 - Java inheritance - exercise - student and employee classes. |
12. Step 11 - Java Inheritance - Default Constructors and the super() method call In this video, we will cover step 11 - Java inheritance - default constructors and the super() method call. |
13. Step 12 - Java Inheritance - Puzzles - Multiple Inheritance, Reference Variables In this video, we will cover step 12 - Java inheritance - puzzles - multiple inheritance, reference variables. |
14. Step 13 - Java Abstract Class - Introduction In this video, we will cover step 13 - Java abstract class - introduction. |
15. Step 14 - Java Abstract Class - First Example - Creating Recipes with Template M In this video, we will cover step 14 - Java abstract class - first example - creating recipes with template M. |
16. Step 15 - Java Abstract Class - Puzzles In this video, we will cover step 15 - Java abstract class - puzzles. |
17. Step 16 - Java Interface - Example 1 - Gaming Console - How to Think about Intef In this video, we will cover step 16 - Java interface - example 1 - gaming console - how to think about Intef. |
18. Step 17 - Java Interface - Example 2 - Complex Algorithm - API Defined by Extern In this video, we will cover step 17 - Java interface - example 2 - complex algorithm - API defined by extern. |
19. Step 18 - Java Interface - Puzzles - Unimplemented Methods, Abstract Classes, Values In this video, we will cover step 18 - Java interface - puzzles - unimplemented methods, abstract classes, values. |
20. Step 19 - Java Interface Versus Abstract Class - A Comparison In this video, we will cover step 19 - Java interface versus abstract class - a comparison. |
21. Step 20 - Java Interface Flyable and Abstract Class Animal - An Exercise In this video, we will cover step 20 - Java interface flyable and abstract class animal - an exercise. |
22. Programming Tips - 97 Things Every Programmer Should Know In this video, we will cover programming tips - 97 things every programming should know. |
23. Step 21 - Polymorphism - An Introduction In this video, we will cover step 21 - polymorphism - an introduction. |
14. Collections
In this section, we will explore Java Collections-List Interface(ArrayList, LinkedList and Vector), Set Interface (HashSet, LinkedHashSet and TreeSet), Queue Interface (PriorityQueue), and Map Interface (HashMap, HashTable, LinkedHashMap, and TreeMap()-Compare, Contrast, and Choose.
1. Step 01 - Java Collections - Section Overview with Need for Collections In this video, we will cover step 01 - a quick section overview. |
2. Step 02 - List Interface - Introduction - Position is King In this video, we will cover step 02 - list interface - introduction - position is king. |
3. Step 03 - List Interface - Immutability and Introduction of Implementations - Array In this video, we will cover step 03 - list interface - immutability and introduction of implementations - array. |
4. Step 04 - List Interface Implementations - ArrayList Versus LinkedList In this video, we will cover step 04 - list interface implementations - ArrayList versus LinkedList. |
5. Programming Tip - Teach Yourselves Programming in 10 Years In this video, we will cover a programming tip - teach yourselves programming in 10 years. |
6. Step 05 - List Interface Implementations - ArrayList Versus Vector In this video, we will cover step 05 - list interface implementations - ArrayList versus Vector. |
7. Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists In this video, we will cover step 06 - list interface - methods to add, remove, and change elements and lists. |
8. Step 07 - List and ArrayList - Iterating Around Elements In this video, we will cover step 07 - List and ArrayList - iterating around elements. |
9. Step 08 - List and ArrayList - Choosing Iteration Approach for Printing and Deleting In this video, we will cover step 08 - List and ArrayList - choosing an iteration approach for printing and deleting. |
10. Step 09 - List and ArrayList - Puzzles - Type Safety and Removing Integers In this video, we will cover step 09 - List and ArrayList - puzzles - type safety and removing integers. |
11. Step 10 - List and ArrayList - Sorting - Introduction to Collections Sort Static In this video, we will cover step 10 - List and ArrayList - sorting - introduction to collections sort static. |
12. Step 11 - List and ArrayList - Sorting - Implementing Comparable Interface In this video, we will cover step 11 - List and ArrayList - sorting - implementing comparable interface. |
13. Step 12 - List and ArrayList - Sorting - Providing Flexibility by Implementing C In this video, we will cover step 12 - List and ArrayList - sorting - providing flexibility by implementing C. |
14. Step 13 - List and ArrayList - A Summary In this video, we will cover step 13 - List and ArrayList - a summary. |
15. Step 14 - Set Interface - Introduction - No Duplication In this video, we will cover step 14 - set interface - introduction - no duplication. |
16. Step 15 - Understanding Data Structures - Array, LinkedList, and Hashing In this video, we will cover step 15 - understanding data structures - Array, LinkedList, and Hashing. |
17. Step 16 - Understanding Data Structures - Tree - Sorted Order In this video, we will cover step 16 - understanding data structures - tree - sorted order. |
18. Step 17 - Set Interface - Hands-On - HashSet, LinkedHashSet, and TreeSet In this video, we will cover step 17 - set interface - hands-on - HashSet, LinkedHashSet, and TreeSet. |
19. Step 18 - Set Interface - Exercise - Find Unique Characters in a List In this video, we will cover step 18 - set interface - exercise - find unique characters in a list. |
20. Step 19 - TreeSet - Methods from NavigableSet - floor,lower,upper, subSet, head In this video, we will cover step 19 - TreeSet - methods from NavigableSet - floor,lower,upper, subSet, head. |
21. Step 20 - Queue Interface - Process Elements in Order In this video, we will cover step 20 - queue interface - process elements in order. |
22. Step 21 - Introduction to PriorityQueue - Basic Methods and Customized Priority In this video, we will cover step 21 - introduction to PriorityQueue - basic methods and customized priority. |
23. Step 22 - Map Interface - An Introduction - Key and Value In this video, we will cover step 22 - map interface - an introduction - key and value. |
24. Step 23 - Map Interface - Implementations - HashMap, HashTable, LinkedHashMap In this video, we will cover step 23 - map interface - implementations - HashMap, HashTable, LinkedHashMap. |
25. Step 24 - Map Interface - Basic Operations In this video, we will cover step 24 - map interface - basic operations. |
26. Step 25 - Map Interface - Comparison - HashMap Versus LinkedHashMap Versus TreeMap In this video, we will cover step 25 - map interface - comparison - HashMap versus LinkedHashMap versus TreeMap. |
27. Step 26 - Map Interface - Exercise - Count Occurrences of Characters and Words In this video, we will cover step 26 - map interface - exercise - count occurrences of characters and words. |
28. Step 27 - TreeMap - Methods from NavigableMap - floorKey, higherKey, firstEntry In this video, we will cover step 27 - TreeMap - methods from NavigableMap - floorKey, higherKey, firstEntry. |
29. Step 28 - Java Collections - Conclusion with Three Tips In this video, we will cover step 28 - Java Collections - conclusion with three tips. |
15. Generics
In this section, we will explore generics; why do we need generics; restrictions with extends and generic methods; WildCards-upper bound and lower bound.
1. Step 01 - Introduction to Generics - Why Do We Need Generics? In this video, we will cover step 01 - introduction to generics - why we need generics. |
2. Step 02 - Implementing Generics for the Custom List In this video, we will cover step 02 - implementing generics for the custom list. |
3. Step 03 - Extending Custom List with a Generic Return Method In this video, we will cover step 03 - extending custom list with a generic return method. |
4. Step 04 - Generics Puzzles - Restrictions with Extends and Generic Methods In this video, we will cover step 04 - generics puzzles - restrictions with extends and generic methods. |
5. Step 05 - Generics and WildCards - Upper Bound and Lower Bound In this video, we will cover step 05 - generics and WildCards - upper bound and lower bound. |
16. Introduction to Exception Handling
In this section, we will be introduced to exception handling: your thought process during exception handling; try, catch, and finally; exception hierarchy-checked exceptions versus unchecked exceptions; throwing an exception; creating and throwing a custom exception-CurrenciesDoNotMatchException.
1. Step 01 - Introduction to Exception Handling - Your Thought Process During Exception In this video, we will cover step 01 - introduction to exception handling - your thought process during exception. |
2. Step 02 - Basics of Exceptions - NullPointerException and StackTrace In this video, we will cover step 02 - basics of exceptions - NullPointerException and StackTrace. |
3. Step 03 - Basics of Handling Exceptions - try and catch In this video, we will cover step 03 - basics of handling exceptions - try and catch. |
4. Step 04 - Basics of Handling Exceptions - Exception Hierarchy, Matching, and Catch In this video, we will cover step 04 - basics of handling exceptions - exception hierarchy, matching, and catch. |
5. Step 05 - Basics of Handling Exceptions - Need for finally In this video, we will cover step 05 - basics of handling exceptions - need for finally. |
6. Step 06 - Basics of Handling Exceptions - Puzzles In this video, we will cover step 06 - basics of handling exceptions - puzzles. |
7. Step 07 - Checked Exceptions Versus Unchecked Exceptions - An Example In this video, we will cover step 07 - checked exceptions versus unchecked exceptions - an example. |
8. Step 08 - Hierarchy of Errors and Exceptions - Checked and Runtime In this video, we will cover step 08 - hierarchy of errors and exceptions - checked and runtime. |
9. Step 09 - Throwing an Exception - Currencies Do Not Match Runtime Exception In this video, we will cover step 09 - throwing an exception - Currencies Do Not Match Runtime Exception. |
10. Step 10 - Throwing a Checked Exception - Throws in Method Signature and Handling In this video, we will cover step 10 - throwing a checked exception - throws in method signature and handling. |
11. Step 11 - Throwing a Custom Exception - CurrenciesDoNotMatchException In this video, we will cover step 11 - throwing a custom exception - CurrenciesDoNotMatchException. |
12. Step 12 - Write Less Code with Try with Resources - New Feature in Java 7 In this video, we will cover step 12 - write less code with try with resources - new feature in Java 7. |
13. Step 13 - Basics of Handling Exceptions - Puzzles 2 In this video, we will cover step 13 - basics of handling exceptions - puzzles 2. |
14. Step 14 - Exception Handling - Conclusion with Best Practices In this video, we will cover step 14 - exception handling - conclusion with best practices. |
17. Java Tips
In this section, we will look into a few tips for imports, access modifiers, and nested classes.
1. Java Tip 01 - Imports and Static Imports In this video, we will cover Java tip 01 - imports and static imports. |
2. Java Tip 02 - Blocks In this video, we will cover Java tip 02 - blocks. |
3. Java Tip 03 - Equals Method In this video, we will cover Java tip 03 - equals method. |
4. Java Tip 04 - hashcode Method In this video, we will cover Java tip 04 - hashcode method. |
5. Java Tip 05 - Class Access Modifiers - Public and Default In this video, we will cover Java tip 05 - class access modifiers - public and default. |
6. Java Tip 06 - Method Access Modifiers - Public, Protected, Private, and Default In this video, we will cover Java tip 06 - method access modifiers - public, protected, private, and default. |
7. Java Tip 07 - Final Classes and Final Methods In this video, we will cover Java tip 07 - final classes and final methods. |
8. Java Tip 08 - Final Variables and Final Arguments In this video, we will cover Java tip 08 - final variables and final arguments. |
9. Java Tip 09 - Why Do We Need Static Variables? In this video, we will cover Java tip 09 - why do we need static variables? |
10. Java Tip 09 - Why Do We Need Static Methods? In this video, we will cover Java tip 09 - why do we need static methods? |
11. Java Tip 10 - Static Methods cannot Use Instance Methods or Variables In this video, we will cover Java tip 10 - static methods cannot use instance methods or variables. |
12. Java Tip 11 - Public Static Final - Constants In this video, we will cover Java tip 11 - public static final - constants. |
18. Getting Started with Selenium, JUnit, and TestNG
In this section, we will start with the installation of Selenium and learn some advanced features. Next, you will learn how to install and record tests with Katalon Studio. Then work with JUnit and TestNG.
1. Step 01 - Getting Started with Selenium - An Overview Getting Started with Selenium, JUnit and TestNG: Step 01 - Getting Started with Selenium - An Overview. |
2. Step 02 - Installing Selenium IDE Getting Started with Selenium, JUnit and TestNG: Step 02 - Installing Selenium IDE. |
3. Step 03 - Recording and Replaying Google Search with Selenium IDE Getting Started with Selenium, JUnit and TestNG: Step 03 - Recording and Replaying Google Search with Selenium IDE. |
4. Step 04 - Exercise - Recording Facebook Login Getting Started with Selenium, JUnit and TestNG: Step 04 - Exercise - Recording Facebook Login. |
5. Step 05 - Advanced Features in Selenium IDE Getting Started with Selenium, JUnit and TestNG: Step 05 - Advanced Features in Selenium IDE. |
6. Step 06 - Alternative for Selenium IDE - Katalon Studio Getting Started with Selenium, JUnit and TestNG: Step 06 - Alternative for Selenium IDE - Katalon Studio. |
7. Step 07 - Installing and Recording Tests with Katalon Studio Getting Started with Selenium, JUnit and TestNG: Step 07 - Installing and Recording Tests with Katalon Studio. |
8. Step 08 - Advanced Features of Katalon Studio Getting Started with Selenium, JUnit and TestNG: Step 08 - Advanced Features of Katalon Studio. |
9. Step 09 - Export Unit Tests and Set up new Maven Project Getting Started with Selenium, JUnit and TestNG: Step 09 - Export Unit Tests and Set up new Maven Project. |
10. Step 10 - Adding Maven Dependencies for JUnit, Web Driver Manager and Web Driver Getting Started with Selenium, JUnit and TestNG: Step 10 - Adding Maven Dependencies for JUnit, Web Driver Manager and Web Driver. |
11. Step 11 - Fixing Driver Error with ChromeDriverManager Getting Started with Selenium, JUnit and TestNG: Step 11 - Fixing Driver Error with ChromeDriverManager. |
12. Step 12 - Exercise - Run Facebook JUnit Test Getting Started with Selenium, JUnit and TestNG: Step 12 - Exercise - Run Facebook JUnit Test. |
13. Step 13 - Running a Selenium Automation Test - What is happening in Background Getting Started with Selenium, JUnit and TestNG: Step 13 - Running a Selenium Automation Test - What is happening in Background. |
14. Step 14 - Install TestNG Plugin and Create New Project with TestNG Getting Started with Selenium, JUnit and TestNG: Step 14 - Install TestNG Plugin and Create New Project with TestNG. |
15. Step 15 - Export and Run TestNG Test for Google and Facebook Getting Started with Selenium, JUnit and TestNG: Step 15 - Export and Run TestNG Test for Google and Facebook. |
16. Step 16 - Comparing TestNG and JUnit Tests and Course Overview Getting Started with Selenium, JUnit and TestNG: Step 16 - Comparing TestNG and JUnit Tests and Course Overview. |
19. TestNG Versus JUnit
In this section, you will learn to differentiate between TestNG and JUnit.
1. Step 01 - Introduction to TestNG Versus JUnit In this video, we will cover step 01 - introduction to TestNG versus JUnit. |
2. Step 02 - Creating a Unit Test for SimpleClass In this video, we will cover step 02 - creating a unit test for SimpleClass. |
3. Step 03 - Adding Asserts to Unit Test In this video, we will cover step 03 - adding asserts to unit test. |
4. Step 04 - Exercise - Write More Unit Test Scenarios In this video, we will cover step 04 - exercise - write more unit test scenarios. |
5. Step 05 - Writing Selenium JUnit Automation Test for Google - Part 1 In this video, we will cover step 05 - writing Selenium JUnit automation test for Google - part 1. |
6. Step 06 - Writing Selenium JUnit Automation Test for Google - Part 2 In this video, we will cover step 06 - writing Selenium JUnit automation test for Google - part 2. |
7. Step 07 - Exploring WebDriver Interface In this video, we will cover step 07 - exploring WebDriver interface. |
8. Step 08 - Writing Selenium JUnit Automation Test for Google - Part 3 In this video, we will cover step 08 - writing Selenium JUnit automation test for Google - part 3. |
9. Step 09 - Reducing Duplication with @Before and @After JUnit Annotations In this video, we will cover step 09 - reducing duplication with @Before and @After JUnit annotations. |
10. Step 10 - Time for TestNG - Convert Unit Test to TestNG In this video, we will cover step 10 - time for TestNG - convert unit test to TestNG. |
11. Step 11 - TestNG Advanced Features - XML Suite and Test Reports In this video, we will cover step 11 - TestNG advanced features - XML Suite and test reports. |
12. Step 12 - TestNG Advanced Features - Running Tests with Parameters Defined in XM In this video, we will cover step 12 - TestNG advanced features - running tests with parameters defined in XM. |
13. Step 13 - TestNG Advanced Features - Running Tests in Parallel In this video, we will cover step 13 - TestNG advanced features - running tests in parallel. |
20. Getting Started with HTML, CSS, and XPath
In this section, you will learn the basics of HTML and CSS such as formatting, creating lists, and linking external files.
1. Step 01 - Why Should You Learn HTML and CSS In this video, we will cover step 01 - why should you learn HTML and CSS. |
2. Step 02 - How Does the Web Work - Request, Response, HTML, and Browser In this video, we will cover step 02 - how does the web work - request, response, HTML, and browser. |
3. Step 03 - Installing Web Editor - Brackets In this video, we will cover step 03 - installing web editor - brackets. |
4. Step 04 - First HTML File - Tags, HTML, Head, and Body In this video, we will cover step 04 - first HTML file - Tags, HTML, Head, and Body. |
5. Step 05 - Basic HTML Tags - Paragraph, Div, Heading - H1 to H6 In this video, we will cover step 05 - basic HTML tags - Paragraph, Div, Heading - H1 to H6. |
6. Step 06 - Formatting Tags - Bold, Italicized, and Quotes In this video, we will cover step 06 - formatting tags - bold, italicized, and quotes. |
7. Step 07 - Using Tags without Closing Tag - BR and HR In this video, we will cover step 07 - using tags without closing tag - BR and HR. |
8. Step 08 - W3C Standards for HTML In this video, we will cover step 08 - W3C standards for HTML. |
9. Step 09 - Creating a List of Elements with UL LI and OL In this video, we will cover step 09 - creating a list of elements with UL LI and OL. |
10. Step 10 - Organizing Your Data Using Tables In this video, we will cover step 10 - organizing your data using tables. |
11. Step 11 - Organizing Your Data Using Tables - Exercise Solutions In this video, we will cover step 11 - organizing your data using tables - exercise solutions. |
12. Step 12 - HTML Attributes and Links - Absolute and Relative In this video, we will cover step 12 - HTML attributes and links - absolute and relative. |
13. Step 13 - Image Tag in HTML - Local and Internet Links In this video, we will cover step 13 - image tag in HTML - local and internet links. |
14. Step 14 - Introduction to Live Preview Feature in Brackets In this video, we will cover step 14 - introduction to live preview feature in Brackets. |
15. Step 15 - Nesting of Divs and Understanding the align Attribute In this video, we will cover step 15 - nesting of Divs and understanding the align attribute. |
16. Step 16 - Getting Data from Users Using Forms - Text and TextArea In this video, we will cover step 16 - getting data from users using forms - Text and TextArea. |
17. Step 17 - Attributes on Text Elements - Size, maxlength, value In this video, we will cover step 17 - attributes on text elements - Size, maxlength, value. |
18. Step 18 - Choosing Among Multiple Options Using Radio Buttons In this video, we will cover step 18 - choosing among multiple options using radio buttons. |
19. Step 19 - Choosing Among Multiple Options Using Select Box In this video, we will cover step 19 - choosing among multiple options using select box. |
20. Step 20 - Choosing Yes or No with Check Box In this video, we will cover step 20 - choosing Yes or No with a check box. |
21. Step 21 - Submitting a Form and Understanding GET and POST In this video, we will cover step 21 - submitting a form and understanding GET and POST. |
22. Step 22 - Introduction to Frames In this video, we will cover step 22 - introduction to Frames. |
23. Step 23 - Miscellaneous - Password Fields, File Input, and Multi Select Box In this video, we will cover step 23 - miscellaneous - password fields, file input, and multi select box. |
24. Step 24 - Introduction to CSS In this video, we will cover step 24 - introduction to CSS. |
25. Step 25 - CSS for Input, Select, and Text Area In this video, we will cover step 25 - CSS for input, select, and text area. |
26. Step 26 - CSS Attributes with Color, Background Color In this video, we will cover step 26 - CSS attributes with color, background color. |
27. Step 27 - Grouping Form Elements with fieldset In this video, we will cover step 27 - grouping form elements with fieldset. |
28. Step 28 - Styling Fieldsets with CSS In this video, we will cover step 28 - styling Fieldsets with CSS. |
29. Step 29 - Exercise - Styling Lists In this video, we will cover step 29 - exercise - styling lists. |
30. Step 30 - Using an External CSS File In this video, we will cover step 30 - using an external CSS file. |
31. Step 31 - Understanding Class in CSS In this video, we will cover step 31 - understanding class in CSS. |
32. Step 32 - Making the Best Use of Class in CSS and Multiple Classes In this video, we will cover step 32 - making the best use of class in CSS and multiple classes. |
33. Step 33 - Using id with CSS In this video, we will cover step 33 - using id with CSS. |
34. Step 34 - Understanding CSS Selectors and Testing Using the $$ Function In this video, we will cover step 34 - understanding CSS selectors and testing using the $$ function. |
35. Step 35 - CSS Selectors - Identifying Input Element In this video, we will cover step 35 - CSS selectors - identifying input element. |
36. Step 36 - Introduction to XPath Expressions - Absolute and Relative In this video, we will cover step 36 - introduction to XPath expressions - absolute and relative. |
37. Step 37 - Using id and Class in XPath Expressions In this video, we will cover step 37 - using id and class in XPath expressions. |
38. Step 38 - Using XPath on the Forms Page In this video, we will cover step 38 - using XPath on the forms page. |
39. Step 39 - A Review of XPat Expressions and CSS Selectors In this video, we will cover step 39 - a review of XPat expressions and CSS selectors. |
21. Setting Up the First Web Application
In this section, we will set up our first application.
1. Step 01 - Setting Up the First Web Application In this video, we will cover step 01 - setting up the first web application. |
2. Step 02 - Refactoring Shortcuts to Learn In this video, we will cover step 02 - refactoring shortcuts to learn. |
3. Step 03 - My Favorite Shortcuts - Ctrl + 1 and Ctrl + Space In this video, we will cover step 03 - my favorite shortcuts - Ctrl + 1 and Ctrl + Space. |
22. Selenium Automation - Locators
In this section, we will set up a new project and locate elements with a few exercises.
1. Step 01 - Introduction to the Section In this video, we will cover step 01 - introduction to the section. |
2. Step 02 - Setting Up a New Project with TestNG In this video, we will cover step 02 - setting up a new project with TestNG. |
3. Step 03 01 - Selenium Locators - Locate Elements by Id and WebElement Interface In this video, we will cover step 03 01 - Selenium locators - locate elements by Id and WebElement Interface. |
4. Step 03 02 - Exercise - Selenium Locators - Locate Elements by Id In this video, we will cover step 03 02 - exercise - Selenium locators - locate elements by Id. |
5. Step 04 - Selenium Locators - Locate Elements by Name - Part 1 In this video, we will cover step 04 - Selenium locators - locate elements by name - part 1. |
6. Step 05 - Selenium Locators - Locate Elements by Name - Part 2 In this video, we will cover step 05 - Selenium locators - locate elements by name - part 2. |
7. Step 06 - Abstracting @BeforeTest and @AfterTest to Common Super Class AbstractC In this video, we will cover step 06 - abstracting @BeforeTest and @AfterTest to common super class AbstractC. |
8. Step 07 - Debugging Errors - Element Not Found Exception In this video, we will cover step 07 - debugging errors - Element Not Found Exception. |
9. Step 08 - Selenium Locators - Locate Elements by Tag Name In this video, we will cover step 08 - Selenium locators - locate elements by tag name. |
10. Step 09 - Finding Multiple Matching Elements with findElements In this video, we will cover step 09 - finding multiple matching elements with findElements. |
11. Step 10 - Finding Multiple Matching Input Elements In this video, we will cover step 10 - finding multiple matching input elements. |
12. Step 11 - Slowing Tests Using Sleep for Visualizing In this video, we will cover step 11 - slowing tests using sleep for visualizing. |
13. Step 12 - Automation Test for Entering UserId and Password and Logging In this video, we will cover step 12 - automation test for entering UserId and password and logging. |
14. Step 13 - Exercise - Create Automation Test for Login Static Page In this video, we will cover step 13 - exercise - create automation test for login static page. |
15. Step 14 - Selenium Locators - Locate Elements by Link Text In this video, we will cover step 14 - Selenium locators - locate elements by link text. |
16. Step 15 - Selenium Locators - Locate Elements by Partial Link Text In this video, we will cover step 15 - Selenium locators - locate elements by partial link text. |
17. Step 16 - Selenium Locators - Locate Elements by Class In this video, we will cover step 16 - Selenium locators - locate elements by class. |
18. Step 17 - Exercise - Selenium Locators - Locate Elements by Class In this video, we will cover step 17 - exercise - Selenium locators - locate elements by class. |
19. Step 18 - Selenium Locators - Locate Table Element In this video, we will cover step 18 - Selenium locators - locate table element. |
20. Step 19 - Exercise - Selenium Locators - Locate and Click Table Element In this video, we will cover step 19 - exercise - Selenium locators - locate and click table element. |
21. Step 20 - Understanding CSS Selectors for Table Data - td In this video, we will cover step 20 - understanding CSS selectors for table data - td. |
22. Step 21 - Using XPath Expressions to Locate Table Elements In this video, we will cover step 21 - using XPath expressions to locate table elements. |
23. Step 22 - Choosing Among Multiple Selenium Locator Options In this video, we will cover step 22 - choosing among multiple Selenium locator options. |
24. Step 23 - Improving Performance by Caching WebElements In this video, we will cover step 23 - improving performance by caching WebElements. |
25. Step 24 - Conclusion In this video, we will cover step 24 - conclusion. |
23. Selenium Automation - Playing with Form Elements
In this section, we will read and set values into text elements and checkbox.
1. Step 01 - Introduction to the Section In this video, we will cover step 01 - introduction to the section. |
2. Step 02 - Reading and Setting values into Text Elements Using Selenium WebDriver In this video, we will cover step 02 - reading and setting values into text elements using Selenium WebDriver. |
3. Step 03 - Reading and Setting Values into TextArea Elements Using Selenium WebDriver In this video, we will cover step 03 - reading and setting values into TextArea elements using Selenium WebDriver. |
4. Step 04 - Reading Value of CheckBox in Automation Tests In this video, we will cover step 04 - reading value of CheckBox in automation tests. |
5. Step 05 - Setting Value of CheckBox in Automation Tests In this video, we will cover step 05 - setting value of CheckBox in automation tests. |
6. Step 06 - Creating Framework Utility Method for CheckBox in Automation Tests In this video, we will cover step 06 - creating framework utility method for CheckBox in automation tests. |
7. Step 07 - Reading Value of Radio Button in Automation Tests In this video, we will cover step 07 - reading value of radio button in automation tests. |
8. Step 08 - Setting Value of Radio Button in Automation Tests In this video, we will cover step 08 - setting value of radio button in automation tests. |
9. Step 09 - Reading Value of Select Box In this video, we will cover step 09 - reading value of select box. |
10. Step 10 - Reading Value of Multi Select Box In this video, we will cover step 10 - reading value of multi select box. |
11. Step 11 - Setting Value of Select Box in Automation Test In this video, we will cover step 11 - setting value of select box in automation test. |
12. Step 12 - Conclusion In this video, we will cover step 12 - conclusion. |
24. Selenium Automation - Advanced Testing Scenarios
In this section, we will read CSS styles and look into more methods for the WebDriver interface.
1. Step 01 - Introduction and Setting Up a New Project with TestNG and Selenium In this video, we will cover step 01 - introduction and setting up a new project with TestNG and Selenium. |
2. Step 02 - Reading CSS Styles In this video, we will cover step 02 - reading CSS styles. |
3. Step 03 - Exercise - Reading CSS Styles In this video, we will cover step 03 - exercise - reading CSS styles. |
4. Step 04 - Checking Whether an Element is Enabled Using isEnabled and Exploring WebDriver In this video, we will cover step 04 - checking whether an element is enabled using isEnabled and Exploring WebDriver. |
5. Step 05 - More Methods in WebDriver Interface - getAttribute, getLocation In this video, we will cover step 05 - more methods in WebDriver interface - getAttribute, getLocation. |
6. Step 06 - Accessing Window Information Using WebDriver Manage Window Method In this video, we will cover step 06 - accessing window information using WebDriver manage window method. |
7. Step 07 - Window Navigation in Selenium Automation Test with WebDriver Navigate In this video, we will cover step 07 - window navigation in Selenium automation test with WebDriver navigate. |
8. Step 08 - Automation Testing Modal Windows Using Sleep In this video, we will cover step 08 - automation testing modal windows using Sleep. |
9. Step 09 - Automation Testing Modal Windows with Implicit Wait In this video, we will cover step 09 - automation testing modal windows with Implicit Wait. |
10. Step 10 01 - Automation Testing Modal Windows with Explicit Waits In this video, we will cover step 10 01 - automation testing modal windows with Explicit Waits. |
11. Step 10 02 - Automation Testing Modal Windows with Explicit Waits - Events In this video, we will cover step 10 02 - automation testing modal windows with Explicit Waits - Events. |
12. Step 11 - Testing Alert Boxes with Selenium In this video, we will cover step 11 - testing alert boxes with Selenium. |
13. Step 12 - Window Handles and Basics of Testing New Browser Window Launch In this video, we will cover step 12 - window handles and basics of testing new browser window launch. |
14. Step 13 - Finding the Handle of Newly Launched Window In this video, we will cover step 13 - finding the handle of the newly launched window. |
15. Step 14 - Switching to Newly Launched Window In this video, we will cover step 14 - switching to a newly launched window. |
16. Step 15 - Writing Automation Tests for Frames In this video, we will cover step 15 - writing automation tests for Frames. |
17. Step 16 - Taking a Screenshot During Automation Test In this video, we will cover step 16 - taking a screenshot during automation test. |
18. Step 17 - Executing JavaScript Code in Selenium Test In this video, we will cover step 17 - executing JavaScript code in Selenium test. |
19. Step 18 - Reviewing WebDriver Interface In this video, we will cover step 18 - reviewing WebDriver interface. |
20. Step 20 - Writing Automation Tests for Tables In this video, we will cover step 20 - writing automation tests for tables. |
21. Step 21 - Designing a Basic Framework for Tables In this video, we will cover step 21 - designing a basic framework for tables. |
22. Step 22 - Using Actions Interface for Basic Actions with Keyboard and Mouse In this video, we will cover step 22 - using actions interface for basic actions with keyboard and mouse. |
23. Step 23 - More Actions Interface - Drag, Drop, Hold, and Release In this video, we will cover step 23 - more actions interface - Drag, Drop, Hold, and Release. |
25. Introduction to Cross Browser Automation Testing
In this section, we will explore cross browser testing and run automation tests.
1. Step 01 - Introduction to Cross Browser Automation Testing In this video, we will cover step 01 - introduction to cross browser automation testing. |
2. Step 02 - Setting Up a New Project and Running Tests in Chrome and Firefox In this video, we will cover step 02 - setting up a new project and running tests in Chrome and Firefox. |
3. Step 03 - Running Automation Tests in Other Browsers - Safari, Internet Explorer In this video, we will cover step 03 - running automation tests in other browsers - Safari, Internet Explorer. |
4. Step 04 - Running Headless Automation Test with PhanthomJS In this video, we will cover step 04 - running headless automation test with PhanthomJS. |
5. Step 05 - Running Automation Tests with Chrome and Firefox Browsers in Headless In this video, we will cover step 05 - running automation tests with Chrome and Firefox Browsers in Headless. |
6. Step 06 - Designing Cross Browser Automation Test Framework - Part 1 In this video, we will cover step 06 - designing cross browser automation test framework - part 1. |
7. Step 07 - Designing Cross Browser Automation Test Framework - Part 2 In this video, we will cover step 07 - designing cross browser automation test framework - part 2. |
26. Data-Driven Testing with Data Providers, CSV, and Excel Spreadsheets
In this section, we will understand the prerequisites for login test scenarios and data-driven logins with passwords.
1. Step 01 - Section Overview In this video, we will cover step 01 - section overview. |
2. Step 02 - Understanding Prerequisites and Login Test Scenario In this video, we will cover step 02 - understanding prerequisites and login test scenario. |
3. Step 03 - Setting Up a new Project with Hardcoded Login Scenario In this video, we will cover step 03 - setting up a new project with hardcoded login scenario. |
4. Step 04 - Writing Automation Test for Unsuccessful Login In this video, we will cover step 04 - writing automation test for unsuccessful login. |
5. Step 05 - Data-Driven Unsuccessful Login Automation Test with DataProvider In this video, we will cover step 05 - data-driven unsuccessful login automation test with DataProvider. |
6. Step 06 - Adding Passwords to DataProvider In this video, we will cover step 06 - adding passwords to DataProvider. |
7. Step 07 - Adding Expected Test Result to Data Provider In this video, we will cover step 07 - adding expected test result to data provider. |
8. Step 08 - Reading Test Data from CSV File In this video, we will cover step 08 - reading test data from CSV file. |
9. Step 09 - Connecting Test Data Provider to CSV File In this video, we will cover step 09 - connecting test data provider to CSV file. |
10. Step 10 - Setting Up Excel File with Google Spreadsheets In this video, we will cover step 10 - setting up Excel file with Google Spreadsheets. |
11. Step 11 - Reading Test Data from Excel Using POI and ExcelReadUtil In this video, we will cover step 11 - reading test data from Excel using POI and ExcelReadUtil. |
12. Step 12 - Understanding ExcelReadUtil In this video, we will cover step 12 - understanding ExcelReadUtil. |
13. Step 13 - Connecting Test Data Provider to Excel File In this video, we will cover step 13 - connecting test data provider to Excel file. |
27. Implementing Page Object Model for Update To-Do Scenario
In this section, we will implement a page model and set up a new project while creating the outline.
1. Step 01 - Introduction - Objectives and Prerequisites In this video, we will cover step 01 - introduction - objectives and prerequisites. |
2. Step 02 - Setting Up a New Project and Creating an Outline for the Update Todo In this video, we will cover step 02 - setting up a new project and creating an outline for the update Todo. |
3. Step 03 - Writing the First Version of Update Todo Automation Test In this video, we will cover step 03 - writing the first version of the update Todo automation test. |
4. Step 04 - First Working Version of Update Todo and a Discussion on Maintainability In this video, we will cover step 04 - first working version of update Todo and a discussion on maintainability. |
5. Step 05 - Introduction to Page Object Model In this video, we will cover step 05 - introduction to page object model. |
6. Step 06 - Creating Your First Page Object In this video, we will cover step 06 - creating your first page object. |
7. Step 07 - Updating the Automation Test to Use Login Page Object In this video, we will cover step 07 - updating the automation test to use login page object. |
8. Step 08 - Creating Action Methods in Login Page Object In this video, we will cover step 08 - creating action methods in login page object. |
9. Step 09 - Creating Todo Page Object In this video, we will cover step 09 - creating a Todo page object. |
10. Step 10 - Creating List Todo Page Object In this video, we will cover step 10 - creating a list of Todo page objects. |
28. Scaling Up with Selenium Standalone and Grid
In this section, we will install NPM using NodeJS, set up an automation project, and create a simple test.
1. Step 01 - Selenium Standalone and Grid - An Introduction In this video, we will cover step 01 - Selenium Standalone and Grid - an introduction. |
2. Step 02 - Installation Step I - NPM Using Node JS In this video, we will cover step 02 - installation step I - NPM using Node JS. |
3. Step 03 - Installation Steps II and III - Installing and Launching Selenium Stand In this video, we will cover step 03 - installation steps II and III - installing and launching Selenium Stand. |
4. Step 04 - Setting Up an Automation Project and Creating a Simple Test In this video, we will cover step 04 - setting up an automation project and creating a simple test. |
5. Step 05 - Creating a New Test to Run Using Selenium Standalone Server In this video, we will cover step 05 - creating a new test to run using Selenium Standalone Server. |
6. Step 06 - Introduction to Selenium Grid - Hub and Nodes In this video, we will cover step 06 - introduction to Selenium Grid - hub and nodes. |
7. Step 07 - Setting Up Selenium Grid with a Hub and Two Nodes In this video, we will cover step 07 - setting up Selenium Grid with a hub and two nodes. |
8. Step 08 - Setting Up Different Browser Capabilities for the Nodes In this video, we will cover step 08 - setting up different browser capabilities for the nodes. |
29. Congratulations
The author congratulates you for completing the course.
1. Congratulations Welcome to the last video of this course. All the best for the future! |
30. Appendix - Maven
In this bonus section, we will explore Maven in five steps.
1. Introduction to Maven in Five Steps In this video, we will cover an introduction to Maven in five steps. |
2. Step 01 - Creating and Importing a Maven Project In this video, we will cover step 01 - creating and importing a Maven project. |
3. Step 02 - Understanding Project Object Model In this video, we will cover step 02 - understanding project object model. |
4. Step 03 - Maven Build Lifecycle In this video, we will cover step 03 - Maven build lifecycle. |
5. Step 04 - How Does Maven Work? In this video, we will cover step 04 - how does Maven work? |