ISTQB Related Exams
ISTQB-CTAL-TA Exam
The Difference Between ISTQB ISTQB-CTAL-TA and CTAL-TTA Certifications:
When applying the State Transition test technique to the given State Transition diagram, and assuming that screen refreshes can be applied multiple times, how many 1-switch transitions are there starting from the state 'Screen 1'?

SELECT ONE OPTION
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:
A major upgrade of business software has been undertaken, with many new facilities added in response to the wishes of the (internal company) staff. There are now very different screens presented to users, depending on their roles within the business. Due to the nature of the business,computational accuracyis regarded as the area of greatest business risk.
Which of the following quality characteristics would you focus on the MOST when testing the system?
SELECT ONE OPTION: