0 (0 Ratings)
Selenium using Java

Course Curriculum
Introduction
-
What is automation testing?
00:00 -
What is the use of automation testing?
00:00 -
What we need to Automate?
00:00 -
What is Selenium?
00:00 -
Advantages of Selenium
00:00
Different flavors in Selenium
-
IDE
00:00 -
Selenium Web Driver/Selenium 2.0
00:00 -
Selenium-Grid
00:00
Selenium IDE
-
Installing Selenium IDE
00:00 -
Selenium IDE icons
00:00 -
Recording your first test with Selenium IDE
00:00 -
Recording your first test with Selenium IDE
00:00 -
IDE Context Menu
00:00 -
Assert
00:00 -
Verify
00:00 -
Adding Selenium IDE comments
00:00 -
Synchronization commands
00:00 -
Working on pages with AJAX
00:00 -
Storing elements
00:00 -
Creating test suites
00:00 -
What you cannot record
00:00
Locators & Object Identification
-
Tools to identify elements/objects
00:00 -
Firebug
00:00 -
IE Developer tools
00:00 -
Google Chrome Developer tools
00:00 -
Finding elements by name
00:00 -
Finding elements by link text
00:00 -
Finding elements by XPath
00:00 -
Finding Elements by using CSS
00:00 -
Summary
00:00 -
Summary
00:00 -
Write your own Selenium IDE script without record and playback
00:00
Java For WebDriver
-
Introducing the JAVA technology
00:00 -
Packages
00:00 -
Object Oriented Programming Concepts
00:00 -
String Processing
00:00 -
Exceptions and Assertions
00:00 -
I/O Streams
00:00 -
Wrapper Classes
00:00 -
Collections
00:00
Junit FrameWork
-
Running Java Programs using junit
00:00 -
Writing Selenium tests from scratch using Junit FrameWork
00:00 -
JUNIT Annotations
00:00 -
JUNIT Methods
00:00 -
Frequently used Selenium commands
00:00 -
Test Suites using JUNIT
00:00 -
Parameterized test cases using junit framework
00:00
TestNG FrameWork
-
Overview of TestNG
00:00 -
Environment of TestNG
00:00 -
Writing WebDriver Test Cases using TestNG
00:00 -
Basic Annotations of TestNG
00:00 -
Executing Tests
00:00 -
Executing Test Suites
00:00 -
Ignore Test
00:00 -
Dependency Test
00:00 -
Parameterized Tests
00:00 -
TestNG XML
00:00 -
Report Generation
00:00
Selenium WEB-DRIVER
-
Why WebDriver?
00:00 -
Downloading web driver Jars configuring in eclipse
00:00 -
Architecture of selenium webdriver
00:00 -
Drivers for Firefox, IE, Chrome, Iphone, Android etc
00:00 -
What is the difference between Selenium RC and WD?
00:00
Sample programs in webdriver
-
Handel Text box
00:00 -
Handel HyperLink
00:00 -
Handel Button and Check box
00:00 -
Handel Radio Button and DropDown Controls
00:00 -
Select value from DropDown
00:00 -
Display all values
00:00 -
Select values step by step
00:00 -
Capture screenshots
00:00 -
Synchronization Commands In Web Driver
00:00 -
Why Implicit wait and Implementation of Implicit wait
00:00 -
Why Explicit wait and Implementation of Explicit wait
00:00 -
Web Driver Fluent wait and Thread Sleep functionality
00:00 -
File uploads and File downloads (Handling Window based controls using Robot and Sikuli API)
00:00 -
Handling alerts box and Verfying the Alert Texts
00:00 -
Handling confirmation messages
00:00 -
Keyboard actions
00:00 -
Mouse actions
00:00 -
Handling Iframes working with Nested Iframes
00:00 -
Handling multiple tabs
00:00 -
Handling popups
00:00 -
Preparing web driver test cases using customized x-path
00:00 -
Identifying controls using x-path predefined functions
00:00 -
Web Tables
00:00 -
Web Driver with TEST NG Frame Work
00:00 -
Batch Running Test cases using TestNG
00:00 -
Validations and its usage in Automation test scripts
00:00 -
Customized Report Generation
00:00 -
Implementing Logs using Apache Log4j API
00:00 -
Database testing using Web Driver
00:00
Working with multiple browsers
-
Executing Automation Test Cases in multiple browsers Sequentially
00:00 -
Working with Chrome and IE browsers
00:00 -
What is Firefox Profile And Implementation of Firefox Profile
00:00 -
What is WebDriver Desired Capabilities class
00:00 -
Executing Automation Test Cases in multiple browsers Parallel
00:00
Maven Project Management Tool
-
Introduction about maven
00:00 -
Ant vs Maven
00:00 -
Installation of Maven
00:00 -
Demo using Sample Maven Project
00:00 -
Maven Structure
00:00 -
Maven Dependencies
00:00 -
Maven Repositories
00:00 -
Maven Eclipse Integration
00:00
Version controlling tool GITHUB
-
Downloading and configuring Github
00:00 -
Difference between CVC Versus DVC
00:00 -
Basic Git Commands
00:00 -
Working with Repositories
00:00 -
Setting up Repositories
00:00 -
Local and Remote Repositories
00:00 -
Create repository and cloning projects
00:00 -
Committing and Syncing the code
00:00 -
Reverting and Rolling Back the Code
00:00 -
Branch and Merging Concepts and Implementation
00:00 -
Stashing Changes
00:00 -
Resolving the Conflicts
00:00
Database testing using web driver
-
Installing MySQL Database
00:00 -
sql package
00:00 -
Overview on Connection Interface, Statement Interface, Preapared Statement and Resultset Interfaces
00:00 -
Example program to Access Database
00:00 -
Some examples on SELECT,UPDTE and DELETE queies
00:00 -
Some Webdriver examples using Data fetched from Database
00:00
Automation Test Frame Work
-
How to develop Test automation frame work in live environment
00:00
Continuous Integration Testing using Jenkins
-
About Jenkins
00:00 -
History of Jenkins
00:00 -
Splitting of Projects
00:00 -
What is Continues Integration
00:00 -
Installing Jenkins
00:00 -
Creating a simple job
00:00 -
Integrating Jenkins to the Project
00:00
The Fundamentals of RESTFul Services in Java
-
What is Jersey?
00:00 -
RESTFul Architecture
00:00 -
Using HTTP GET Demo
00:00 -
Test Created New REST Service USING HTTP GET
00:00 -
JSON Output for HTTP GET
00:00 -
Using HTTP POST Demo
00:00 -
Test Service USING HTTP POST
00:00 -
JSON Output for HTTP POST
00:00 -
Using HTTP PUT Demo
00:00 -
Using HTTP PUT Demo
00:00 -
PUT vs POST
00:00 -
JSON Output for HTTP PUT
00:00 -
Using HTTP DELETE Demo
00:00 -
Test Service USING HTTP DELETE
00:00 -
JSON Output for HTTP DELETE
00:00
Interview Questions on
-
Selenium IDE
00:00 -
Selenium webdriver and Automation Testing
00:00 -
Core Java
00:00 -
Manual Testing Concepts
00:00 -
Overview on Selenium Grid
00:00
share training and course content with friends and students
-
selenium training in BANGALORE
00:00 -
learn selenium in BANGALORE
00:00 -
API automation testing training online
00:00 -
selenium classes in BANGALORE
00:00 -
selenium classes in BANGALORE
00:00 -
selenium courses fees
00:00 -
selenium testing fresh batch from ASCENT
00:00 -
selenium testing notes ASCENT
00:00 -
selenium tool class fees
00:00
Student Ratings & Reviews
No Review Yet
₹19,999.00
₹30,000.00
-
LevelExpert
-
Total Enrolled2
-
Duration90 hours
-
Last UpdatedNovember 25, 2024
-
CertificateCertificate of completion
Hi, Welcome back!