ISTQB Mock App

Test Level

A test level is a group of testing activities organized and managed together to verify specific software work products during the development lifecycle.

Official definition
ISTQB Official Glossary Definition
A specific instantiation of a test process.

(Definition reproduced from the ISTQB Glossary. Copyright belongs to ISTQB.)

View the complete ISTQB Glossary

What is Test Level?

Common ISTQB test levels include component testing, integration testing, system testing, and acceptance testing.

Lifecycle based: Each level has distinct objectives.

Different test basis: Each level uses different inputs.

Progressive verification: Levels build confidence throughout development.

Real World Example

A team building a ride-sharing app treats "testing the app" as one single activity, running everything together for the first time right before release.

A defect in how the fare-calculation function rounds decimals gets buried inside one giant end-to-end trip-booking run alongside driver-matching and payment — when the whole flow fails, nobody can tell which part actually broke, and confirming the fix means re-running the entire expensive end-to-end suite instead of a two-second isolated check.

The tester restructures the plan around distinct Test levels, each with its own objectives and test basis: component testing on the fare-calculation function in isolation, integration testing on the handoff between fare calculation and payment, system testing on the complete trip flow, and acceptance testing with real drivers and riders before release.

The rounding defect is now caught in seconds during component-level testing, long before it would ever reach an expensive end-to-end run — proof that distinguishing Test levels, each targeting defects where they're cheapest to isolate, changes how quickly problems get found.

Practice Questions

Question 1

A team runs all of its testing as one large end-to-end pass right before release, and a fare-rounding defect deep inside a single function isn't found until the whole trip-booking flow fails. What is missing from their approach?

Question 2

Which of the following BEST illustrates the concept of a test level?

Test your knowledge with real ISTQB-style questions

You’ve learned Test Level. Test your understanding with topic-specific questions in our Mock Exams.

Go to Mock Exams