-
1 ) What is API Testing?
-
2 ) Importance of API Testing
-
3 ) Difference between UI and API Testing
-
4 ) Role of API Testing in Backend and Microservices
-
5 ) Common API Test Scenarios:
-
6 ) Positive/Negative Testing
-
7 ) Status Code Validation
-
8 ) Schema Validation
-
9 ) Response Time Testing
-
10 ) Authentication & Authorization Testing
-
11 )
-
12 ) Introduction to Postman
-
13 ) Creating and sending API requests
-
14 ) Saving requests and using collections
-
15 ) Request chaining using environment variables
-
16 ) Pre-request scripts and tests (basic JavaScript)
-
17 ) Status code checks
-
18 ) Response body content, Header validations, Response time
-
19 )
-
20 ) No Auth / Basic Auth
-
21 ) API Key-based Authentication
-
22 ) OAuth 2.0 (Client Credentials Grant)
-
23 ) Bearer Token usage
-
24 ) Token Generation using login APIs
-
25 )
-
26 ) Validate JSON structure and schema
-
27 ) Using tools or Postman for schema validation
-
28 ) Deep comparison of JSON responses
-
29 )
-
30 ) Status Code list
-
31 ) What is swagger document
-
32 ) How to work in real time industry API
-
33 )
-
34 )
-
35 ) What is Software Testing?
-
36 ) Importance of testing in software development
-
37 ) Difference between Manual and Automation Testing
-
38 ) Software Quality Assurance (SQA) vs Software Testing
-
39 )
-
40 ) ? Phases of SDLC
-
41 ) SDLC Models:
-
42 ) Waterfall Model
-
43 ) V-Model
-
44 ) Agile Model
-
45 ) Spiral Model
-
46 ) Incremental Model
-
47 )
-
48 ) Requirement Analysis
-
49 ) Test Planning
-
50 ) Test Case Design
-
51 ) Test Environment Setup
-
52 ) Test Execution
-
53 ) Defect Reporting & Tracking
-
54 ) Test Cycle Closure
-
55 )
-
56 ) Levels of Testing
-
57 ) Unit Testing
-
58 ) Integration Testing
-
59 ) System Testing
-
60 ) Acceptance Testing (UAT)
-
61 ) Types of Testing
-
62 ) ? Functional Testing
-
63 ) Smoke Testing
-
64 ) Sanity Testing
-
65 ) Regression Testing
-
66 ) Retesting
-
67 ) Ad-hoc Testing
-
68 ) ? Non-functional Testing
-
69 ) Performance Testing (Intro only)
-
70 ) Load Testing
-
71 ) Usability Testing
-
72 ) Compatibility Testing
-
73 ) ? Maintenance Testing
-
74 ) ? Exploratory Testing
-
75 ) ? Static vs Dynamic Testing
-
76 )
-
77 ) ? Black Box Testing
-
78 ) Equivalence Partitioning
-
79 ) Boundary Value Analysis (BVA)
-
80 ) Decision Table Testing
-
81 ) State Transition Testing
-
82 ) Use Case Testing
-
83 ) ? White Box Testing (Basic awareness)
-
84 ) Statement Coverage
-
85 ) Branch Coverage
-
86 )
-
87 ) Test Strategy vs Test Plan
-
88 ) Components of Test Plan Document
-
89 ) Test Scenario, Test Case & Test Script
-
90 ) Writing Test Cases (with templates)
-
91 ) Test Data Preparation
-
92 )
-
93 ) What is a defect/bug?
-
94 ) Defect Life Cycle (New ? Closed)
-
95 ) Severity vs Priority
-
96 ) Bug Report Template
-
97 ) Tools for bug tracking: JIRA (basic overview)
-
98 )
-
99 ) Agile vs Traditional Testing
-
100 ) Scrum Basics (Sprint, Scrum Master, Product Owner)
-
101 ) User Stories & Acceptance Criteria
-
102 ) Role of QA in Agile
-
103 )
-
104 ) JIRA
-
105 ) Basic uses of JIRA
-
106 )
-
107 ) Real-world requirement understanding
-
108 ) Writing test scenarios & test cases from real project
-
109 ) Executing tests and logging defects
-
110 ) End-to-End workflow simulation
-
111 )
-
112 ) Manual Testing Interview FAQs
-
113 ) Test Case-based interview scenarios
-
114 ) Bug reporting examples
-
115 ) Practical assignments and mock interviews
-
116 )
-
117 ) Basics of API Testing (Postman tool)
-
118 ) Understanding Test Automation Scope