0% found this document useful (0 votes)
2 views

Automation Testing Chhavi

Qualibytes offers hands-on industrial training in automation testing, focusing on real-world projects and tools to prepare students for the job market. The program includes personalized attention, live projects, and job placement support, with a high placement rate and average salary for graduates. The course covers software testing fundamentals, Java programming, automation tools like Selenium, and project management practices.

Uploaded by

yovawi1002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Automation Testing Chhavi

Qualibytes offers hands-on industrial training in automation testing, focusing on real-world projects and tools to prepare students for the job market. The program includes personalized attention, live projects, and job placement support, with a high placement rate and average salary for graduates. The course covers software testing fundamentals, Java programming, automation tools like Selenium, and project management practices.

Uploaded by

yovawi1002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

AUTOMATION

TESTING
INDUSTRIAL
TRAINING

INDUSTRIAL TRAINING ON OUR LIVE PROJECTS

www.qualibytes.com
ABOUT
QUALIBYTES
At Qualibytes, we go beyond mere certification courses. We
offer hands-on industrial training delivered by experienced
professionals actively working in the industry. Our programs
are designed to give you real-time experience with projects,
tools, and the actual workflow of companies.

You'll gain insights into the day-to-day activities and


challenges faced by organizations, equipping you with the
practical knowledge and experience that employers value
most. When you walk into interviews, you’ll stand out—not just
for your qualifications but for the real-world projects and skills
you've mastered.

Start your journey with us and bridge the gap between theory
and practice to achieve your career goals.
Our Impact

3,000+ 8 LPA
Enrolled Students Average CTC

1,000 + 95 %
Hiring Partners Placement Rate
THE ONLY AUTOMATION TESTING
PROGRAM IN THE INDUSTRY WITH

Engaging online Hands- on training


Around 20 students in a
classes from industry with many industry
batch to provide
experts relevent projects
personalized attention

learn projects using


Industry recognized
Live/Capstone Gen AI and AI tools
internship certificates
projects integration

Resume building Job placement


from industry calls from Post placement
experts placement team support
OUR LEARNER WORKING AT :
COURSE
Overview
Automation Testing Industrial Training is designed
to provide hands-on experience and a thorough
understanding of the software testing process.
The focus is on preparing candidates for real-
world testing scenarios through practical
exposure and theoretical knowledge. Below is an
outline of such training

COURSE
Duration

3months
LIVE LEARNING
ELIGIBILITY
Criteria
Pre-Final Year and Final Year Students and Working
Professionals

ADMISSION
Process
Step 1: Step 2:
Complete your The profile is reviewed by
application. our admissions team.

Step 3: Step 4:
Connect for a live counseling Reserve your seat.
session to understand
whether this course is a right
fit for you.
COURSE
Module
INTRODUCTION TO SOFTWARE TESTING

Software Testing is the process of evaluating a software


application to ensure it meets specified requirements and is
free of defects. It aims to identify and fix bugs, enhance
product quality, and ensure the software performs as
expected under various conditions.

KEY OBJECTIVES OF SOFTWARE TESTING

Identify Defects: Detect errors, bugs, or gaps in functionality.


Ensure Quality: Validate the software’s reliability, usability,
and performance.
Verify Requirements: Ensure the software meets business
and technical requirements.
Prevent Issues: Minimize potential risks before software
deployment.

TYPES OF SOFTWARE TESTING

Manual Testing: Performed by testers without the use of


tools.
Automation Testing: Uses tools/scripts to execute test cases
automatically.
INTERVIEW PREPARATION - APTITUDE

This module will enhance your Logical Reasoning, Verbal


Ability, QA mindset and Master the art of aptitude to excel in
interviews
DETAILED
Curriculum
CORE JAVA
WHAT IS JAVA?

History
Introduction to java

FEATURES OF JAVA

Simple
Object Oriented
Multithreaded
Secure
Portable
Platform independent etc.

ARCHITECTURE OF JAVA

JDK,JRE,JVM
Memory Areas (Heap Area, Method Area, Stack Area, PC
registers etc.)
Installation of java
Installation of IDE "Eclipse"
OOPS PILLARS

Object and Class


Inheritance
Polymorphism
Abstraction
Encapsulation

BASIC CONCEPTS

Identifiers
Keywords
Variables
Datatypes
Operators (Relational, Arithmetic, Bitwise, Assignment)

ACCESS SPECIFIERS

Unit Testing
System Testing
System Integration Testing
Acceptance Testing

CONSTRUCTORS

