Program Overview
- Manual Testing
- Prompt Engineering
- Java Programming Language
- Selenium Web Driver
- TestNG Framework
- Page Object Model(POM)
- API Testing (Postman & Rest Assured)
- SQL
- Cucumber framework
- Jira-Bug Tracking & Agile Boards
- GitHub-Version Control
- Resume & Interview Guidance
*Note: Program will be conducted through online mode only.
Manual Testing
Manual testing is the foundational process of software testing where human testers manually execute
test cases without using automation tools. Think of it as the “human touch” in software
development—it’s about exploring the application from the user’s perspective to find bugs, glitches,
and usability issues that a script might miss.
Prompt Engineering
Prompt Engineering is the art and science of crafting precise inputs (prompts) to get the most
accurate, creative, or high-quality outputs from Large Language Models (LLM) like Gemini or GPT-4.
Java Programming Language & SQL
Master the core programming and database skills required for modern automation and data verification.
Selenium Web Driver
In the world of software testing, Selenium Web Driver is the industry-standard tool for automating
web browsers. If manual testing is a human clicking buttons, Selenium is the “robot” that performs
those same actions automatically, at high speed, and with perfect consistency.
TestNG Framework
If Selenium is the “driver” that moves the car, TestNG is the “dashboard and GPS” that manages the
entire journey. TestNG (Next Generation) is a powerful testing framework designed to cover a wider
range of testing needs, including unit, functional, and integration testing.
Page Object Model (POM)
A design pattern that acts as a “storage unit” for your code. It separates the test logic from the
page locators, making your automation suite maintainable and robust against UI changes.
API Testing Using POSTMAN Tool
Verify the “messenger” between applications. Postman provides a user-friendly interface to send
requests to a server and analyze responses, ensuring secure and reliable communication.
Jira – Bug Tracking & Agile Boards
The industry standard for project management. Think of Jira as the “Digital Command Center” where
developers, testers, and product owners collaborate using Agile methodologies.
GitHub – Version Control
Cloud-based platform that hosts and manages code using Git. It is the storage hub where developers
collaborate, share code, and manage projects from anywhere in the world.
Cucumber Framework
An open-source tool that supports Behavior-Driven Development (BDD). It acts as a bridge by allowing
you to write test cases in plain English, explaining “why” we are doing the testing.