Manual software testing interview questions and answers are provided. Key points include:
- The difference between a bug, error, and defect is explained. A bug or defect is a flaw that causes failure, while an error is a human mistake.
- White box testing and the V-model framework are described. White box testing uses internal structure, while the V-model integrates testing into each development phase.
- Stubs and drivers are parts of incremental testing used in bottom-up and top-down approaches. Stubs replace dependent components during testing.