Default Constructor
No Argument Constructor
Parameterized Constructor
METHODS
Main Method
Static Method
Non Static Method
Method Creation and Method Calling

CONTROL STATEMENTS AND LOOPS

If Else
Switch case
For Loop
Do while Loop
For Each Loop

STRING

Introduction and basics about String


Creation Of String
SCP and Heap Memory area
Why String is Immutable?
Methods Of String
EqualsTo() and ==
How to create custom Immutable class?
Most frequently asked interview programs on String?

ARRAY

Single Dimensional Array


Multidimensional Array
Advantages and limitations of Array
How Collection Framework cames in picture?
Important Programs Related to Array?

SOME LOGICAL JAVA PROGRAMS

Most frequently asked logical programs in interviews


Assignments

EXCEPTION HANDLING

What is Exception?
Hierarchy of Exception
Exception handling using Try Catch block
Scenarios on try, Catch and Finally block
Throw and Throws
How to create and handle custom exceptions

OBJECT CLASS

What is Object class?


Object Class Methods (toString, Hashcode, Finalize etc.)

COLLECTION FRAMEWORK

Introduction to Collection Framework


List (ArrayList ,LinkedList, Vector, Stack)
Set (hashSet, LinkedhashSet, SortedSet, TreeSet)
Map (HashMap, LinkedHashMap, TreeMap, HashTable)
Iteration of different Collection
Methods of Collection
JAVA 8 FEATURES

Functional interface
ForEach Loop
Staic and Default methods of interface
lambda Expression etc.

AUTOMATION TESTING
INTRODUCTION TO AUTOMATION TESTING

Why Automation Testing?


What is Automation Testing?
Advantages / Disadvantages

SELENIUM

Introduction to Selenium framework


Architecture & components of Selenium framework
Downloading, installing and configuring Selenium
Selenium IDE, Selenium WebDriver, Selenium RC,
Selenium GRID
locator Strategies using Id, Class, Name, Contains, XPath
etc.
Handling Different web elements:- Radio Button,
Checkbox, DropDowns, pop-ups, Iframes, Alert box etc.
Handling Dynamic web elements
Waits(implicit wait, Explicit wait, Fluent wait)
Selenium operational Methods and Webdriver Methods
Cookies, Cache
Mouse and Keyboard simulation
Different Exceptions in Selenium and Exception Handling
In Selenium
Properties files
Apache Log4j
Reading Excel file using POI jar
Katalon Recorder

TESTNG
Basic fundamentals of TestNG framework
Features Of TestNG
Downloading and Configuring TestNG Plugins and jars
TestNG Annotations
Handling multiple test Scripts
Sequencing and prioritizing test Scripts
Different types of Reports
Generating Reports
Parameterization using @DataProvider Annotation
Failed Test case execution
Taking Screenshots of failed test cases
TestNG Listeners
TestNG Assertions

BDD CUCUMBER

Features And Basic Concepts of BDD Cucumber


Downloading and Configuring Cucumber
how to create Feature File, Step Definition file an
TestRunner file
Execution of cucumber
Analyzing Reports

MAVEN

What is Maven and Dependencies?


How to download and install maven?
How to integrate Maven with your framework?
What is POM.XML?
Adding plugins and dependencies in POM.XML
Execution of POM

PROJECT MANAGEMENT

Explanation of entire project framework


JIRA
Agile Methodologies
Life Cycles
Types of Software Testing Frameworks

VERSION CONTROL TOOL

GIT

CI/CD

Continuous integration
Continuous Deployment
CI/CD Reports
OTHER TOOLS

JIRA
Selenium
Postman
Jmeter
Junit
RestAPIs
Linux

DATABASE
SQL

Introduction
Installation and setup of database
Commands and Queries
Joins
Crating databases and Different Operations
SQL Constraints
Triggers
Connecting SQL with Framework
CRUD Operation

INDUSTRIAL PROJECTS & DOMAIN KNOWLEDGE

E-commerce Domain Projects


Banking Domain Projects
Healthcare Domain Projects
Employee Leave management Project
INTERVIEW QUESTIONS PREAPARATION

RESUME & PROFILE BUILDING

MOCK INTERVIEWS

Mock Interviews on Every Weekends


Final Mock interviews By Industrial Persons

FEE
STRUCTURE
OUR
Contact
Get in touch with Us!

B-91 , Ground floor, sector 2


Noida - 201301

hi@qualibytes.com

Chhavi - 72177 62724 Click to Chat

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy