We work with a single-handed determination to make you enriched in Selenium knowledge and provide value for your bucks! We ensure 100% placement for all our students. Also, there are tremendous job opportunities available now in the market for all those who have taken up Selenium course and have knowledge in the field. Why still surf here? Give us a call and make yourself a part of the Best Selenium Training in Porur Chennai.

What is Selenium?

Selenium is a portable software testing framework for web applications. It also provides a test domain-specific language (Selenese) to write tests in a number of popular programming languages, including C#, Groovy, Java, Perl, PHP, Python, Ruby, and Scala. Selenium provides a playback tool (previously also recording) to authorize tests without the need to learn a test script language (Selenium IDE).

Importance of Selenium Training :

Selenium is a widely used open source web automation tool developed by Thought Works. It is a type of automation testing which is currently trending in the market. Since Selenium training is based on JavaScript, it can be operated from multiple-platforms like Windows, Linux, Mac, Android, iOS along with the supported web browsers such as Firefox, Internet Explorer, Chrome, Safari, Opera etc.


About Our Trainer

I work as a QA Automation Lead for a Leading MNC in Chennai with 9+ years experience.

Greens Technology is recognized for its Selenium Training in both retail and corporate market. We have trained above 28,000 students exclusively on QTP and Selenium in last 7 years.All our trainers’ expertises on both development and training which helps us deliver project based training.

Our wonderful Selenium training team lead by Mr. Velmurugan who is working in a leading MNC, researching and automating web applications for last 10 years and contributing to the best Selenium training in Chennai.

All our trainings focuses on practical than theory model. We provide hands-on training experience which helps you test web applications easily at the end of the training program.


Want a free career Advice or any career related queries? Reach him by
+91- 8939915572


Course Curriculum

No curriculum found !

Curriculum

Selenium Training Course Content

Introduction

  • What is automation testing?
  • What is the use of automation testing?
  • What we need to Automate?
  • What is Selenium?
  • Advantages of Selenium
  • What is the difference between Selenium and QTP?

Different flavors in Selenium

  • IDE
  • Selenium Web Driver/Selenium 2.0
  • Selenium-Grid

Selenium IDE

  • Installing Selenium IDE
  • Selenium IDE icons
  • Recording your first test with Selenium IDE
  • IDE Context Menu
  • Assert
  • Verify
  • Adding Selenium IDE comments
  • Synchronization commands
  • Working on pages with AJAX
  • Storing elements
  • Creating test suites
  • What you cannot record

Locators & Object Identification

  • Tools to identify elements/objects
  • Firebug
  • IE Developer tools
  • Google Chrome Developer tools
  • Locating elements by ID
  • Finding elements by name
  • Finding elements by link text
  • Finding elements by XPath
  • Finding Elements by using CSS
  • Summary
  • Some Special IDE commands
  • Write your own Selenium IDE script without record and playback

Java For WebDriver

    Introducing the JAVA technology:

    • Relating Java with other languages
    • Showing how to download, install, and configure the Java environment on a Windows system
    • Key features of the technology and advantages of using Java
    • Java Features
    • Write Simple Java Program
    • Compile and Run the class files
    • Java Programming format
    • Java Keywords
    • Declarations and Access Control
    • Operators and Assignments
    • Flow Control
    • Typecasting
    • Arrays
    • Packages:

    • Introduction to all predefined packages
    • User Defined Packages
    • Access Specifiers

      Object Oriented Programming Concepts:

    • Introduction
    • Class
    • Object
    • Local, Instance and static variables
    • Constructors
    • This keyword
    • Inheritance and Types
    • Working with super classes and subclasses
    • Using types of polymorphism such as overloading, overriding, and dynamic binding
    • Abstraction
    • Encapsulation
    • Abstract classes
    • Interfaces

    String Processing:

    • String manipulation with String Builder and String Buffer
    • Essential String Methods

    Exceptions and Assertions:

    • Introduction
    • Exceptions categories
    • Standard Java Exception classes
    • Using Try-catch and finally clause

    I/O Streams:

    • I/O using Java
    • Files (Create/Read/Write operations on files)

    Wrapper Classes:

  • Introduction
  • Byte, Short, Integer, Long
  • Float, Double
  • Character
  • Boolean classes

