iSQI CTAL-ATT Practice Exams
Last updated on Apr 07,2025- Exam Code: CTAL-ATT
- Exam Name: Certified Tester Advanced Level Agile Technical Tester
- Certification Provider: iSQI
- Latest update: Apr 07,2025
Which of the following is a correct statement?
- A . Test automation is a procedure
- B . Test automation is a test objective
- C . Test automation is a strategy
- D . Test automation is a methodology
What is the characteristic of a unit test that makes it “atomic”?
- 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
A unit test should be deterministic.
Which option correctly describes the meaning of ‘deterministic’ as a characteristic of a unit test? SELECT ONE OPTION
- A . It should be small so that many tests can be run in a short period of time
- B . Whenever it is run under the same conditions, it should produce the same results.
- C . it should not depend on any other test.
- D . It should only test the functionality related to it.
A unit test should be deterministic.
Which option correctly describes the meaning of ‘deterministic’ as a characteristic of a unit test? SELECT ONE OPTION
- A . It should be small so that many tests can be run in a short period of time
- B . Whenever it is run under the same conditions, it should produce the same results.
- C . it should not depend on any other test.
- D . It should only test the functionality related to it.
A unit test should be deterministic.
Which option correctly describes the meaning of ‘deterministic’ as a characteristic of a unit test? SELECT ONE OPTION
- A . It should be small so that many tests can be run in a short period of time
- B . Whenever it is run under the same conditions, it should produce the same results.
- C . it should not depend on any other test.
- D . It should only test the functionality related to it.
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
When test cases are re-run after refactoring, what should always be verified?
- A . That the branch coverage is the same or increased
- B . That they provide better logging than before
- C . That they provide the same results as before
- D . That tests that have now been made redundant are removed from the test set
Which option below BEST explains the value of a test charter in exploratory testing"5 SELECT ONE OPTION
- A . It provides expected test outcomes against which defects, if found, can be reported.
- B . It provides guidance for the tester at the beginning of a test session
- C . it provides bi-directional traceability to aspects of the epic or story under test
- D . It provides a way to prevent a test session’s timebox from being exceeded
“As the leader of the marketing department, I want to have a content management system so that
my employees can edit and provide quality content to the readers”
Which of the following requirements engineering techniques would be the MOST effective for
identifying and prioritizing user stories for the given Epic?
- A . Storyboarding
- B . Story mapping
- C . Defining Personas
- D . Class Diagrams
- E . Use Cases
According to the syllabus, which of the following is a correct statement about automation in a mission-critical system versus a non-critical system?
- A . Automation is more important with the mission-critical system as the risk increases
- B . Automation is less important with the non-critical system as the risk increases
- C . Automation is at the same level for both systems as the risk increases
- D . Automation is not recommended for the non-critical system at any risk level, but is recommended for the mission-critical system