Software Testing Basic Concepts | Must for any Beginner
  • What is Software Testing : - Practical Definition
  • Role of Software Tester /QA Professional/ Software Test Engineer
  • *** Course Architecture : Must for Everyone ***
  • Difference between Product and Project
  • Difference Between Manual and Automation Testing
  • Different type of Applications (Web Based/ Window Based/ Client Server)
  • Difference between Build and Version
  • What is Test Bed or Test Environment?
  • Its Time for QUIZ : Check Your Knowledge
Working with Bugs / Defects | Understand Bug Life Cycle
  • What is Bug/Defect
  • End to End Bug Life Cycle :- Different Stages in Bug Life Cycle
Testing & Its Types (Most common types of Testing a Tester has to Perform)
  • Different types of Testing (Functional and Non Functional)
  • Levels of Testing (Unit, Integration, System & UAT)
  • Common Testing : Every Tester has to Perform -Functional, GUI, Usability
  • Difference between Compatibility Testing & Configuration Testing
  • What is Browser Compatibility Testing (Cross Browser Testing)
Practical Testing Process: When Tester find a Bug and Go for Bug Reporting
  • What Tester have to do in case he/she find bug
  • Setup JiRA account for practice
  • Report a new Defect in JIRA
  • Set Priority & Severity of a Bug/Defect
  • Retesting & Regression Testing
  • Smoke Testing & Sanity Testing
Understand & Design Test Cases | Best Practices in TestCase Writting
  • What is Test Case
  • Common Test Cases Asked | Points to be remember while writing test cases
  • Test Case Format
  • Test Case : Id
  • Test Case : Description
  • Test Case : Pre-Conditions
  • Test Case : Steps
  • Test Case : Test Data
  • Test Case : Expected Result
  • Test Case : Actual Result and Status
  • Test Case : Comments
  • Test Case : Priority
  • Test Case : Type
  • Test Case : Bug Id
Test Case Designing Techniques (BVA, ECP, Experienced Based)
  • Experienced Based Technique (Error Guessing)
  • Boundary Value Analysis (BVA)
  • Equivalence Class Partitioning (ECP)
Performance Testing Concepts (Load/ Stress/ Volume Testing)
  • What is Performance Testing
  • Different type of performance testing
Advance Manual Testing Concepts :- Agile Model
  • Use Case : Difference between Use case and Test Scenario
  • Learn End to End AGILE-Scrum Model
  • Manual Testing Basics
Mobile Application Testing Basics
  • What is Mobile Application Testing
  • Different Types of Applications
  • Install Native Application on IOS Device
JIRA : Work with Bug Reporting and Management Tool
  • JIRA Introduction
  • Setup JIRA Trial for Practice
  • Report a new defect in JIRA
  • Search and Update Defect Information
  • Report Defect with Label
  • Report Defect with Environment Value
  • Report defect and link Team members
  • Add comments to Defects
  • Define Components in Defect
  • Set JIRA Dashboard
  • Set new Workflow for Bug
  • Bug Life Cycle - Valid Defect
  • Bug Life Cycle - InValid Defect
  • Bug Life Cycle - Valid Defect - Rejected by Developer
  • Basic Search
  • Search : Issues and Filters
  • Advance Search Options
Setup Environment for SQL Practice
  • Database Setup Introduction
  • Approach-1: Mysql Server Installation
  • MySQL Client Installation : Workbench
  • Setup Tables and Data for practice
  • Sample Database
  • Approach-2: Execute SQL query online
  • What is Database Testing
Database Testing : SQL for Software Testers
  • Select Command Basics - Fetch Data from Tables
  • Select data from table : Data filtration using WHERE Clause
  • Select data with filtration | Where / AND / OR
  • Select data in List or Range | IN / BETWEEN
  • Select data with Sorting Options
  • Select data with Pattern Matching - Part 1
  • Select data with Pattern Matching - Part 2
  • Select Unique data from Table
  • Select data with Group Functions
  • Select & Group Data | Group By / Having
  • Filter Groups using Having
  • Sub Query - Query inside a query
Delete Data
  • Delete Data from Table (Delete | Drop | Truncate)
Joins
  • Cross Join | Cartesian Join
  • Inner Join | Equi Join | Simple Join