Course Overview
Curriculum
Introduction to Java, JDK, JRE, JVM
Java Installation and Environment setup
Java Tokens
Data Types & Variables
Classes & Objects
Method Implementation and calling
Condition & Loop Statement
Data Abstraction, Encapsulation, Data Hiding, Polymorphism
Method overloading and Method Overriding
Collection overview
Installation of Eclipse
Firebug and Firepath
What is Automation ?
Different types of Automation Tools
When to start Automation ?
Scope for Automation testing in projects.
Introduction to Web Driver
Locators
Id, Name, Xpath, CSS
Selenium WD Commands [Browser, Validate, Interaction]
Working with Browser Elements
Working with Multiple Windows/ iFrames
Working with Drop Downs & Upload and Download
Working with Excel
Pass the data and Export reports into Excel
Working with XML
Taking Screen Shot during execution
Working with multiple browser
Reporting
Practical Assignment
What is Selenium Grid?
Hub and Node
Designing Test Scripts
Desired Capabilities Object
Using the RemoteWebDriver Object
Running a Sample Test Case on the Grid
Sequential and Parallel Test Execution
Running Tests on different Operating Systems
Running Tests on different Browsers
PRACTICAL TASK
What is Maven and Why Maven?
Installing/Configuring Maven
Creating Maven Project
Importing Maven Project into Eclipse
What is POM.xml?
Adding Dependencies to POM.xml
Selenium Web Driver setup
PRACTICAL TASK
Arranging Tests in 3-As format
F.I.R.S.T Principles and SRP
Various Annotations in TestNG
TestNG configuration file
Configuration Annotations
Parallel Test Execution Capability
Assertion APIs
Passing Parameters to Tests
Configuring Test Suites
Reports using TestNG
PRACTICAL TASK
Introduction and Setting Up Cucumber Environment
Writing Feature Files
Gherkin Syntax
Running Cucumber Tests
Cucumber Options, Data Tables
Hooks and Tags in Cucumber
Integrating Cucumber with Selenium
Cucumber Reports
Parameterizing Tests
Debugging Cucumber Tests
Cucumber with Continuous Integration
Advanced Gherkin Techniques
Customizing Cucumber Framework
Real-world Project Implementation
Overview CI-CD, Jenkins
Installing and Configuring Jenkins
Understanding and Creating Pipelines
Configuring Source Code Management
Automated Builds
Automated Testing
Continuous Integration Workflows
Setting Up Build Triggers
Continuous Deployment Workflows
Real-World CI/CD Project Implementation
Setting Up GitHub Account
Understanding, Creating and Cloning Repositories
Committing Changes
Branching and Merging
Pull Requests
Issues and Bug Tracking
Managing Collaborators
Real-World Project Implementation
Introduction to Postman and its role
Installing Postman on various platforms
Understanding APIs and their significance
Overview of HTTP protocol
RESTful architecture principles.
Navigating requests, collections, and environments
Building and sending HTTP requests.
Using GET, POST, PUT, DELETE methods
Sending requests with parameters and headers.
Writing tests for API validation.
Automating workflows with scripts and tests
Managing environments and global variables
Creating mock servers for API simulation
Generating and sharing API documentation
Best practices for API development and testing
Importance of performance testing
JMeter installation and setup
Interface basics and test plan creation
Configuring thread groups and scenarios
Handling dynamic data with variables
Parameterization using CSV and databases
Running tests and real-time monitoring
Analyzing results and reporting
Advanced scenarios and distributed testing
Adding assertions for validation
Best practices and optimization