Virhetestaus
Virhetestaus, often translated as error guessing or exploratory testing, is a software testing technique where the tester relies on their experience, intuition, and knowledge of common errors to design and execute tests. Instead of following pre-defined test cases, the tester actively explores the application, looking for potential vulnerabilities and defects. This method is less structured than traditional test case-based testing and emphasizes the tester's creativity and problem-solving skills.
The core idea behind virhetestaus is that experienced testers can often anticipate where errors might occur
Virhetestaus is often used in conjunction with other testing methods. It can be particularly effective in uncovering