Next-Gen App & Browser Testing Cloud
Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Preparing for an interview as a manual tester? Here is a bit of help. For some technical edge, it is obviously useful to have an idea about what most interviewers ask. I have prepared a short list of the most commonly asked manual testing interview questions, along with their answers. Let’s jump right in!
Harshit Paul
February 11, 2026
Preparing for an interview as a manual tester? Here is a bit of help. For some technical edge, it is obviously useful to have an idea about what most interviewers ask. I have prepared a short list of the most commonly asked manual testing interview questions, along with their answers. Let’s jump right in!
White box testing involves the use of a metric called statement coverage to ensure testing of every statement in the program at least once. It is calculated as:
Statement Coverage = No. of Statements Tested / Total no. of Statements
It helps by:
A bug life cycle has the following phases:
Agile testing involves an iterative and incremental testing process for adaptability and customer satisfaction by rapid delivery of the product. The product is broken down into incremental builds which are delivered iteratively.
To explore Agile further, check out our hub featuring Agile Interview Questions.
In monkey testing, the tester enters random input to check if it leads to a system crash. Monkey testing involves Smart Monkey and Dumb Monkey.
While a Smart Monkey is used to find stress by carrying out load testing and stress testing, its development is expensive.
Dumb monkeys, on the other hand, are for elementary testing. They help in finding the most severe bugs at low cost.
Verification | Validation |
|---|---|
| A static process of verifying documents, code, design and programs, without code execution. | The dynamic process of testing the actual product by executing code. |
| Methods used are inspections, reviews, walkthroughs, desk-checking, etc. | Methods used are black box testing, gray box testing, white box testing, etc. |
| It checks whether the software conforms to specifications. | It tests whether the software meets client requirements. |
| Target objects are requirements specification, software architecture, design, database schema, etc. | Target object is a unit module, several modules or the complete product. |
| Performed by the QA team. | Performed by the testers. |
Baseline testing involves running test cases to analyze software performance. The feedback collected after baseline testing is used to set a benchmark for future tests by comparing current performance with previous results.
Retesting | Regression Testing |
|---|---|
| Verifying whether a previous defect has been fixed. | Verifying whether a recent bug-fix has led some other components to work incorrectly. |
| Specifically testing the fixed bug. | Testing all components possibly affected by the fixed bug. |
| Test cases that failed earlier. | Test cases that passed in previous builds. |
Priority defines the importance of a bug from a business point of view, while severity is the extent to which it is affecting the application’s functionality.
Alpha Testing | Beta Testing |
|---|---|
| Performed by in-house developers. | Performed by end-users. |
| Finding bugs and issues before product release. | A release of a beta version to end users for obtaining feedback. |
| Occurs in a lab environment. | Occurs in a real-world environment. |
A test driver is a dummy software component which calls the tested module with dummy inputs during bottom-up testing.
A test stub is a dummy software component which is called by the tested module to receive the produced output during top-down testing.
Test strategy is an official, finalized document containing the testing methods, plan and test cases
It is needed for:
Both are methods of test case design. In error guessing, the tester guesses the possible errors that might occur in the system and design the test cases to catch these errors. Error seeding, on the other hand, involves the intentional addition of known faults to estimate the rate of detection and the number of remaining errors.
In benchmark testing, the application performance is compared to the accepted industry standard. It is different from baseline testing because while baseline testing is intended to improve application performance with each version, benchmarking detects where the performance stands with respect to others in the industry.
Cyclomatic complexity is a measure of the application’s complexity calculated from its control flow graph. This graph consists of:
Each statement of the program.
A connection between two nodes to represent the flow of control.
Inspection is a verification process which is more formalized than walkthroughs. The inspection team has 3-8 members including a moderator, a reader and a recorder. The target is usually a document such as requirements specification or a test plan, and the intention is to find flaws and lacks in the document. The result is a written report.
V model is an enhanced waterfall model of software lifecycle wherein the linear downward phases take an upward V-turn after the implementation stage, ensuring that every corresponding phase of waterfall lifecycle undergoes testing.

Did you find this page helpful?
More Related Hubs
TestMu AI forEnterprise
Get access to solutions built on Enterprise
grade security, privacy, & compliance