False Positive
Definition
A test result that incorrectly indicates a defect is present when the software is actually functioning correctly. False positives waste investigation time and can erode confidence in the test suite.
Related Terms
A test result that incorrectly indicates no defect is present when one actually exists. This can happen due to poorly designed test cases or incorrect expected results.
Test OracleA source of information used to determine the expected results of a test. Oracles can include requirements documents, existing systems, user knowledge, or calculated values that define correct behavior.
Practice Chapter 1: Fundamentals of Testing
Test your understanding of false positive and other concepts from this chapter.
Start Chapter 1 QuizTestPrepPro is an independent exam preparation resource. We are not affiliated with, endorsed by, or sponsored by the International Software Testing Qualifications Board (ISTQB). All trademarks are the property of their respective owners. Practice questions are original content created for educational purposes.