GUIDE ME

Master the core concepts of software testing. Join now to get trained by an expert software tester.

4.9 out of 5 based on 65705 votes
google4.2/5
Sulekha4.8/5
Urbonpro4.6/5
Just Dial4.3/5
Fb4.5/5

Course Duration

120 Hrs.

Live Project

4 Project

Certification Pass

Guaranteed

Training Format

Live Online /Self-Paced/Classroom

Watch Live Classes

Software Testing

Speciality

prof trained

800+

Professionals Trained
batch image

6+

Batches every month
country image

20+

Countries & Counting
corporate

100+

Corporate Served

CURRICULUM & PROJECTS

Software Testing With Gen AI Training Program

    Software Testing Fundamentals

    • Introduction
    • What is Software Testing
    • Why do we need Testing
    • How to perform the Testing
    • Benefits of Testing

    Software Testing Terminologies

    • Mistakes, Faults, Bugs & Failures
    • Priority & Severity
    • Debugging & Root Cause Analysis
    • Verification & Validation
    • Test Bed/Environment
    • Mock-ups
    • Test Scenario

    ISTQB Certification

    Quality Assurance & Quality Control

    • What is Quality Assurance
    • What is Quality Control
    • Quality Assurance vs Quality Control

    Software Testing as a Career

    • Best testing practices used in Software Industry
    • Software Tester Roles
    • Job Responsibilities of a Software Tester
    • Why choose Software Testing as a career
    • How training can help you to become a Software Tester

    SDLC & STLC

    • Software Development Life Cycle (SDLC)
    • Software Requirement and Analysis
    • Requirement Gathering
    • SRS Creation
    • Feasibility Study
    • Requirement Validation
    • SRS Approval
    • Project Kick-off
    • Application Walkthrough
    • Requirement Analysis

    Software Requirement Design

    • System Design
    • Architecture Design
    • Module Design
    • Coding/Development
    • Testing
    • Implementation/Live

    Software Testing Life Cycle (STLC)

    • Requirements Analysis
    • Test Planning
    • Test Development
    • Test Execution
    • Test Reporting
    • Test Result Analysis / Defect Analysis
    • Re-Testing
    • Regression Testing
    • Test Closure Report

    Software Testing Models

    • Waterfall Model
    • Iterative Model
    • Prototyping Model
    • Progressive Model
    • Spiral Model
    • V-Model
    • RAD (Rapid Application Development)
    • Agile

    Agile Methodology

    • Introduction to Agile
    • User Stories & Agile Testing
    • Agile Project Management

    Software Testing Methodology

    • White Box Testing
      • Path Testing
      • Loop Testing
      • Condition Testing
      • White box Testing from Memory Point of View
      • White box Testing from Performance Point of View
    • Grey Box Testing
    • Black Box Testing
      • Boundary Value Analysis.
      • Equivalence partitioning.
      • State Transition Testing.
      • Decision Table Testing.
      • Graph-Based Testing.
      • Error Guessing Technique
Get full course syllabus in your inbox

    Intro to Gen AI

    • What is Generative AI
    • How it differs from traditional software
    • Basic architecture (Prompt Model Output)
    • Terminology: prompt, hallucination, tokens, fine-tuning, context window.

    Gen AI Testing Fundamentals

    • Why testing Gen AI is different from traditional testing
    • Key challenges: Non-determinism, bias, hallucination
    • Evaluation approaches:
    • Golden set testing
    • Human-in-the-loop testing
    • A/B testing of model versions

    Functional Testing

    • How to verify Gen AI output correctness
    • Metrics: BLEU, ROUGE, Precision/Recall
    • Test scenarios: Prompt injection
    • Incomplete or ambiguous prompts
    • Multiple languages or accents
    • Response formatting & structure

    Non-Functional Testing

    • Security Testing: Prompt injection, data leaks
    • Performance: Latency, token limits
    • Ethical Testing: Biases, toxicity, inappropriate content
    • Robustness Testing: Noisy input, out-of-domain queries

    Prompt Engineering for Testers

    • What is prompt engineering
    • Prompt types: Zero-shot, few-shot, chain-of-thought
    • Testing prompts like code: assertions, expected outcomes
