Skip to main content

Search...

Testing Fundamentals & Test Design

Software testing fundamentals and systematic test design, from test levels, techniques, and test cases to exploratory testing and reviews.

Articles

Unit Testing
Unit Testing

Unit Testing

Learn code coverage strategies to improve your unit test design methods and enhance your software's stability and quality.

Podcast Episodes

Fuzzy Testing

Fuzzing sounds like chaos, but it's a method: How random input systematically reveals security vulnerabilities and why targeted test data is more useful than pure chance.

Test design with AI

Many people know test design methods, but hardly anyone uses them. Why this is the case and how AI closes this gap without making you stop thinking.

Mutation Testing

Mutation testing is over 50 years old, but hardly anyone uses it. How mutants help to find test gaps and write better code.

Acceptance Testing

Anyone who plans acceptance testing shortly before delivery is testing quality at the most expensive time. What early integration really brings.

Court expert

Those who accept software usually only test functions. Whether up to 12,000 undiscovered bugs are normal and what "state of the art" really means in legal terms.

Automotive testing

Automotive testing: a windshield wiper is already considered a safety-critical system. What this means for test methods, standards and everyday life as a tester.

Sociable testing

Why are hundreds of unit testers created, but the software still doesn't run? Because isolated tests alone do not prove a feature - and that is the problem.

Shift Left

If you only check quality during testing, you've already lost. How unit tests, IDE plugins and contract testers make errors visible earlier.

Cypress

Cypress instead of Selenium: Why real browser testing is more stable, how component testing saves the test pyramid and where the tool's limits lie.

Game Testing

500.000 players, a 25-year-old game, weekly patches: how game testing really works and why exploratory testing is indispensable.

Reviews

Reviews are considered cumbersome, but they are not. Which types really help, which pitfalls slow teams down and how a first review succeeds.