Test Types interview questions — Medium
299 medium-level Test Types questions from our Manual Testing bank, each with the correct answer and an explanation of why it is correct.
What this covers
Test Types appears throughout Manual Testing interviews. At medium level, interviewers are typically checking that you have used it in practice: what you configured, what broke, and how you knew it worked. Work through these, then explain your answer out loud; the second part is what interviews actually test.
1 example questions
1. Testing whether a new user with no prior knowledge can navigate the app falls under which category?
- A. Load testing.
- B. Usability testing.correct
- C. Security testing.
- D. Unit testing.
Why: Usability testing evaluates how easily real users can learn and operate the product.