Addition Infotech | Software Testing Academy Surat
Best Software Testing Institute in Surat

Become a
Software Tester in 3 Months

Launch your IT career with industry-focused Software Testing training.

  • Manual Testing
  • Automation Testing (Playwright)
  • API Testing
  • Live Projects
  • Interview Preparation
  • Placement Assistance
8+ YOE Senior Trainer
10+ QA Certifications
100% Practical Training
Addition Infotech Software Testing Lab
Now Enrolling
Live Projects
Interview Preparation
Placement Assistance
Manual Testing STLC & Defect Lifecycle
Automation Testing Playwright & Selenium Frameworks
100% Practical Live Lab Environment

Why Choose Software Testing?

A highly secure, lucrative, and easily accessible gateway to a successful career in the IT industry.

No Advanced Coding Required

Manual testing requires zero complex coding, making it the perfect starting point for graduates and non-IT professionals.

High Demand in IT Companies

Every application needs QA verification. Testers are indispensable to software development life cycles everywhere.

Quick Career Start

Skip long bootcamps or degrees. Our industry-focused courses prepare you to break into IT within a few weeks.

Excellent Salary Growth

QA engineers command highly competitive starting salaries with high potential for growth and rapid appraisals.

Easy Transition to Automation

Once you understand the foundations of manual QA, stepping up to automated testing and scripting is smooth and natural.

Professional Training Courses

Choose from our industry-designed training paths tailored to take you from absolute beginner to high-paying QA Professional.

Manual Testing Course

Our Manual Testing course is a comprehensive program that covers the principles, techniques, and best practices of manual software testing. It is the perfect starting point to break into the IT industry.

Duration
8-12 Weeks
Level
Beginner Friendly
Type
Certification Program
Placement
100% Job Assistance

Who Is This Course For

  • Freshers/Graduates
  • Professionals wanting a career shift
  • QA testers seeking fundamentals
  • Anyone interested in software quality

What's Included?

  • Internship Certificate
  • Live Project
  • Resume Building
  • Mock Interviews

Course Objectives

  • Understand core concepts and principles of manual software testing.
  • Design effective test cases, scenarios, and test plans.
  • Execute test cases and report defects accurately using Jira.
  • Gain practical hands-on experience in functional & regression testing.

Course Content 9 Modules

Module 1: Introduction to Manual Testing
Understanding software errors, defect definitions, testing principles, goals of software testing, and the career paths available in QA.
Module 2: Software Development Life Cycle (SDLC)
SDLC Phases, Waterfall Model, V-Model, Spiral Model, and introduction to Agile Methodologies (Scrum & Kanban frameworks).
Module 3: Test Planning and Test Design
How to read requirements, construct test plans, define test scopes, and design high-level test scenarios.
Module 4: Test Case Writing and Execution
Step-by-step test case design, writing test cases for real applications, input parameters, boundary value analysis, and equivalence partitioning.
Module 5: Defect Reporting and Tracking
Understanding the Defect Life Cycle, writing detailed bug reports, using industry tools like Jira for logging, managing, and closing bugs.
Module 6: Functional and Non-Functional Testing
Deep dive into Unit testing, Integration testing, System testing, User Acceptance testing (UAT), along with basics of Performance, Security, and Compatibility testing.
Module 7: Regression Testing
Understanding regression testing concepts, selecting test cases for regression suites, and ensuring code updates don't break existing features.
Module 8: Live Project Training
Gain hands-on experience by executing manual testing on real-world web and mobile applications. Practice analyzing requirements, drafting test cases, logging live defects in Jira, and building professional test summary reports.
Module 9: Launching Your Freelance QA Career (Upwork & Fiverr)
Designed for students seeking a remote freelance career. We teach you profile optimization, portfolio structuring, proposal bidding strategies on Upwork/Fiverr, client communication, and the execution of live testing contracts.
Generating PDF... 0%

Automation Testing Course

Up the ante in your QA career. Master Java and Selenium Webdriver to automate complex web workflows. Save testing execution times and become an in-demand automation engineer.

Duration
12 Weeks
Level
Intermediate
Type
Certification Program
Placement
100% Job Assistance