Collections:

  • Introduction to Collections framework
  • util Package
  • List, Set and Map
  • Difference of All Collections Interfaces and classes
  • Reading data from Property files using java program
  • Reading and Writing data from/to Excel files using Apache POI API and JXL API

Junit FrameWork:

  • Running Java Programs using junit
  • Writing Selenium tests from scratch using Junit FrameWork
  • JUNIT Annotations
  • JUNIT Methods
  • Frequently used Selenium commands
  • Test Suites using JUNIT
  • Parameterized test cases using junit framework

TestNG FrameWork

  • Overview of TestNG
  • Environment of TestNG
  • Writing WebDriver Test Cases using TestNG
  • Basic Annotations of TestNG
  • Executing Tests
  • Executing Test Suites
  • Ignore Test
  • Dependency Test
  • Parameterized Tests
  • TestNG XML
  • Report Generation

Selenium WEB-DRIVER


  • Why WebDriver?
  • Downloading web driver Jars configuring in eclipse
  • Architecture of selenium webdriver
  • Drivers for Firefox, IE, Chrome, Iphone, Android etc
  • What is the difference between Selenium RC and WD?

Sample programs in webdriver

  • Handel Text box
  • Handel HyperLink
  • Handel Button and Check box
  • Handel Radio Button and DropDown Controls
  • Select value from DropDown
  • Display all values
  • Select values step by step
  • Capture screenshots
  • Synchronization Commands In Web Driver
  • Why Implicit wait and Implementation of Implicit wait
  • Why Explicit wait and Implementation of Explicit wait
  • Web Driver Fluent wait and Thread Sleep functionality
  • File uploads and File downloads (Handling Window based controls using Robot and Sikuli API)
  • Handling alerts box and Verfying the Alert Texts
  • Handling confirmation messages
  • Keyboard actions
  • Mouse actions
  • Handling Iframes working with Nested Iframes
  • Handling multiple tabs
  • Handling popups
  • Preparing web driver test cases using customized x-path
  • Identifying controls using x-path predefined functions

Cucumber

  • Cucumber - Home
  • Cucumber - Overview
  • Cucumber - Environment
  • Cucumber - Gherkins
  • Cucumber - Features
  • Cucumber - Scenarios
  • Cucumber - Annotations
  • Cucumber - Scenario Outline
  • Cucumber - Tags
  • Cucumber - Data tables
  • Cucumber - Comments
  • Cucumber - Hooks
  • Cucumber - Command Line Options
  • Cucumber - JUnit Runner
  • Cucumber - Reports
  • Cucumber - Debugging
  • Cucumber - Framework Implementation

Web Tables

  • What is Web Table
  • Extracting data from web tables
  • Examples on static and dynamic Web Tables
  • Creating Reusable functions for Web Tables
  • Web Driver with TEST NG Frame Work
  • Batch Running Test cases using TestNG
  • Validations and its usage in Automation test scripts
  • Customized Report Generation
  • Implementing Logs using Apache Log4j API
  • Database testing using Web Driver

Working with multiple browsers

  • Executing Automation Test Cases in multiple browsers Sequentially
  • Working with Chrome and IE browsers
  • What is Firefox Profile And Implementation of Firefox Profile
  • What is WebDriver Desired Capabilities class
  • Executing Automation Test Cases in multiple browsers Parallel

Maven Project Management Tool

  • Introduction about maven
  • High Level Overview
  • Ant vs Maven
  • Installation of Maven
  • Demo using Sample Maven Project
  • Maven Structure

    • Introduction of Maven Folder Structure
    • The pom.xml
    • Dependencies
    • Goals
    • Local Reo Structure
    • Defaults
    • Sample Demo of Build Session of Maven Project

    Maven Dependencies

  • Dependency version
  • Versions
  • Types
  • Transitive Dependencies
  • Scopes

Maven Repositories

  • What is a Repository
  • Dependency Repository
  • Adding a Repository
  • Plugin Repository