Get full course syllabus in your inbox

    Introduction

    • What is Database
    • What is Database Management System (DBMS)
    • What is Relational Model
    • Introduction to RDBMS

    Datatypes and Constraints

    • What are Datatypes
    • Types and Examples.
    • How to use.
    • What are Constraints
    • Types and Examples.
    • How to use.

    Statements in SQL

    • Data Definition Language (DDL)
    • Data Manipulation Language (DML)
    • Transaction Control Language (TCL)
    • Data Control Language (DCL)
    • Data Query Language (DQL)

    Software installation

    • Installing and set up of Software
    • Working on Database

    Data Query Language (DQL)

    • Select
    • From
    • Where
    • Group By
    • Having
    • Order By

    Operators

    • Types and Examples

    Functions in SQL

    • Single Row Functions
    • Multi Row Functions

    Sub Query

    • Introduction to Sub Query
    • Working of Sub Query
    • Query Writing and Execution
    • Types of Sub Query
    • 1. Single Row Sub Query
    • 2. Multi Row Sub Query
    • Nested Sub Query.

    JOINS

    • What Is Join
    • Types of Joins.
    • Cartesian Join
    • Inner Join
    • Outer Join
    • Self-Join
    • Queries and Examples.

    Co- Related Sub Query

    • Working and Examples

    Data Definition Language (DDL)

    • Create
    • Rename
    • Alter
    • Truncate
    • Drop

    Data Manipulation Language (DML)

    • Insert
    • Update
    • Delete

    Transaction Control Language (TCL)

    • Commit
    • Save point
    • Rollback

    Data Control Language (DCL)

    • Grant
    • Revoke
Get full course syllabus in your inbox

    Introduction to Java

    • What is java
    • Programming language hierarchy
    • Java files
    • Camel casing
    • Identifiers
    • Java Components naming standards
    • Java source file declaration rules
    • First Java program

    Classes and Objects

    • Introduction to Classes and objects
    • Understanding Java Heap
    • Creating first Class and Object

    Variables and Operators

    • Introduction to Variables and their data types
    • Primitive and Non-primitive variables
    • Variable Casting
    • Object references
    • Java Operators

    Java Methods and their communication

    • Introduction to methods
    • Method arguments and return types
    • Pass by Value
    • Encapsulation
    • Getters and Setters

    Loops and Arrays

    • If-else statement
    • While loop
    • Do-while loop
    • For loop
    • Enhanced for loop
    • Arrays – 1D and 2D & Reference in an array

    Inheritance and Polymorphism

    • Understanding inheritance and inheritance tree
    • Methods overriding and the rules
    • IS-A and HAS-A relationship
    • Super class Vs Subclass
    • Method Overloading
    • Access Modifiers

    Abstract Classes and Interfaces

    • Abstract classes and methods
    • Mother of all classes – “Object class”
    • Polymorphic reference
    • Object reference casting
    • Deadly Diamond of Death
    • Interfaces and it’s implementation

    Constructors

    • Constructors
    • Constructor Overloading
    • Constructor chaining and this() keyword
    • Garbage collection eligibility

    Statics and data formatting

    • Static methods, variables and constants
    • Math class and methods
    • Wrapper classes
    • Auto boxing
    • Data formatting and static imports

    Exception handling

    • Risky java codes
    • Introduction to Java Exceptions
    • Catching exceptions using try/catch block
    • The finally block
    • Catching multiple exceptions
    • Handle or Declare law of exceptions

    Serialization and file I/O

    • Saving objects state
    • Writing serialized object
    • I/O streams
    • Serializable interface
    • Deserialization
    • Java IO file
    • Reading/Writing a text file

    Collections

    • Introduction to Java collections
    • Concept of generics
    • Lists
    • Sets
    • Map
    • Hashmap
