Vikram Mali
Ahmedabad · Full Stack Development
Before
B.A. (2025)
After
Full Stack Developer
Pune · Felix ITs
Master Selenium WebDriver, TestNG, Cucumber BDD, API testing with RestAssured, and CI/CD integration. Build a complete automation framework.
₹40,000
₹6,667/mo · 0%
Also available at /courses/diploma-in-automation/
New batches starting soon in Pune. Book a demo to get notified.
Felix ITs' Automation Testing Diploma in Pune covers Selenium WebDriver, Java, TestNG, Playwright, API automation with Postman, and CI/CD integration over 5 months. Pune's deep IT services ecosystem — with automation QA teams at Infosys, TCS, Wipro, Capgemini, and 200+ product companies in Hinjewadi — hires automation engineers at significantly higher salaries than manual testers. Includes mock interviews and 100% placement support.
Duration
4 months
Placed
1,000+
Mode
Online + Offline
Who is this for?
Min. qualification: Basic software testing knowledge or IT background
Batch Schedule
Small batches of 10–15 students — pick the slot that fits your schedule.
Investment
Flexible batches, 0% EMI, and merit scholarships — making quality Automation Testing Diploma training accessible for every learner.
Starting From
₹40,000
or as low as ₹6,667/mo at 0% interest for 6 months
Automation testers earn ₹5–10 LPA — the highest-growth QA specialisation.
No commitment. Counsellor will walk you through all options.
Weekday Batch
Mon–Fri · Morning or Evening slots
What You Get
Everything you need to go from beginner to job-ready — not just a certificate.
50+ Test Case Design Exercises
Live Jira, Selenium & Postman Labs
100% Placement Assistance
Industry-Ready Toolkit
Master the exact tools used in top teams. Every tool in the Automation Testing Diploma curriculum is live, hands-on, and employer-valued.
Career Outcomes
10,000+ Automation Testing Diploma students placed across Pune, Mumbai & Ahmedabad. Over 550 companies actively hire from Felix ITs.
Automation testers earn ₹5–10 LPA — the highest-growth QA specialisation.
10,000+
Students Placed
550+
Hiring Partners
94%
Placement Rate
45 days
Avg Time to Offer
Hiring Companies Include
The Training Standard
Quality at Felix ITs is built into how we hire, how we run every session, and how we review every trainer — consistently across Pune, Mumbai, and Ahmedabad.
Average industry experience across the Felix training team
Trainer-to-student ratio — hard cap per batch, no exceptions
Of our trainers are currently active practitioners in the industry
Same syllabus, same projects, same delivery standard — Pune, Mumbai, Ahmedabad
Industry Recognition
Graduate with a Felix ITs certificate that carries real weight with employers in Pune and across India. Every certificate includes your name, course, batch date, and a verifiable unique ID — proof that you earned it.
Student Stories
Hear from graduates who transformed their careers with Felix ITs.
Why Felix ITs
See how our course stacks up against generic bootcamps and online platforms.
| Feature | Felix ITsYou’re Here | Other Bootcamps |
|---|---|---|
| Duration | 4 months | 6–12 Months |
| 35+ AI & Design Tools | ||
| 100% Placement Assistance | Varies |
Training Centre
2 convenient locations across Pune.
FAQ
About Automation Testing Diploma in Pune
No. We cover Java fundamentals specifically tailored for test automation at the start of the course.
Selenium WebDriver is the most widely used browser automation framework for web application testing.
Behaviour-Driven Development (BDD) allows writing tests in plain English using Cucumber and Gherkin syntax, bridging the gap between business and technical teams.
Yes. A full module covers REST API testing using RestAssured and Postman.
Automation engineers earn ₹5–8 LPA as freshers and ₹10–18 LPA with experience.
Yes. Jenkins and GitHub Actions integration for automated test runs is covered in the final module.
You will build a complete Page Object Model framework with TestNG, Maven, and Jenkins integration.
Yes, with IT companies specifically looking for Selenium automation engineers.
Yes. Many students take Manual Testing first and then advance to this course.
We include preparation for ISTQB Advanced Level Test Automation Engineer as part of this diploma.
Explore More
Curriculum
Built for testers who want to write code, not just execute test cases by hand
5
Modules
120
Hours of content
5
Live projects
35+
Tools covered
100%
Hands-on from Day 1
Java Basics for QA
OOP concepts (classes, objects, inheritance) are needed to understand and write Page Object Model code — covered with automation-specific examples, not generic programming exercises
OOP Concepts
Collections (Lists, Maps) are used constantly in automation for managing test data and locators — covered with real automation scenarios
Collections
Exception handling is critical for writing automation scripts that fail gracefully and report meaningful errors instead of crashing the whole suite
Exception Handling
Basic file handling (reading test data from Excel/CSV/JSON) is a day-one skill for any data-driven automation framework
What you will build
A set of Java/Python programs covering OOP basics, collections, and exception handling — written specifically with test automation use cases (data structures for test data, loops for repeated actions)
Automation testing job postings in India require basic-to-intermediate programming ability — candidates who only know manual testing concepts are filtered out at the resume stage
Java Basics for QA
OOP concepts (classes, objects, inheritance) are needed to understand and write Page Object Model code — covered with automation-specific examples, not generic programming exercises
OOP Concepts
Collections (Lists, Maps) are used constantly in automation for managing test data and locators — covered with real automation scenarios
Collections
Exception handling is critical for writing automation scripts that fail gracefully and report meaningful errors instead of crashing the whole suite
Exception Handling
Basic file handling (reading test data from Excel/CSV/JSON) is a day-one skill for any data-driven automation framework
What you will build
A set of Java/Python programs covering OOP basics, collections, and exception handling — written specifically with test automation use cases (data structures for test data, loops for repeated actions)
Automation testing job postings in India require basic-to-intermediate programming ability — candidates who only know manual testing concepts are filtered out at the resume stage
Browser Automation
Locator strategies (ID, XPath, CSS Selector) and choosing the most reliable one is the single most common practical Selenium interview test
Locators & XPath
Explicit vs implicit waits is the concept most responsible for flaky tests in real automation suites — covered here as a discipline, not an afterthought
Page Object Model
Handling dynamic web elements (dropdowns, modals, iframes, file uploads) is what separates demo-level Selenium scripts from production-grade ones
Wait Strategies
Browser-specific quirks and cross-browser testing setup is a practical skill that comes up in almost every automation technical round
What you will build
An automated test suite for a real e-commerce or login flow using Selenium WebDriver — covering element location strategies, explicit waits, and handling dynamic elements, dropdowns, and pop-ups
Selenium WebDriver remains the most-listed automation tool in Indian QA job postings — hands-on Selenium experience is the single biggest gap between manual testers and automation testers
TestNG Annotations
Page Object Model is the most widely expected design pattern in automation interviews — being able to explain why it reduces maintenance, not just implement it, is the differentiator
Data-driven Testing
TestNG annotations (@BeforeMethod, @DataProvider, @Test priorities) are tested with practical scenarios in nearly every automation interview
Cucumber BDD
Data-driven testing (running the same test logic against multiple datasets) is a core SDET skill that this module builds hands-on, not just conceptually
Gherkin Syntax
Reporting (ExtentReports or Allure) for automation runs is what makes a framework usable by a QA team, not just by the person who wrote it
What you will build
A complete automation framework built with the Page Object Model design pattern, TestNG for test execution and assertions, and a data-driven approach for running the same test with multiple data sets
"Have you built a framework or just written scripts?" is the question that separates SDET-track candidates from junior automation testers in interviews
REST API Concepts
RestAssured for API automation is the most common Java-based API testing tool referenced in Indian SDET job postings — covered with real authentication and JSON validation scenarios
RestAssured Framework
CI/CD pipeline basics (triggering test runs on push, viewing reports) is now a baseline SDET expectation — most automation-only courses skip this entirely
Postman Collections
Jenkins or GitHub Actions configuration for running automated test suites is a practical setup skill that interviewers specifically ask candidates to walk through
API Automation
Git and version control for test automation code (branching, pull requests for test code) is treated the same way as application code in mature QA teams
What you will build
An API automation suite using RestAssured for a real REST API, plus a Jenkins or GitHub Actions pipeline configured to run your full UI and API automation suite automatically on every commit
SDET job postings in India increasingly require both UI and API automation plus CI/CD familiarity — candidates with only Selenium skills are now considered automation testers, not SDETs, by most hiring panels
Maven Build Tool
SDET resume writing emphasises tools, frameworks built, and CI/CD experience — different conventions from both developer and manual QA resumes
Jenkins Integration
The most common SDET interview questions (design a framework for X, debug this flaky test, automate this API) are covered with model answers and the reasoning behind them
GitHub Actions
A GitHub repository that a hiring manager can actually open and run is the single biggest credibility signal for an SDET candidate — built and polished here
Allure Reports
Communication with both developers and manual QA teams (explaining automation coverage and gaps) is a skill SDET leads specifically assess in interviews
What you will build
Your SDET portfolio: a GitHub repository with your complete automation framework and CI/CD configuration, a resume reviewed against Naukri.com and LinkedIn SDET job postings, and a completed mock technical interview with written feedback
Felix automation graduates who complete the portfolio module and mock interview have a significantly higher interview-to-offer conversion rate — placement team data
By the end of this course
You will be able to write Java/Python automation scripts using Selenium WebDriver to automate real web application test flows — not just record-and-playback
You will know how to design and build a test automation framework from scratch (Page Object Model, data-driven testing) the way SDET roles expect
You will be able to integrate automated tests into a CI/CD pipeline using Jenkins/GitHub Actions — so tests run automatically on every code change
You will know API automation testing using RestAssured/Postman scripting — a skill increasingly required alongside UI automation
You will have a GitHub portfolio with a working automation framework that demonstrates real engineering practice, not just test scripts
What our graduates say about the curriculum
“I was a manual tester for 2 years and felt stuck. Felix took me from zero coding knowledge to building a full Selenium framework with Page Object Model — that framework, on my GitHub, is what got me shortlisted for an SDET role.”
“The CI/CD integration module was what set this apart from other automation courses I looked at. Most only teach Selenium scripts. Here I learned to actually wire tests into Jenkins — and that exact setup came up in my interview.”
| Experience | Salary Range |
|---|
| Automation QA Fresher | ₹5–7 LPA |
| Automation Engineer (1–3 yr) | ₹7–13 LPA |
| Senior Automation (3–5 yr) | ₹13–22 LPA |
Weekend Batch
Sat–Sun · Full Day
Working ProfessionalsFast-Track Batch
Mon–Sat · Intensive
Quick Career Switch0% EMI — ₹6,667/mo for 6 months
Easy monthly installments through Razorpay, HDFC & Bajaj Finserv. No hidden charges.
Merit Scholarships — Up to 20% Off
Early enrollment and aptitude test toppers qualify. Ask our counsellors for details.
Seats are limited per batch. Fee confirmed at the time of enrollment. Cancellation policy: full refund within 7 days of enrollment if the batch has not started.
Salary range after this course: ₹5 – ₹10 LPA
Industry-Recognised Certificate
Mock QA Interviews
Agile & SDLC Curriculum
50+
Live sessions
35+
AI tools
4
Month program
Use ChatGPT to generate comprehensive test cases faster — cover edge cases you would have missed manually.
Write modern automation scripts with AI assistance — the tools hiring managers at top companies actually use.
Intelligent test runners and anomaly detection — catch bugs before users do and impress in every QA interview.
Companies need QA engineers who understand both traditional methods and AI-powered quality tools — be that person.
rasjehwari sonawane
Social Media Manager
at lama tech
₹5.5L offerBatch 2025
Nikhil Bhat
Flutter Developer
at ImaginNXT
₹8.5L offerBatch 2025
Sonia Gupta
Business Analyst
at Aidigital
₹9L offerBatch 2025
₹40,000 · ₹6,667/mo EMI · 0% interest
Every Felix trainer holds an active role in the industry. They bring live project experience into every session — not textbook theory. When tools or frameworks change, your trainer is already using the new version at work.
Every module ends with a real deliverable — not an assignment, a live project output. By the time you finish, you have a portfolio built during class, not assembled after.
Senior faculty observe live sessions on a rolling schedule. Trainer performance is reviewed formally, not informally. Your outcome does not depend on which individual walks in — it depends on the standard Felix holds every trainer to.
In their own words
“We do not move forward until everyone understands. The batch stays together. That is not a policy we announce — it is just how we teach.”
“Every trainer who joins Felix has to run a live demo session first. If your teaching does not match how we teach, you do not join. That gate has never been lowered.”
Certificate awarded on successful course completion and project submission.
This certifies that
Your Name Here
has successfully completed
Automation Testing Diploma
Issued by
Felix ITs
Batch
2026–27
City
Pune
Before
M.Com / Graphic Designer
After
UI/UX Designer
Avani Bhokardankar
UI/UX Design
Before
B.Des. (2024)
After
UI/UX Designer
Shruti Gajera
Full Stack Development
Before
B.Com (2023)
After
Full Stack Developer
Arpit Pattani
Full Stack Development
Before
B.Sc.IT (2023)
After
Full Stack Developer
Rahil Sindhi
UI/UX Design
Before
HSC (2018)
After
UI/UX Designer
“I switched from sales to digital marketing after joining Felix ITs. The Google Ads module was extremely practical. Got my first job at a top agency within 40 days.”
“The DevOps course content is at par with any global certification program. The hands-on labs with Docker and Kubernetes were excellent.”
“I did the Full Stack Java course at Felix ITs Pune. The Spring Boot module alone was worth the entire fee. Placed at TCS within 2 months.”
“The Data Science course curriculum is industry-relevant. The capstone project helped me get noticed during interviews. Highly recommend Felix ITs.”
“The expert faculty and hands-on curriculum are excellent. The Digital Marketing with AI course gave me skills I use daily at my new role.”
“Best Software Testing course in Ahmedabad. The automation module with Selenium is extremely hands-on. Got placed within 45 days.”
| Offline Batches in Pune / Mumbai |
| Weekend Batches Available |
| Max 15 Students per Batch |
| 3 Live Industry Projects | 1–2 |
| 0% EMI Financing | Sometimes |
| Dedicated Mentor Access |
| Lifetime Alumni Network |
Centre Hours
Mon–Fri 8am–8pm, Sat–Sun 9am–7pm
Neha Raskar
Mumbai
Amit D.
Pune
Divya S.
Mumbai
Arjun V.
Pune
Sneha T.
Ahmedabad