Selenium with Java Automation in Cucumber BDD - Live Training - English
65 videos • 2,248 views • by LMTI - Learn More Training Institution
This playlist contains the live video tutorial which covers the Java , Selenium and Cucumber BDD framework
1
1. Selenium Automation with Java | Intro to Testing, Features & Java IntelliJ Setup
LMTI - Learn More Training Institution
Download
2
2. How to Create a Maven Project in IntelliJ | Configure Environment & System Variables
LMTI - Learn More Training Institution
Download
3
3. Java Basics | Create Packages, Classes, Methods & its Naming Conventions | LMTI
LMTI - Learn More Training Institution
Download
4
4. Java Data Types (int, char, double) & Variables | Naming Conventions Explained | LMTI
LMTI - Learn More Training Institution
Download
5
5. Why Use Maven? Step-by-Step POM.xml Configuration for Selenium Dependency | LMTI
LMTI - Learn More Training Institution
Download
6
6. Mastering Selenium Basics: HTML DOM Structure & Essential Methods (get(), click(), sendKeys())
LMTI - Learn More Training Institution
Download
7
7. Complete Guide to Selenium Components: IDE, WebDriver & Grid with Real Examples | LMTI
LMTI - Learn More Training Institution
Download
8
8. Understanding JVM, JRE, JDK | Why We Need Main Method & How to Rename Methods/Classes | LMTI
LMTI - Learn More Training Institution
Download
9
9. Interface with Example - opening browser with Selenium WebDriver | WebDriver is an interface?
LMTI - Learn More Training Institution
Download
10
[Private video]
Download
11
10. get() Method & Handling Invalid Argument Exceptions | Parameterized vs Non-Parameterized Methods
LMTI - Learn More Training Institution
Download
12
11. How to Use ID and Name Locators in Selenium Step By Step | Handling No Such Element Exception
LMTI - Learn More Training Institution
Download
13
12. Understanding XPath Locators in Selenium | Types - Absolute & Relative XPath with examples
LMTI - Learn More Training Institution
Download
14
LMTI S-13: How to extract the text from the webpage using the get method in selenium | Learn More
LMTI - Learn More Training Institution
Download
15
14. If, Else If, Else conditions in Java with examples & How to Add Breakpoints in Debug Mode |LMTI
LMTI - Learn More Training Institution
Download
16
15. Else If & Nested Conditions Explained with Examples | LMTI | Basics of Java
LMTI - Learn More Training Institution
Download
17
16. XPath Axes in Selenium | Understanding Parent, Child, Sibling, following, Ancestor & Descendant
LMTI - Learn More Training Institution
Download
18
17. Arrays in Java with an example & How to Handle Index Out of Bound Exception | LMTI
LMTI - Learn More Training Institution
Download
19
LMTI S-19: Why we need framework | Introduction of Cucumber BDD Framework | BDD-Test Design Gherkin
LMTI - Learn More Training Institution
Download
20
18. Java For Loop Syntax & Usage with an Example | How to Use Breakpoints for Debugging | LMTI
LMTI - Learn More Training Institution
Download
21
LMTI S-20: Cucumber BDD framework - Creation of Feature file | Test design with BDD with examples
LMTI - Learn More Training Institution
Download
22
LMTI S-21: Cucumber BDD Framework-Test Design Practical Session with Students-Feature File Creation
LMTI - Learn More Training Institution
Download
23
LMTI S-22: Creation of Step definition file in Cucumber BDD framework - Mapping of Feature File
LMTI - Learn More Training Institution
Download
24
LMTI S-23: Continuation of Creation of Step definition file and injection of Test data Cucumber
LMTI - Learn More Training Institution
Download
25
LMTI S-24 : Creation of Runner File in Cucumber BDD Framework | Learn More Trainings | Selenium
LMTI - Learn More Training Institution
Download
26
LMTI S-25 : Usage of tags in Runner File and Handling its Exceptions while executing the code
LMTI - Learn More Training Institution
Download
27
LMTI S-26: Local and Global Variable in Java with Example| Learn More Trainings |Selenium Automation
LMTI - Learn More Training Institution
Download
28
LMTI S-27: Mapping of Automation code in step definition File | Cucumber BDD Framework | Learn More
LMTI - Learn More Training Institution
Download
29
LMTI S-28: Usage of Scenario Outline and Examples Keyword in Feature file |Multiple Test data setup
LMTI - Learn More Training Institution
Download
30
LMTI S-29: Reusable and Properties File (Configuration File )Creation in Framework using Properties
LMTI - Learn More Training Institution
Download
31
LMTI S-30: Multiple Browser configuration using if ,else if block in reusable class file | LMTI
LMTI - Learn More Training Institution
Download
32
LMTI S-31: Hooks in cucumber | Use of @Before @After Annotation | Cucumber BDD Framework
LMTI - Learn More Training Institution
Download
33
LMTI S-32: Inheritance and its type , Access Modifiers in Java | Cucumber BDD tutorial | LMTI
LMTI - Learn More Training Institution
Download
34
LMTI S-33: Static and Non static Method in Java | Execution of script with reusable method | LMTI
LMTI - Learn More Training Institution
Download
35
LMTI S-34 : Handling of Static Dropdown, Usage of WebElement and FindElements in Selenium |LearnMore
LMTI - Learn More Training Institution
Download
36
LMTI S-35 : Extracting the dropdown values with the help of for loop and usage of tagName locator
LMTI - Learn More Training Institution
Download
37
LMTI S-36 :Handling of Dynamic Dropdown and Xpath syntax of Relative + Relative + Absolute-learnMore
LMTI - Learn More Training Institution
Download
38
LMTI S-37: Table Handling using selenium in Cucumber BDD Framework | Learn More Training Institution
LMTI - Learn More Training Institution
Download
39
LMTI S-38: Handling of Mouse Hover Actions in Selenium | LinkText & PartiallLinkText locator links
LMTI - Learn More Training Institution
Download
40
LMTI S-39: Generate Reports in Cucumber Framework - HTML Json XML reports| Usage of Pretty Keyword
LMTI - Learn More Training Institution
Download
41
LMTI S-40: Taking Screenshot & attaching in report with the help of hooks in cucumber BDD framework
LMTI - Learn More Training Institution
Download
42
LMTI S-41: Closing the browser after execution using quit/close method by hooks class annotations
LMTI - Learn More Training Institution
Download
43
LMTI S-42:Handling of frames in Selenium and drag/drop handling using actions class in BDD framework
LMTI - Learn More Training Institution
Download
44
43. Structure of import statements - user defined / Pre defined packages in selenium framework -LMTI
LMTI - Learn More Training Institution
Download
45
44. How to use CSS selector syntax and traverser from parent to child using CSS notations
LMTI - Learn More Training Institution
Download
46
45. How to use Normalize space Xpath syntax to remove the redundant spaces in attribute value
LMTI - Learn More Training Institution
Download
47
46. How to read data from excel sheet & pass value in send keys | Return statements in Java | LMTI
LMTI - Learn More Training Institution
Download
48
47. Constructor in java with example | Default & Parameterized constructor | LMTI
LMTI - Learn More Training Institution
Download
49
48. Page Object Creation in Framework using constructor | Page Factory Design & Reusable File| LMTI
LMTI - Learn More Training Institution
Download
50
49. Handling of Alerts and creating the page objects in Factory Design way by setting TestnContext
LMTI - Learn More Training Institution
Download
51
50. Waits in Selenium - Implicit & Explicit wait - Creating page object methods for waits | LMTI
LMTI - Learn More Training Institution
Download
52
51. How to Add Code in GitHub Repository / GitHub Base Project Setup & adding .gitignore File |LMTI
LMTI - Learn More Training Institution
Download
53
52. Collection concept in Java | List & Set with example | Advance for loop / for each loop in java
LMTI - Learn More Training Institution
Download
54
53 Practical usage of List in Automation with page object creation inside the framework | LMTI
LMTI - Learn More Training Institution
Download
55
54 Map in Java and Practical usage of Map in Automation with Page object creation Example | LMTI
LMTI - Learn More Training Institution
Download
56
55 How to create Branch& commit code in GitHub repository ,Pull Request creation Process in Project
LMTI - Learn More Training Institution
Download
57
56. Window Handling in Selenium | String usage (Split & substring) in program with example
LMTI - Learn More Training Institution
Download
58
57. Polymorphism in Java | Method Overloading & Over Riding with practical usage in Automation
LMTI - Learn More Training Institution
Download
59
58. Fluent Wait usage with example |How to revert the commit done in your branch/ code merge to main
LMTI - Learn More Training Institution
Download
60
59. Exception Handling in Selenium with try & catch block with example
LMTI - Learn More Training Institution
Download
61
60. Encrypt Password in configuration files and decrypt password using Base64 class in Java | LMTI
LMTI - Learn More Training Institution
Download
62
61. Java Scrip Executor in Selenium | Handling of Scroll bar in selenium with Examples | LMTI
LMTI - Learn More Training Institution
Download
63
62. Jenkins Step by Step Configuration & Execution of scrip through maven comments in Jenkins | LMTI
LMTI - Learn More Training Institution
Download
64
63 Handling of SVG elements ( Small Icons) | Handling of icon using Selenium | LMTI
LMTI - Learn More Training Institution
Download
65
64. Creation of reports in Cucumber BDD framework and capturing screenshot using Page object Methods
LMTI - Learn More Training Institution
Download