Who Is This Course For

  • Manual testers seeking career growth
  • Freshers/Graduates with coding interest
  • Developers wishing to learn QA automation
  • Professionals upgrading automation skills

What's Included?

  • Internship Certificate
  • Live Project
  • Resume Building
  • Mock Interviews

Course Objectives

  • Master the fundamentals of automation testing.
  • Learn to write robust, maintainable scripts using Selenium WebDriver.
  • Design Page Object Model (POM) and Hybrid testing frameworks.
  • Integrate tests with Maven build tools & Git source control.

Course Content 8 Modules

Module 1: Software Testing Concepts Refresher
Quick review of functional requirements, test suites, smoke vs regression testing, and identifying manual processes ripe for automation.
Module 2: Core Java Basics
Java syntax, variables, data types, control flow structures (if-else, loops), OOPs concepts (Inheritance, Polymorphism, Encapsulation, Abstraction), and Java Collections framework.
Module 3: Selenium WebDriver Introduction
Selenium architecture, WebDriver vs Grid, environment setup, downloading browsers drivers, and launching browsers programmatically.
Module 4: Selenium Setup & Locators
Finding web elements using Locators: ID, Name, ClassName, TagName, LinkText, CSS Selectors, and writing advanced dynamic XPath expressions.
Module 5: Selenium WebDriver Intermediate
Handling drop-downs, alert boxes, iframe overlays, window switches, mouse hover/drag actions, and writing implicit, explicit, and fluent synchronization waits.
Module 6: TestNG Basics
Installing TestNG, using annotations (@Test, @BeforeMethod, etc.), asserting expected outcomes, grouping test execution, and generating automated HTML report cards.
Module 7: Maven & Git Integration
Managing project dependencies using Maven pom.xml files, creating build scripts, and using Git command line tool to track and push scripts to GitHub.
Module 8: Automation Framework Design
Step-by-step assembly of a Page Object Model (POM) project, structuring data-driven sheets, designing hybrid frameworks, and running builds via CI/CD.
Generating PDF... 0%

API Testing Course

Learn the backend plumbing of modern apps. Master Postman and RestAssured framework to test REST APIs, automate requests validation, and ensure robust backend performance.

Duration
6-8 Weeks
Level
Beginner-Intermediate
Type
Certification Program
Placement
100% Job Assistance

Who Is This Course For

  • QA testers looking to learn API methods
  • Developers interested in API testing
  • Freshers wanting complete testing skills
  • Technical product analysts

What's Included?

  • Internship Certificate
  • Live Project
  • Resume Building
  • Mock Interviews

Course Objectives

  • Understand HTTP requests (GET, POST, PUT, DELETE) & status codes.
  • Harness Postman for manually executing and validating endpoints.
  • Automate API assertions with Postman variables and collections.
  • Write code-driven API tests with REST Assured in Java.

Course Content 9 Modules

Module 1: Introduction to APIs
Understanding Client-Server architecture, Web Services, differences between SOAP and RESTful APIs, and the JSON/XML data formats.
Module 2: HTTP Methods & Status Codes
Detailed breakdown of GET, POST, PUT, DELETE operations, request headers, query parameters, payload bodies, and HTTP status codes (2xx, 3xx, 4xx, 5xx).
Module 3: Getting Started with Postman
Installing Postman, UI interface overview, creating collections, executing manual API calls, and inspecting response bodies and response times.
Module 4: Postman Variables & Environments
Defining Global, Collection, and Environment variables, switching environments (Dev, Staging, Prod), and dynamic values insertion.
Module 5: Automating Assertions in Postman
Writing tests in JavaScript inside Postman: status code checks, response JSON schema assertions, value parsing, and chaining sequential requests.
Module 6: Command Line with Newman
Exporting Postman collections, executing API test suites in terminal using Newman CLI, and generating automated JUnit and HTML test reports.
Module 7: REST Assured Framework Setup
Integrating REST Assured in Maven projects, setting up base URIs, and writing simple Gherkin style given-when-then automation routines in Java.
Module 8: Advanced REST Assured Methods
Parsing complex nested JSON response nodes, serializing/deserializing payloads (POJO mapping), handling basic/OAuth authentication headers, and multi-part uploads.
Module 9: Live API Mocking
Mocking API servers using mock servers tools, validating code integrations, and isolating UI client testing.
Generating PDF... 0%

