iSQI CTAL-ATT Übungsprüfungen
Zuletzt aktualisiert am 25.04.2025- Prüfungscode: CTAL-ATT
- Prüfungsname: Certified Tester Advanced Level Agile Technical Tester
- Zertifizierungsanbieter: iSQI
- Zuletzt aktualisiert am: 25.04.2025
In order to create a shareable testing service from server or network traffic log data, which of the following types of tool would you use? SELECT ONE OPTION
- A . A service virtualization tool
- B . A hardware emulator
- C . a parallel development tool
- D . An integrated development environment
In order to create a shareable testing service from server or network traffic log data, which of the following types of tool would you use? SELECT ONE OPTION
- A . A service virtualization tool
- B . A hardware emulator
- C . a parallel development tool
- D . An integrated development environment
In order to create a shareable testing service from server or network traffic log data, which of the following types of tool would you use? SELECT ONE OPTION
- A . A service virtualization tool
- B . A hardware emulator
- C . a parallel development tool
- D . An integrated development environment
Which of the following elicitation techniques is BEST usedwhen questioning a large number of stakeholders specifically to obtain information for non-functional acceptance criteria? SELECT ONE OPTION
- A . Quality Analysis
- B . Quantitative Questionnaires
- C . Qualitative Questionnaires
- D . Qualitative Review
You are working for an organization that has implemented CI and is struggling to get the automated tests to run on each build because of time limitation. On average, there are three ad hoc builds per day, one scheduled build overnight, one scheduled build on Friday nights, and one build that is conducted on the Thursday night before the end of the sprint on the second Friday. There are four sets of tests: high priority, medium priority, low priority, and non-functional. The non-functional tests must be run in the integrated stage environment, whereas the other tests can be run in any of the test environments.
In addition to just the execution time of the tests, it has also been noted that reviewing the results of the tests takes about two hours per set of tests.
Given this information, which of the following is the most efficient and effective approach to test automation execution?
- A . Run all four test sets, every night
- B . Run all the high-priority tests for every build, low-priority tests at night, and the medium-priority tests at the end of the sprint
- C . Run all four test sets on every build
- D . Run the high-priority tests on each build, the medium-priority tests every night, the low-priority tests every week, and the non-functional tests on the Thursday night before sprint end
You are working for an organization that has implemented CI and is struggling to get the automated tests to run on each build because of time limitation. On average, there are three ad hoc builds per day, one scheduled build overnight, one scheduled build on Friday nights, and one build that is conducted on the Thursday night before the end of the sprint on the second Friday. There are four sets of tests: high priority, medium priority, low priority, and non-functional. The non-functional tests must be run in the integrated stage environment, whereas the other tests can be run in any of the test environments.
In addition to just the execution time of the tests, it has also been noted that reviewing the results of the tests takes about two hours per set of tests.
Given this information, which of the following is the most efficient and effective approach to test automation execution?
- A . Run all four test sets, every night
- B . Run all the high-priority tests for every build, low-priority tests at night, and the medium-priority tests at the end of the sprint
- C . Run all four test sets on every build
- D . Run the high-priority tests on each build, the medium-priority tests every night, the low-priority tests every week, and the non-functional tests on the Thursday night before sprint end
You are defining the test approach for an Agile project release which is to develop an improved user interface for a golf club’s booking system plus some additional features that will provide more flexible bookings across the three courses The improvements have been primarily driven by customer complaints that the booking system is difficult to follow and restrictive The release will be divided into six two-week sprints
The stakeholders have performed a risk assessment for the release and have determined that whilst the system is not mission critical, customer business could be lost and thus a risk level of High has been agreed. As there is may be a high degree of change to the screen design and functionality across the sprints, a regression-averse strategy is recommended.
Which option in the table below represents the BEST test approach for this release, where the following symbols apply?
♦+ (highly recommended)
♦ (recommended)
o (neutral/optlonal)
• (not recommended) – (not to be used)
4 ♦ ♦♦ ♦
SELECT ONE OPTION
- A . 3
- B . 1
- C . 4
- D . 2
What is the primary purpose of the debriefing meeting when exploratory testing is used in an Agile setting?
- A . To identify defects
- B . To define the charter for the test
- C . To provide a status of the progress and coverage of the session
- D . To review the actions of the tester and determine if there were any errors made during the testing
What is the characteristic of a unit test that makes it “deterministic”?
- A . If it is run with the same conditions, it will get the same result each time
- B . It tests the details of the code, including verifying all the possible areas of data handling
- C . It tests only the targeted piece of functionality
- D . It runs very fast, allowing many tests to be run quickly
Using your knowledge of requirements engineering, which of the following activities would assist the team the most in determining which stories they should commit to in the first sprint?
- A . Create personas for a Business Traveler, a Vacationer, and a Senior Citizen
- B . Develop a user story map for this segment of the application
- C . Consult with a Usability Expert on the set of colors and fonts to use for this screen
- D . Create a state transition diagram and other UML artifacts