In the initial release of an insurance risk assignment application, a variety of test techniques were employed, especially equivalence partitioning.
After a thorough root cause analysis of this release, it was determined that the developers tended to incorrectly use ">" and "<" rather than the ">=" and " <= " in the code at several decision points.
This caused several borderline cases to be handled incorrectly.
Based on this analysis, how would you modify your test strategy for the next version's release?
Boundary value analysis is a technique that focuses on testing the values at the boundaries of valid and invalid partitions. It is suitable for testing the errors caused by incorrect use of relational operators in the code, such as ''>'' and ''<'' instead of ''>='' and ''<=''. By creating test cases using boundary value analysis, the tester can verify that the system handles the borderline cases correctly and does not miss any edge cases.
Reference=
ISTQB Advanced Level Test Analyst Syllabus 2019, Section 3.2.2.2, page 411
Software Testing - Boundary Value Analysis - GeeksforGeeks2
State Transition Testing -- Diagram & Technique (Example) - Guru993
Evan
10 months agoMeghann
11 months agoLorrine
10 months agoGilbert
10 months agoDaryl
10 months agoGladys
11 months agoIsreal
11 months agoGerardo
11 months agoCyndy
10 months agoAlysa
10 months agoLigia
10 months agoLawanda
11 months agoStanford
10 months agoLynelle
10 months agoJean
11 months ago