What You'll Build

Gain hands-on portfolio projects that prove your software testing skills to employers.

Real Website Testing

Perform end-to-end testing on fully functional websites, testing forms, flows, and user paths.

Automation Framework

Build a complete web automation framework from scratch using Playwright/Selenium & Java.

API Testing Project

Design mock servers, write tests, and automate assertions for REST endpoints in Postman.

Bug Reports Portfolio

Log real-world bugs in Jira, completing detailed reports with screen logs and steps to reproduce.

Professional Test Cases

Write structured, comprehensive test suites, check sheets, and test scenarios for real apps.

Git Repository

Create your own GitHub repository showcasing code-driven frameworks and automation scripts.

MNC Partnered Program

Internship by Addition Infotech

Gain authentic industry exposure, build a stellar testing portfolio, and launch your career in QA with our hands-on program.

Live Projects

Work on real client apps and log live bugs.

Expert Mentors

Learn directly from senior MNC QA Leads.

Verified Certs

Get a credible certificate & portfolio.

References

Earn career-accelerating recommendations.

Takes < 2 mins • Open to all • Surat Office

Placement Assistance Includes

We don't just teach software testing — we work hand-in-hand with you to secure your dream IT job.

Resume Preparation
LinkedIn Profile Optimization
Mock Interviews
Premium Interview Questions
HR Round Guidance
Direct Referral Support

Our Hiring Partners

Our graduates have successfully launched their testing careers at these leading software companies in Surat.

Squarebox Studio
Positive Infotech
Futurelens Technology
Encodework Systems LLP

Meet Your Trainer

Learn from an accredited training instructor holding years of MNC experience and world-recognized credentials.

Head Trainer

Meet Your Trainer

8+ Years of Industry Experience

A senior QA specialist holding 8+ years of industry experience with MNC software companies. Passionate about training and mentoring freshers to start their IT careers and transition smoothly into QA automation roles in Surat.

Platform & Domain Experience:

  • Web Testing
  • Mobile Testing
  • Automation Testing
  • API Testing
  • CMS Testing
  • Live Industry Projects

10+ Global Certifications

ISTQB® Foundation Level International Board
ISTQB® Agile Extension Specialist Level
Professional Scrum Master™ I (PSM I) Scrum.org
Jira Fundamentals Badge Atlassian
Microsoft Certified: Azure Fundamentals Microsoft
Microsoft Certified: Azure AI Fundamentals Microsoft

What Our Students Say

Read how our course help freshers and experienced professionals switch their careers to Software QA testing.

4.9 / 5 Rating based on student reviews.

Frequently Asked Questions

Got questions? We've got answers. Check out our quick answers below or drop us an email.

Do I need any prior experience in testing or coding to enroll?
Absolutely not! Our Manual Testing and API Testing courses are built starting from scratch. No programming experience is required. For the Automation Testing course, basic computer knowledge is sufficient as we teach Core Java starting from the absolute basics.
Will this course cover test automation tools as well?
Our Manual Testing course focuses strictly on manual principles, test case design, SDLC/STLC models, and defect tracking in Jira. If you want to master automation tools, we recommend enrolling in our dedicated 12-week Automation Testing course, which covers Java, Selenium WebDriver, TestNG, and Maven.
Does Addition Infotech provide job placement assistance?
Yes! We offer extensive career-related support, including mock interviews, resume preparation workshops, dynamic portfolio creation, and direct placement drives. Over 80% of our certified graduates have successfully secured software testing jobs at reputed MNCs.
What tools will I learn during the course?
Depending on your course, you will learn tools like Jira, Selenium WebDriver, Eclipse/IntelliJ, Git & GitHub, Maven, TestNG, Postman, and Newman.
Do you provide Live Project Training for Software Testing?
Yes, all our courses include extensive hands-on exercises, case studies, and live project training. You will design, execute, and report defects on actual functional applications, bridging the gap between theoretical training and real-world IT expectations.
Chat with Mentor