Maven Eclipse Integration

  • Demo Installation
  • Importing Projects
  • Converting Existing Projects
  • Pom Viewer
  • Effective Pom

Version controlling tool GITHUB

  • Downloading and configuring Github
  • Difference between CVC Versus DVC
  • Basic Git Commands
  • Working with Repositories
  • Setting up Repositories
  • Local and Remote Repositories
  • Create repository and cloning projects
  • Committing and Syncing the code
  • Reverting and Rolling Back the Code
  • Branch and Merging Concepts and Implementation
  • Stashing Changes
  • Resolving the Conflicts

Database testing using web driver

  • Installing MySQL Database
  • sql package
  • Overview on Connection Interface, Statement Interface, Prepared Statement and Result set Interfaces.
  • Example program to Access Database.
  • Some examples on SELECT,UPDATE and DELETE queries
  • Some Web driver examples using Data fetched from Database

Automation Test Frame Work

How to develop Test automation frame work in live environment

  • What is a frame work
  • Types of frame work
  • Data driven frame work
  • Modular driven frame work
  • Keyword driven frame work
  • User Defined Keyword driven framework with implementation
  • Execute test scripts from the framework

Continuous Integration Testing using Jenkins

  • About Jenkins
  • History of Jenkins
  • Splitting of Projects
  • What is Continues Integration
  • Installing Jenkins
  • Creating a simple job
  • Integrating Jenkins to the Project

The Fundamentals of RESTFul Services in Java

  • What is Jersey?
  • RESTFul Architecture
  • Using HTTP GET Demo
  • Test Created New REST Service USING HTTP GET
  • JSON Output for HTTP GET
  • Using HTTP POST Demo
  • Test Service USING HTTP POST
  • JSON Output for HTTP POST
  • Using HTTP PUT Demo
  • Test Service USING HTTP PUT
  • PUT vs POST
  • JSON Output for HTTP PUT
  • Using HTTP DELETE Demo
  • Test Service USING HTTP DELETE
  • JSON Output for HTTP DELETE

Interview Questions on

  • Selenium IDE
  • Selenium webdriver and Automation Testing
  • Core Java
  • Manual Testing Concepts
  • Overview on Selenium Grid

share training and course content with friends and students:

  • selenium training Chennai
  • selenium training in Chennai OMR
  • selenium training in Chennai Adyar
  • selenium training center Chennai
  • selenium realtime course with frnds
  • selenium online training best institute
  • selenium course greens technologys
  • best selenium training in Chennai
  • selenium tutorial

Job Trends India
Job Trends USA

Course Reviews

4.5

4.5
55 ratings
  • 5 stars0
  • 4 stars0
  • 3 stars0
  • 2 stars0
  • 1 stars0





Key Features

We provide Job Oriented hands on practical training by real time working professional. its suitable for fresher and professional.

We provide hard copy for classroom students / soft copy for online students.

You will get lifetime video access - Online Students

we provide 24/7 support by any type of issues regarding classes and accessing.

You will get course completion certificate when you finished the course.

greens Technologys Porur provides you job assistance, we have 150+ clients across the globe. We don’t charge any extra fees for this.

greens Technologys Whatsapp

About Greens Technologys Porur

Greens Technology is the best IT Training Institutes in Chennai Porur, Adyar, OMR, Velachery, Tambaram, Anna Nagar and Navalur with placements, offering 200 and more software courses with 100% Placement Assistance. We are offering Classroom, Online, Corporate training for Oracle, Java, Selenium, AWS, Hadoop, Salesforce, Data Science and more trainings in chennai.


  • 100% Practical Training

  • Your Flexible Timing

  • Free Course Materials

  • Hands on training

  • Step By Step Guidance

  • More than 5 years experience trainers

  • Best classroom environment

Greens Technology Porur

No: 12, 149,
1C/1D, 1st Floor,
Opp to DLF IT Park,
Ramapuram,
Chennai - 600089.

Phone: +91 8939915572
Email: greenstechporur@gmail.com
Website: www.traininginporur.net

top

Copyright © 2019 -2020 greens Technologys Porur. All rights reserved.