ISTQB Related Exams
ISTQB-CTAL-TA Exam

A software component for a game application calculates a player’s trophy level based on two input parameter values: Points Earned and Level of Difficulty. A total score is calculated by the component as:
Total Score = Points Earned × Level of Difficulty
The trophy levels are:
Blue- total score equal to or less than 40
Silver- total score > 40
Gold- total score > 70
Diamond- total score > 80
Platinum- total score > 90
The component then outputs the correct trophy level.
Applying theEquivalence Partition test design techniqueto this component, what percentage of output partitions have been exercised by the following suite of test cases?
Player 1 - Points earned 25, level of difficulty 2
Player 2 - Points earned 20, level of difficulty 3
Player 3 - Points earned 30, level of difficulty 1
SELECT ONE OPTION:
Sell-It-Cheap salesrooms organize general and specialist sales with commission charges based on the item price. Following customer feedback, the commission bandings have been changed:
£500 - £749:5.5% fee
£750 - £999:4.5% fee
What tests would be appropriate to test this change in commission bandings using the 2-point boundary value analysis technique?
SELECT ONE OPTION
You work for a software testing consultancy firm, SOFTEST, specializing in the travel industry. A project has started for a new cruise sector client to develop a new user interface allowing customers to search for cruises using several drop-down fields. The project uses a SCRUM methodology with 2-week sprints.
Which option below describes the BEST test techniques to apply for each project?
SELECT ONE OPTION