Skip to main content
QA fundamentals practice

Manual Testing Quiz

Practice the core manual QA skills that hiring teams expect: test design, defect reporting, exploratory testing, regression planning, and release confidence.

Test case design

Practice boundary values, equivalence classes, happy paths, negative cases, and traceability from requirement to coverage.

  • Boundary value analysis
  • Positive and negative cases
  • Requirement coverage

Defect reporting

Learn to write bug reports with clear titles, exact steps, actual and expected results, evidence, severity, and priority.

  • Steps to reproduce
  • Actual versus expected
  • Severity and priority

Regression and smoke testing

Choose the smallest useful test set for release confidence, then expand coverage where business risk is highest.

  • Smoke suite selection
  • Regression risk areas
  • Release signoff notes

Exploratory testing

Use charters, observations, personas, and session notes to find gaps that scripted test cases can miss.

  • Exploration charters
  • User journey risks
  • Session notes

Sample quiz questions

A required field accepts blank spaces. What should the defect report highlight first?

The exact input, expected validation, actual behavior, and user impact.

A payment page changed CSS but not logic. Which suite should run first?

A focused smoke pass across the critical checkout path, followed by targeted regression around changed UI states.

A requirement is unclear. What should QA do before writing final cases?

Raise the ambiguity, document the assumption, and add test ideas only after the product behavior is confirmed.

Who should take this manual testing quiz?

Freshers, career switchers, and QA engineers who want to strengthen practical test design, bug reporting, and release testing basics.

Does this help with QA interviews?

Yes. The topics match common manual testing interview areas such as test cases, defect lifecycle, severity, priority, smoke testing, regression testing, and exploratory testing.

How should I practice?

Read the scenario, decide the risk, write the expected result, and explain why your test case or defect report would help the team ship safely.