Online Access Free CTAL-TA Practice Test
Exam Code: | CTAL-TA |
Exam Name: | ISTQB Certified Tester Advanced Level - Test Analyst |
Certification Provider: | ISQI |
Free Question Number: | 106 |
Posted: | Sep 05, 2025 |
You are testing the processing of a critical traffic control system to which various regulations apply. The processing of the input variables is dependent of defined ranges within which the actual retrieved data values can lie.
Which of the following test techniques will you use to the processing functionality of the traffic control system?
A specification states: "If the fossil is Jurassic in origin then it must be catalogued under Mesozoic post Triassic and cross referred to politic limestone.
If it is a tooth, then it must be catalogued under Dental remains. If the fossil is both Jurassic in origin and a tooth it will be catalogued under Mesozoic post Triassic and cross referred to politic limestone only. " The tester analyses this for decision table testing and finds the following conditions and actions:
C1: Jurassic
C2: tooth
A1: Catalogue as Mesozoic post Triassic
A2: Cross refer to politic limestone
A3: Catalogue as
Dental remains
How many test cases will a collapsed decision table have?
The development manager has reviewed the initial inspection results in the company and has discovered that your inspection logging rate is 2 issues per minute and the average checking rate is 5 pages per hour. Around 10 major defects are found per page. The manager is willing to invest more money in your inspection programme. What should he/she do?
Which TWO of the following BEST explain why stakeholders should review and understand test conditions and test cases?
a. To make sure that the requirements have been understood by the testers.
b. To ensure that adequate coverage of the test basis has been achieved by the tests.
c. To ensure that the project remains on schedule, as testing is a key activity.
d. To assess the skills and talent of the test analysts.
e. To enable the test manager to select the best test approaches in the project test plan.
A software component for a game application calculates a player's trophy level based on the following three input parameter values and their associated rules:
Time to Complete Game - Maximum 180 seconds. If the input value exceeds this amount, then the component outputs error message TIME1 Points Earned - minimum 5 to a maximum of 25. If the input value is outside this range the component outputs error message EM1 Level of Difficulty - from 1 to a maximum of 4. If the input value is outside this range the component outputs error message EM2 Assuming there are no error messages, a total score is then calculated by the component as (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 the Equivalence Partition test design technique to this component and assuming that each error message and each trophy level represents a separate output partition, what percentage of the total output partitions have been exercised by the following suite of test cases?
Player 1 - Points earned 25, level of difficulty 2, time 60 seconds.
Player 2 - Points earned 20, level of difficulty 3, time 120 seconds.
Player 3 - Points earned 30, level of difficulty 1, time 200 seconds.