BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

iSQI Exam CTAL-TA_Syll2019 Topic 5 Question 50 Discussion

Actual exam question for iSQI's CTAL-TA_Syll2019 exam
Question #: 50
Topic #: 5
[All CTAL-TA_Syll2019 Questions]

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?

Show Suggested Answer Hide Answer
Suggested Answer: B

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


Contribute your Thoughts:

Evan
2 months ago
I think we should also consider option C, creating a state transition diagram can help ensure all transitions are properly tested.
upvoted 0 times
...
Meghann
2 months ago
Decision tables, eh? Sounds like a good way to make sure we're covering all the bases. Gotta love a good old-fashioned spreadsheet, am I right?
upvoted 0 times
Lorrine
26 days ago
C) Re-analyze the test basis and create a state transition diagram to ensure all transitions are properly tested
upvoted 0 times
...
Gilbert
28 days ago
B) Create test cases using boundary value analysis techniques
upvoted 0 times
...
Daryl
1 months ago
A) Use the same approach, but schedule 50% more time for regression testing
upvoted 0 times
...
...
Gladys
2 months ago
I agree with Jean, option B seems like the best approach to avoid similar issues in the next release.
upvoted 0 times
...
Isreal
2 months ago
Ooh, a state transition diagram sounds like a fun way to really dig into this thing. Get those transitions all nice and tidy, you know?
upvoted 0 times
...
Gerardo
2 months ago
Hah, I bet the developers were just too lazy to type those extra characters. 'Less is more' is not always the best approach, am I right?
upvoted 0 times
Cyndy
20 days ago
C) Re-analyze the test basis and create a state transition diagram to ensure all transitions are properly tested
upvoted 0 times
...
Alysa
1 months ago
B) Create test cases using boundary value analysis techniques
upvoted 0 times
...
Ligia
1 months ago
A) Use the same approach, but schedule 50% more time for regression testing
upvoted 0 times
...
...
Lawanda
2 months ago
Boundary value analysis is definitely the way to go here. Gotta make sure those edge cases are covered, am I right?
upvoted 0 times
Stanford
1 months ago
B) Create test cases using boundary value analysis techniques
upvoted 0 times
...
Lynelle
1 months ago
A) Use the same approach, but schedule 50% more time for regression testing
upvoted 0 times
...
...
Jean
2 months ago
I think we should go with option B, boundary value analysis can help catch those borderline cases.
upvoted 0 times
...

Save Cancel