Vikram Mali
Ahmedabad · Full Stack Development
Before
B.A. (2025)
After
Full Stack Developer
Pune · Felix ITs
Become a Automation Test Engineer
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%
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
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.
One course. One job. Course fee back in your first 2 months.
10,000+
Students Placed
550+
Hiring Partners
94%
Placement Rate
45 days
Avg Time to Offer
Hiring Companies Include
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.
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
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 | Bootcamps (e.g. Simplilearn) |
|---|---|---|
| Duration | 4 Months | 6–12 Months |
| 35+ AI & Design Tools | ||
| 100% Placement Assistance |
Training Centre
2 convenient locations across Pune.
FAQ
About Automation Testing Diploma in Pune
Automation testing freshers (SDET-track) in Pune start at ₹3.5–5.5 LPA — significantly higher than manual testing entry salaries. Candidates with a working Selenium framework on GitHub and CI/CD integration experience get offers toward the upper end. Mid-level SDET engineers (2–3 years) earn ₹8–15 LPA in Pune.
The Felix ITs Automation Testing Diploma covers enough manual testing fundamentals that prior manual testing experience is not required. That said, students with 6–12 months of manual testing experience typically find the automation concepts click faster because they understand what they're automating. Both paths are valid — discuss your background with the admission counsellor.
Java is the primary language, as it's the most common choice in Pune's enterprise automation frameworks. Python-based Selenium is also covered as an alternative. The course begins with Java/Python fundamentals for automation — enough programming knowledge to write effective test scripts, not enough to become a software developer.
Yes. The capstone is a GitHub repository containing a complete Selenium automation framework with Page Object Model, TestNG, data-driven testing, and a Jenkins or GitHub Actions CI pipeline. This is a working artefact that hiring managers at Pune IT companies can open and run — not just a course certificate.
Persistent Systems, Cognizant, Capgemini, L&T Infotech (LTIMindtree), KPIT, and Zensar Technologies are among the largest automation QA hirers in Pune. Product companies in Baner and Kharadi also hire SDETs for their automated regression testing needs.
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 |
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
₹35,000 · ₹3,500/mo EMI · 0% interest
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
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
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.”
“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 expert faculty and hands-on curriculum are excellent. The Digital Marketing with AI course gave me skills I use daily at my new role.”
“Felix ITs transformed my career. I went from a non-IT background to landing a UI/UX role at a product company within 3 months of completing the course.”
| Varies |
| 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
Amit D.
Pune
Arjun V.
Pune