Get full course syllabus in your inbox

    Introduction to Selenium WebDriver

    • What is WebDriver
    • Exploring Webdriver java docs
    • Downloading Webdriver jar files
    • Open Google home page through WebDriver
    • Exploring more features of WebDriver
    • WebDriver Features & Examples
    • Handling HTML Elements such as: Text box, Hyperlinks, Submit buttons,
    • Radio buttons, Check boxes, Dropdown etc
    • Finding Elements & text on a Webpage
    • Printing all links and other values from a webpage and HTML Elements
    • Using By class to find elements using different methods
    • Implement global wait
    • Running test in multiple browsers
    • Firefox profile
    • Running test in multiple profiles

    Advance WebDriver Features

    • Simulating keypress events such as buttons such as Enter, page up, pagedown, backspace
    • Handling java script messages
    • Working with online captchas
    • Running the test with HTMLUnit driver
    • Online Webtables
    • Downloading and configuring chrome driver
    • How to find Xpaths through Chrome developer tool
    • Generating your own Xpaths
    • What if you don’t have firebug or firepath
    • Handling multiple pop ups/tabs in Chrome
    • Handling Mouse over Menus and Iframes

    Ajax & Listeners

    • How to handle Ajax based applications
    • Browser navigate methods
    • Listeners
    • Mouse movements
    • Explore action class mouseover method
    • Working with Javascriptexecutor
    • Drag and Drop
    • Resizable
    • Handling Sliders

    Page Object Model (POM)

    Page Factory (PF)

    Framework-TestNG

    • Integration and Execution of Test Suite using TestNG Framework Module - 1
      • What is TestNg
      • Installing TestNg in Eclipse
      • TestNg Annotations
      • Understanding usage of annotations
      • Running a Test in TestNg
      • Batch Running of tests in TestNg
      • Skipping Tests
      • Parameterizing Tests – DataProvider
      • Assertions/Reporting Errors
      • TestNg Reports
      • Advantages over Junit
    • Integration and Execution of Test Suite using TestNG Framework Module - 2
      • Test Data files
      • TestCore class which loads Xls file, run selenium server through code and do other initialization
      • Object.Properties file to store Xpaths
      • Configuration Files
      • Skipping Test Cases
      • Screenshot Capturing
      • Emailing Test Results
      • Generating Reports
      • Generating Application and Selenium logs
Get full course syllabus in your inbox

    Introduction of API

    • What is an API.
    • What is meant by Service &API Testing
    • Benefits of Service-Oriented Architecture
    • Why API/ Service level testing
    • Introduction - Web Services
    • Testing Types.
    • Role of A software tester in API testing
    • API Testing and Unit Testing.
    • Area for covering your test.
    • Types of API
    • Tools for API Testing

    API Protocols

    • HTTPs Protocol
    • HTTP Request Headers
    • HTTP Response Headers
    • SSL
    • TLS
    • Cookies
    • HTTP Verbs

    Download and Install API Testing Tool (Postman)

    • What is Postman Tool.
    • As a Standalone Application.
    • As a Chrome Extension

    Description of the Postman Tool

    • Sidebar Section
    • History
    • Collections
    • Header Section
      • New
      • Import
      • Interceptor
      • Sync
    • Builder Section
      • Tabs
      • HTTP Method Type
      • URL Bar
      • Header's List
Get full course syllabus in your inbox

    Understanding GIT

    • Version Control with Git:
      • What is Version Control
      • What is Git
      • Why Git for your Organization
      • Install Git
      • Common Commands in Git
      • Working with Remote Repositories
      • GIT Installation, Version Control, Working with Remote Repository
    • Git, Jenkins & Maven Integration:
      • Branching and Merging in Git
      • Git Workflows
      • Git Cheat Sheet
      • What is CI
      • Why CI is Required
      • Introduction to Jenkins (With Architecture)
      • Introduction to Maven
      • Branching and Merging, Stashing, Rebasing, Reverting and Resetting
      • Build and Automation of Test using Jenkins and Maven
Get full course syllabus in your inbox

+ More Lessons

Course Design By

naswipro

Nasscom & Wipro

Course Offered By

croma-orange

Croma Campus

Real

star

Stories

success

inspiration

person

Abhishek

career upgrad

person

Upasana Singh

career upgrad

person

Shashank

career upgrad

person

