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
You are an experienced tester on an Agile team that is producing a new application. The product backlog has been refined sufficiently to begin development for the first release. This stories in this backlog contain a mixture of functional and non-functional requirements, as well as some technical stories that will provide elements of the application’s infrastructure The developers have decided to use TDD as a deveiopment approach but automation of the acceptance tests is not yet planned.
You have been asked to recommend whether or not the team should take an atdd approach as well as TDD.
What would be the BEST recommendation in these circumstances? SELECT ONE OPTION
- A . YES. use attd, but for the functional requirements only because it cannot be applied to non-functional or technical requirements.
- B . YES. use ATTD for all requirements including non-functional and technical stories.
- C . NO. do not use ATDD, because it will not work when the acceptance tests are not automated
- D . NO. do not use atdd. because it is not compatible with the developers‘ TDD approach.
You are an experienced tester on an Agile team that is producing a new application. The product backlog has been refined sufficiently to begin development for the first release. This stories in this backlog contain a mixture of functional and non-functional requirements, as well as some technical stories that will provide elements of the application’s infrastructure The developers have decided to use TDD as a deveiopment approach but automation of the acceptance tests is not yet planned.
You have been asked to recommend whether or not the team should take an atdd approach as well as TDD.
What would be the BEST recommendation in these circumstances? SELECT ONE OPTION
- A . YES. use attd, but for the functional requirements only because it cannot be applied to non-functional or technical requirements.
- B . YES. use ATTD for all requirements including non-functional and technical stories.
- C . NO. do not use ATDD, because it will not work when the acceptance tests are not automated
- D . NO. do not use atdd. because it is not compatible with the developers‘ TDD approach.
Which of the following correctly describes positive characteristic of unit tests?
- A . Unit tests should be independent from system components other than the one to be tested
- B . Unit test can be derived from the given epics and existing code of the test object
- C . While refactoring, the redesign of the unit test to adapt to the changed code is crucial
- D . A unit test should be written against large and complex code structures to get fast and
feedback of the code quality
You are developing a test automation suite for an agile project and want to include as much coverage as possible. Unfortunately, one of the critical web services (e-commerce checkout) is not scheduled for completion until the later iterations.
Which of the following would be a good option to allow you to progress with your end-to-end test automation without creating too much extra work?
- A . Write the missing web service yourself and then hand over that code to the developers for further refinement
- B . Have the automation create a stub to replace the service for each execution and destroy the stub after execution is complete
- C . Use a service virtualization tool to create a virtualized service to be used by the test automation
- D . Use a service from a legacy product and integrate it with the system to allow use by the test automation
You are testing a large e-commerce system for household goods that is being implemented using Agile methodologies. You are currently working on deriving tests for stories that are implementing the following epic:
As a customer, I want to use the e-commerce system, so that I can have my purchased goods delivered to my house.
The story you are currently working on is:
As a customer, I want to be told when my items will be delivered, so I can plan to be home.
You have been given the following charter that was proposed by another tester for testing this story: Login as a customer, buy enough of each item to qualify for free shipping for each item, checkout, and verify that no shipping fee has been added.
What is the main flaw in this charter?
- A . It focuses on the delivery company instead of the activities of the user
- B . It does not cover the main functionality of the user story
- C . The expected results are not defined
- D . The actions of the user are not clearly stated in the charter
The F in the mnemonic FIRST stands for Fast Which option correctly states the meanings of the other four letters (IRST)? SELECT ONE OPTION
- A . isolated, Reliable. Self-Verifying, Timely.
- B . Independent, Reliable, Self-Validating, Timely
- C . independent. Repeatable, Self-Verifying, Thorough.
- D . Isolated. Repeatable. Self-Validating, Thorough.
Payment method can be made using the most popular electronic options
Applying the INVEST technique to this epic, including its acceptance criteria, which of the following statements is correct? SELECT ONE OPTION
- A . The Testable and Valuable criteria of INVEST have not been satisfied
- B . The invest criteria have all been satisfied by this epic
- C . The Independent and Small criteria of INVEST have not been satisfied
- D . The Testable and Small criteria of INVEST have not been satisfied
What are the characteristics of a unit test that are defined with the acronym FIRST?
- A . Fast, Iterative, Replaceable, Stable, Tolerant
- B . Fast, Isolated, Repeatable, Self-validating, Thorough
- C . Fast, Implemented, Recorded, Source-controlled, Tactical
- D . Fast, Immediate, Relevant, Standardized, Transparent