RegisterLogin
Selenium Labs - Selenium Training InstituteSelenium Labs - Selenium Training Institute
  • About Us
  • Courses
    • Selenium With JAVA
    • Selenium With Python
    • Selenium With C #
    • Appium Training
    • JMeter
    • Coded Ui
    • WebServices Testing
    • Katalon Studio
    • Protractor
  • Training Methods
    • Classroom Training
    • Online Training
    • E LEARNING
  • Corporate Training
    • Bangalore
    • Chennai
    • Pune
  • Blog
  • Contact

    Courses

    • Home
    • All courses
    • Courses
    • Selenium With JAVA
    CoursesCoursesSelenium With JAVA
    • Selenium Intro 5

      • Lecture1.1
        ● What is selenium
      • Lecture1.2
        ● Jobs/Opportunities
      • Lecture1.3
        ● Supported Browser
      • Lecture1.4
        ● Supported OS
      • Lecture1.5
        ● Supported languages
    • Java Intro 11

      • Lecture2.1
        ● Supported languages
      • Lecture2.2
        ● Installing Eclipse
      • Lecture2.3
        ● Features of Java
      • Lecture2.4
        ● Why Java for Selenium
      • Lecture2.5
        ● First Eclipse Project
      • Lecture2.6
        ● First Java program
      • Lecture2.7
        ● Concept of class file
      • Lecture2.8
        ● Platform independence
      • Lecture2.9
        ● Data types in Java
      • Lecture2.10
        ● String class
      • Lecture2.11
        ● If statements
    • Conditional and concatenation operators 11

      • Lecture3.1
        ● While Loop
      • Lecture3.2
        ● For Loops
      • Lecture3.3
        ● Practical Examples with loops
      • Lecture3.4
        ● Usage of loops in Selenium
      • Lecture3.5
        ● Single Dimensional Arrays
      • Lecture3.6
        ● Two Dimensional arrays
      • Lecture3.7
        ● Practical usage of arrays in Selenium
      • Lecture3.8
        ● Drawbacks of arrays
      • Lecture3.9
        ● Method, Method Overloading, overriding
      • Lecture3.10
        ● Void and return type method
      • Lecture3.11
        ● Collection API
    • Object Oriented Programming 21

      • Lecture4.1
        ● Local Variables
      • Lecture4.2
        ● Global Variables
      • Lecture4.3
        ● Static and Non-Static Variables
      • Lecture4.4
        ● Static and Non-Static Functions
      • Lecture4.5
        ● Creating Objects in Java
      • Lecture4.6
        ● Meaning of Static
      • Lecture4.7
        ● Why is main method static?
      • Lecture4.8
        ● Object and Object References
      • Lecture4.9
        ● Call by reference and Value
      • Lecture4.10
        ● Constructors
      • Lecture4.11
        ● Constructor Overloading
      • Lecture4.12
        ● Inheritance
      • Lecture4.13
        ● Interface
      • Lecture4.14
        ● Diff between Interface and class
      • Lecture4.15
        ● Usage of interface in Selenium
      • Lecture4.16
        ● Usage of Objects in Selenium
      • Lecture4.17
        ● Try/catch block
      • Lecture4.18
        ● Exception Handling
      • Lecture4.19
        ● Read/write from excel file ***
      • Lecture4.20
        ● Java list/Set
      • Lecture4.21
        ● Access modifiers
    • Understanding XPath & Object Identification 5

      • Lecture5.1
        ● Installing Firebug and FirePath Addons in Firefox
      • Lecture5.2
        ● Using Firebug and Firepath
      • Lecture5.3
        ● Extracting Xpaths and relevance of Xpaths
      • Lecture5.4
        ● Difference between xpath / css selector
      • Lecture5.5
        ● Identify object using different attributes
    • Selenium WebDriver 22

      • Lecture6.1
        ● Identifying Web-Elements using id, name, linkname, class, xpath, tagname
      • Lecture6.2
        ● Handling Input box/buttons, list/selection boxes, radio buttons, check boxes
      • Lecture6.3
        ● Dynamic objects
      • Lecture6.4
        ● Extracting links and other Web-Elements
      • Lecture6.5
        ● Capturing screenshots with WebDriver
      • Lecture6.6
        ● Window handles
      • Lecture6.7
        ● Handling Frames in Web Page
      • Lecture6.8
        ● WebDriverWait Class
      • Lecture6.9
        ● Extracting Data from WebTable
      • Lecture6.10
        ● Setting the page load timeout- WebDriver.Timeout Interface
      • Lecture6.11
        ● Simulating front and back button click on Browser using selenium
      • Lecture6.12
        ● Finding Coordinates of a Web Object
      • Lecture6.13
        ● Drag and Drop Function
      • Lecture6.14
        ● Handling Mouse Event
      • Lecture6.15
        ● Handling Keyboard Up-Down Arrow
      • Lecture6.16
        ● Handling Keyboard Enter Key
      • Lecture6.17
        ● Select checkbox randomly
      • Lecture6.18
        ● Working with Rows and Columns
      • Lecture6.19
        ● Firefox Profile
      • Lecture6.20
        ● Desired Capability class
      • Lecture6.21
        ● Listeners class
      • Lecture6.22
        ● Auto-IT tool etc.
    • TestNG 12

      • Lecture7.1
        ● What is TestNG
      • Lecture7.2
        ● Installing TestNG in Eclipse
      • Lecture7.3
        ● TestNG annotations
      • Lecture7.4
        ● Understanding usage of annotations
      • Lecture7.5
        ● Running a Test in TestNG
      • Lecture7.6
        ● Batch Running of tests in TestNG
      • Lecture7.7
        ● Skipping Tests
      • Lecture7.8
        ● Parameterizing Tests – DataProvider
      • Lecture7.9
        ● Assertions
      • Lecture7.10
        ● TestNG Reports
      • Lecture7.11
        ● Advantages over Junit
      • Lecture7.12
        ● Using TestNG in Selenium
    • Apache Ant and XSLT 4

      • Lecture8.1
        ● What is ant
      • Lecture8.2
        ● What is xslt report
      • Lecture8.3
        ● How to generate xslt report
      • Lecture8.4
        ● Create .bat file and compile and run it and generate report in graphical format
    • Selenium Grid 6

      • Lecture9.1
        ● Introduction
      • Lecture9.2
        ● Node & Hub concept
      • Lecture9.3
        ● maxSession and maxInstance
      • Lecture9.4
        ● Executing selenium tests on multiple machines with diff browsers/OS
      • Lecture9.5
        ● Run all the test cases parallel
      • Lecture9.6
        ● Run all the test cases serially
    • Maven 2

      • Lecture10.1
        ● What is Maven and its usage?
      • Lecture10.2
        ● Install and configure
    • Jenkins @ Github 4

      • Lecture11.1
        Installation
      • Lecture11.2
        ● Scheduling run using Jenkins
      • Lecture11.3
        ● Install and configure git and github
      • Lecture11.4
        ● Use of Git and Github in selenium
    • FrameWork 3

      • Lecture12.1
        ● Explaining different kinds of framework like KWD, DataDriven, Hybrid, POM etc
      • Lecture12.2
        ● Sample KWD framework
      • Lecture12.3
        ● Develop the POM framework from scratch
      This content is protected, please login and enroll course to view this content!
      Prev ● What is selenium
      Next ● Supported Browser

      Leave A Reply Cancel reply

      You must be logged in to post a comment.

      Search

      All Courses

      • Courses

      Latest Courses

      Selenium With Python

      Selenium With Python

      ₹18,000.00 ₹14,400.00
      JMeter

      JMeter

      ₹18,000.00 ₹14,400.00
      Selenium With C #

      Selenium With C #

      ₹18,000.00 ₹14,400.00

      MENU

      • About Us
      • Courses
      • FAQs

      Payment Methods

      CONTACT US

      Selenium Labs – Selenium Training Institute
      Corporate Training: +91 9590587663
      Classroom Training: +91 9739216095
      Address: Swetha Arcade, 578/B, Near Silk Board Jn, Santhosapuram, 1st Block Koramangala, HSR Layout 5th Sector,Bengaluru, Karnataka 560034

      ©Copyright 2019, Seleniumlabs . All rights reserved.

      By Renavo

      [miniorange_social_login shape="longbuttonwithtext" theme="default" space="4" width="240" height="40"]

      Login with your site account

      Lost your password?

      Not a member yet? Register now

      Register

      Are you a member? Login now