Abhishek Rawat

career upgrad

hourglassCourse Duration

120 Hrs.
Know More...
Weekday1 Hr/Day
Weekend2 Hr/Day
Training ModeClassroom/Online
Flexible Batches For You
  • flexible-focus-icon

    23-Aug-2025*

  • Weekend
  • SAT - SUN
  • Mor | Aft | Eve - Slot
  • flexible-white-icon

    25-Aug-2025*

  • Weekday
  • MON - FRI
  • Mor | Aft | Eve - Slot
  • flexible-white-icon

    27-Aug-2025*

  • Weekday
  • MON - FRI
  • Mor | Aft | Eve - Slot
  • flexible-focus-icon

    23-Aug-2025*

  • Weekend
  • SAT - SUN
  • Mor | Aft | Eve - Slot
  • flexible-white-icon

    25-Aug-2025*

  • Weekday
  • MON - FRI
  • Mor | Aft | Eve - Slot
  • flexible-white-icon

    27-Aug-2025*

  • Weekday
  • MON - FRI
  • Mor | Aft | Eve - Slot
Course Price :
For Indian
33,333 30,000 10 % OFF, Save 3333
trainerExpires in: 00D:00H:00M:00S
Program fees are indicative only* Know more

SELF ASSESSMENT

Learn, Grow & Test your skill with Online Assessment Exam to
achieve your Certification Goals

right-selfassimage
Get exclusive
access to career resources
upon completion
Mock Session

You will get certificate after
completion of program

LMS Learning

You will get certificate after
completion of program

Career Support

You will get certificate after
completion of program

Showcase your Course Completion Certificate to Recruiters

  • checkgreenTraining Certificate is Govern By 12 Global Associations.
  • checkgreenTraining Certificate is Powered by “Wipro DICE ID”
  • checkgreenTraining Certificate is Powered by "Verifiable Skill Credentials"

in Collaboration with

dot-line
Certificate-new-file

Not Just Studying

We’re Doing Much More!

Empowering Learning Through Real Experiences and Innovation

Mock Interviews

Prepare & Practice for real-life job interviews by joining the Mock Interviews drive at Croma Campus and learn to perform with confidence with our expert team.Not sure of Interview environments? Don’t worry, our team will familiarize you and help you in giving your best shot even under heavy pressures.Our Mock Interviews are conducted by trailblazing industry-experts having years of experience and they will surely help you to improve your chances of getting hired in real.
How Croma Campus Mock Interview Works?

Not just learning –

we train you to get hired.

bag-box-form
Request A Call Back

Phone (For Voice Call):

‪+91-971 152 6942‬

WhatsApp (For Call & Chat):

+91-971 152 6942
          

Download Curriculum

Get a peek through the entire curriculum designed that ensures Placement Guidance

Course Design By

Course Offered By

Request Your Batch Now

Ready to streamline Your Process? Submit Your batch request today!

WHAT OUR ALUMNI SAYS ABOUT US

View More arrowicon

Students Placements & Reviews

speaker
Manoj Kumar
Manoj Kumar
speaker
Jayad Chaurasiya
Jayad Chaurasiya
speaker
Mohit-Tyagi
Mohit-Tyagi
speaker
Saurav Kumar
Saurav Kumar
speaker
Dipika
Dipika
speaker
Kapil Sharma
Kapil Sharma
View More arrowicon

FAQ's

It's the process of evaluating software to find and fix bugs, ensuring quality and performance.

It ensures software works correctly, is secure, and meets user expectations.

Yes, it's in high demand with opportunities in manual and automation testing.

Basic coding helps, especially in automation, but not mandatory for manual testing.

Career Assistancecareer assistance
  • - Build an Impressive Resume
  • - Get Tips from Trainer to Clear Interviews
  • - Attend Mock-Up Interviews with Experts
  • - Get Interviews & Get Hired

FOR VOICE SUPPORT

FOR WHATSAPP SUPPORT

sallerytrendicon

Get Latest Salary Trends

×

For Voice Call

+91-971 152 6942

For Whatsapp Call & Chat

+91-9711526942
1

Ask For
DEMO