ISTQB Related Exams
ISTQB-CTAL-TA Exam
The Difference Between ISTQB ISTQB-CTAL-TA and CTAL-TTA Certifications:
Which task is considered the responsibility of the Test Analyst and ONLY performed as part of the test implementation activities?
SELECT ONE OPTION
A PIN entry component of an ATM system has been developed using the following state table:

Using the state transition test technique, how many 0-switch test cases are needed to achieve 100% 0-switch coverage?
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: