Mindluster Platform
About the course Selenium Automation with Java
Java Automation technique deals with code that can be used to control the execution of specific UI operations in Java.
This is helpful in the following scenarios: 1. To test Java Thick Client Applications where repetitive testing can be
automated (UI automation testing) .
Programming Category's Courses
Course Lesson(136)
Lesson 1 : Selenium WebDriver Tutorial 1 Introduction to Selenium
Lesson 2 : Selenium WebDriver Tutorial 2 Selenium WebDriver Architecture
Lesson 3 : Selenium WebDriver Tutorial 3 How to install Java on Windows OS
Lesson 4 : Selenium WebDriver Tutorial 4 How to install Eclipse IDE on Windows
Lesson 5 : Selenium WebDriver Tutorial 5 How to Setup Selenium WebDriver in Eclipse IDE
Lesson 6 : Selenium WebDriver Tutorial 6 How to run Tests on Different Browsers
Lesson 7 : Selenium WebDriver Tutorial 7 Maven Introduction and Installation
Lesson 8 : Selenium WebDriver Tutorial 8 How to Manage Dependencies with Maven
Lesson 9 : Selenium WebDriver Tutorial 9 How to use WebDriver Manager
Lesson 10 : Selenium WebDriver Tutorial 10 How to Write First TestCase in Selenium
Lesson 11 : Selenium WebDriver Tutorial 11 Understand WebDriver Interface
Lesson 12 : Selenium WebDriver Tutorial 12 What are Locators in Selenium WebDriver
Lesson 13 : Selenium WebDriver Tutorial 13 What is Relative Locator in Selenium
Lesson 14 : Selenium XPath Tutorial 1 Introduction to XPath | Basic XPath Syntax
Lesson 15 : Selenium XPath Tutorial 2 Relative Vs Absolute XPath
Lesson 16 : Selenium XPath Tutorial 3 XPath Starts with Function with Examples
Lesson 17 : Selenium XPath Tutorial 4 XPath Contains Function with Examples
Lesson 18 : Selenium XPath Tutorial 5 XPath text Method | Find element by Text
Lesson 19 : Selenium XPath Tutorial 6 XPath AND Operator | XPath OR Operator
Lesson 20 : Selenium XPath Tutorial 7 XPath Axes Methods | Parent Child Self
Lesson 21 : Selenium XPath Tutorial 8 Axes Method descendant descendant or self
Lesson 22 : Selenium XPath Tutorial 9 Axes Methods | ancestor ancestor or self
Lesson 23 : Selenium XPath Tutorial 10 XPath Axes following following sibling
Lesson 24 : Selenium XPath Tutorial 11 XPath Axes preceding preceding sibling
Lesson 25 : Selenium CSS Selector 1 Introduction to CSS and CSS Selector
Lesson 26 : Selenium CSS Selector 2 Write CSS Selector using Class Attribute
Lesson 27 : Selenium CSS Selector 3 CSS Selector with Multiple Attributes
Lesson 28 : Selenium CSS Selector 4 CSS Selector Substring Matching
Lesson 29 : Selenium CSS Selector 5 Finding Direct Child or Sub child Elements
Lesson 30 : Selenium CSS Selector 6 Next Sibling | Adjacent Sibling Combinator
Lesson 31 : Selenium CSS Selector 7 First Child Last Child Nth Child Nth Last Child
Lesson 32 : Selenium CSS Selector 8 First of type Last of type Nth of type
Lesson 33 : Selenium WebDriver Tutorial 14 What are the Basic Methods in WebDriver Interface
Lesson 34 : Selenium WebDriver Tutorial 15 Basic Methods in WebDriver Interface Part 2
Lesson 35 : Selenium WebDriver Tutorial 16 WebElement Methods in Selenium
Lesson 36 : Selenium WebDriver Tutorial 17 How to Handle Dropdown in Selenium Part 1
Lesson 37 : Selenium WebDriver Tutorial 18 How to Handle Dropdown in Selenium Part 2
Lesson 38 : Selenium WebDriver Tutorial 19 How to Print all Links of a Webpage
Lesson 39 : Selenium WebDriver Tutorial 20 How to Handle Auto Suggestion Dropdown
Lesson 40 : Selenium WebDriver Tutorial 21 How to Handle Checkbox in Selenium
Lesson 41 : Selenium WebDriver Tutorial 22 How to Select Radio Button in Selenium
Lesson 42 : Selenium WebDriver Tutorial 23 How to Handle Frames in Selenium
Lesson 43 : Selenium WebDriver Tutorial 24 How to Handle Alert Popup in Selenium
Lesson 44 : Selenium WebDriver Tutorial 25 How to Handle Multiple Windows in Selenium
Lesson 45 : Selenium WebDriver Tutorial 26 How to Perform Mouse Hover in Selenium
Lesson 46 : Selenium WebDriver Tutorial 27 How to Perform Drag and Drop in Selenium
Lesson 47 : Selenium WebDriver Tutorial 28 How to Handle Resize Widget in Selenium
Lesson 48 : Selenium WebDriver Tutorial 29 How to Automate Slider in Selenium
Lesson 49 : Selenium WebDriver Tutorial 30 How to Perform Right Click in Selenium
Lesson 50 : Selenium WebDriver Tutorial 31 How to Perform Keyboard Events in Selenium
Lesson 51 : Selenium WebDriver Tutorial 32 Different Types of Wait in Selenium
Lesson 52 : Selenium WebDriver Tutorial 33 What is Implicit Wait in Selenium
Lesson 53 : Selenium WebDriver Tutorial 34 What is Explicit Wait in Selenium
Lesson 54 : Selenium WebDriver Tutorial 35 How to Use Fluent Wait in Selenium
Lesson 55 : Selenium WebDriver Tutorial 36 How to Handle Web Table in Selenium
Lesson 56 : Selenium WebDriver Tutorial 37 What is JavaScriptExecutor in Selenium
Lesson 57 : Selenium WebDriver Tutorial 38 How to Take Screenshot in Selenium
Lesson 58 : Selenium WebDriver Tutorial 39 How to Handle SSL Certificate in Selenium
Lesson 59 : Selenium WebDriver Tutorial 40 How to Handle Authentication Popup in Selenium
Lesson 60 : Selenium WebDriver Tutorial 41 How to Read Data From Properties File
Lesson 61 : TestNG Tutorial 1 How to Install TestNG in Eclipse IDE
Lesson 62 : TestNG Tutorial 2 How to Write Test Cases Using TestNG
Lesson 63 : TestNG Tutorial 3 TestNG Annotations | BeforeMethod vs BeforeTest
Lesson 64 : TestNG Tutorial 4 How to Use Assertion in Selenium TestNG
Lesson 65 : TestNG Tutorial 5 Soft Assertion in TestNG | SoftAssert vs HardAssert
Lesson 66 : TestNG Tutorial 6 How to Group Test Cases in TestNG | Grouping
Lesson 67 : TestNG Tutorial 7 How to Create Test Suite in TestNG
Lesson 68 : TestNG Tutorial 8 How to Skip Test Cases in TestNG
Lesson 69 : TestNG Tutorial 9 TestNG Annotations | BeforeGroups | BeforeClass
Lesson 70 : TestNG Tutorial 10 TestNG Annotations | BeforeSuite and AfterSuite
Lesson 71 : TestNG Tutorial 11 DataProvider in TestNG | Data Driven Testing
Lesson 72 : TestNG Tutorial 12 How to Use DataProvider in TestNG Selenium
Lesson 73 : TestNG Tutorial 13 Move TestNG DataProvider into Different File
Lesson 74 : TestNG Tutorial 14 How to Pass Parameter from TestNG xml File
Lesson 75 : TestNG Tutorial 15 What are TestNG Listeners
Lesson 76 : TestNG Tutorial 16 How to Capture Screenshot for Failed Tests in TestNG
Lesson 77 : TestNG Tutorial 17 How to Execute Failed Test Cases in Selenium
Lesson 78 : TestNG Tutorial 18 TestNG Report Generation in Selenium | Part 1
Lesson 79 : TestNG Tutorial 19 TestNG Report Generation in Selenium | Part 2
Lesson 80 : TestNG Tutorial 20 How to Manage Dependency Between Test Cases
Lesson 81 : Java for Testers 1 Introduction to Java Programming
Lesson 82 : Java for Testers 2 What is Java Classes and Objects
Lesson 83 : Java for Testers 3 How to Write First Program in Java
Lesson 84 : Java for Testers 4 What are Data Types in Java
Lesson 85 : Java for Testers 5 Difference Between String Literal and String Object
Lesson 86 : Java for Testers 6 What are Variables in Java | Variable Types
Lesson 87 : Java for Testers 7 Operators in Java | Introduction and Examples
Lesson 88 : Java for Testers 8 How to use IF ELSE in Java
Lesson 89 : Java for Testers 9 What is Ternary Operator in Java
Lesson 90 : Java for Testers 10 How to use Switch Case in Java
Lesson 91 : Java for Testers 11 How to use While Loop in Java
Lesson 92 : Java for Testers 12 How to use Do While Loop in Java
Lesson 93 : Java for Testers 13 How to use For Loop in Java
Lesson 94 : Java for Testers 14 How to use Break and Continue in Java
Lesson 95 : Java for Testers 15 How to use Nested Loops in Java
Lesson 96 : Java for Testers 16 How to use Single Dimensional Array in Java
Lesson 97 : Java for Testers 17 Multidimensional Array in Java | With Examples
Lesson 98 : Java for Testers 18 What are Methods in Java | With Examples
Lesson 99 : Java for Testers 19 How to Add Parameters to a Method in Java
Lesson 100 : Java for Testers 20 What are Packages in Java | With Examples
Lesson 101 : Java for Testers 21 Access Modifiers in Java with Example
Lesson 102 : Java for Testers 22 Access Modifiers in Java with Example Part 2
Lesson 103 : Java for Testers 23 Encapsulation in Java | Data Hiding in Java
Lesson 104 : Java for Testers 24 Inheritance in Java | Types of Inheritance
Lesson 105 : Java for Testers 25 Java Polymorphism | Method Overloading in Java
Lesson 106 : Java for Testers 26 Java Polymorphism | Method Overriding in Java
Lesson 107 : Java for Testers 27 Abstract Classes and Methods in Java
Lesson 108 : Java for Testers 28 What is Interface in Java | with Example
Lesson 109 : Java for Testers 29 What are Constructors in Java
Lesson 110 : Java for Testers 30 Super Keyword in Java
Lesson 111 : Java for Testers 31 This Keyword in Java
Lesson 112 : Java for Testers 32 Final Keyword in Java
Lesson 113 : Java for Testers 33 Try Catch Java | Exception Handling in Java
Lesson 114 : Java for Testers 34 How to Read Data from Properties File
Lesson 115 : Java for Testers 35 How to Write in Java Properties File
Lesson 116 : Java for Testers 36 How to Write to a CSV and Text File in Java
Lesson 117 : Java for Testers 37 How to Read Data from CSV and Text File in Java
Lesson 118 : Java for Testers 38 How to Write Data in Excel using Java
Lesson 119 : Java for Testers 39 How to Read Excel File in Java
Lesson 120 : Java for Testers 40 Collections in Java | Wrapper Classes in Java
Lesson 121 : Java for Testers 41 ArrayList in Java Tutorial with Examples
Lesson 122 :
Selenium XPath Tutorial XPath in Selenium WebDriver | XPath Full Tutorial |
SoftwareTestingMentor
Lesson 123 : Java for Testers 42 What is HashSet in Java | Java HashSet Tutorial
Lesson 124 : Java for Testers 43 What is HashMap in Java | HashMap Tutorial
Lesson 125 : Selenium Framework Tutorial 1 Create Project Structure and Understand Basics
Lesson 126 : Selenium Framework Tutorial 2 Setup Selenium Maven Project in Eclipse
Lesson 127 : Selenium Framework Tutorial 3 Selenium Test without Framework Approach
Lesson 128 : Selenium Framework Tutorial 4 Read Values from Property File
Lesson 129 : Selenium Framework Tutorial 5 Move Common Details to Base Class
Lesson 130 : Selenium Framework Tutorial 6 Remove Hardcoded FilePath in Framework
Lesson 131 : Selenium Framework Tutorial 7 Externalize Locators from Test Script
Lesson 132 : Selenium Framework Tutorial 8 Create and use TestNG XML in Selenium
Lesson 133 : Selenium Framework Tutorial 9 Data Driven Testing with TestNG DataProvider
Lesson 134 : Selenium Framework Tutorial 10 Read Excel File in Selenium with Apache POI Part 1
Lesson 135 : Selenium Framework Tutorial 11 Read Excel File in Selenium with Apache POI Part 2
Lesson 136 : Selenium Framework Tutorial 12 Read Excel File in Selenium with Apache POI Part 3
Related courses
React Projects Workshops
Node js back end JavaScript
Python programming language
Social Network Theme UI With Sass
Full Stack React Django
Build a Node js App With Sequelize
for Business Contact
business@[Link]