Which of the following is a valid reason for writing test cases based on experience and intuition?
Which of the following is a valid reason for writing test cases based on experience and intuition?
Tests based on experience and intuition can supplement formal techniques. While formal methods offer a systematic approach to test design, experience and intuition can help identify additional test cases that might be missed by purely formal methods, providing a more comprehensive testing strategy.
C is correct