iSQI CTAL-ATT Certified Tester Advanced Level Agile Technical Tester Online Training
iSQI CTAL-ATT Online Training
The questions for CTAL-ATT were last updated at May 04,2025.
- Exam Code: CTAL-ATT
- Exam Name: Certified Tester Advanced Level Agile Technical Tester
- Certification Provider: iSQI
- Latest update: May 04,2025
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 mam 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
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 mam 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
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 mam 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
There are statements within the loop that should be outside the loop
- A . 1,3,4,5
- B . 7,3,4,6
- C . 2,3,5,6
- D . 1,2,4,6
Which of the following best describes when the test automation suite should be updated in order to keep up with the development of new/changed software?
- A . At the end of each iteration after the completion of manual testing
- B . At the end of each release during regression testing
- C . At the start of each iteration during planning
- D . During each iteration as the code is received
Which of the following is an example of how continuous testing facilitates continuous delivery?
- A . Automated testing conducted in the delivery environment helps validate that the delivery has been successful
- B . Continuous testing is the process that delivers the code to the test environment
- C . Automated testing removes the need to report defects so the code can move more quickly toward production
- D . Continuous testing supports continuous delivery to production by constantly regression testing the software in the production environment so problems are identified quickly
As a tester on an Agile team you have been given the following user story to analyze
As a medical professional
I want to see the availability of operating rooms
So I can schedule surgeries as needed
You have talked with the product owner and she expressed some concern over the term "medical professional" You have looked into this and found that doctors want to schedule their surgeries but the hospital administrator does not want them to have this ability
At this point what should you do to try to resolve this issue?
- A . Wait for the team to sort out the requirements and test something else in the meantime
- B . Continue with testing from the perspective of a doctor and trust the procedures to be worked out later regarding who can do what
- C . Work with the BA and the product owner to try to negotiate the differing approaches and come to an agreement
- D . Expand the testing to cover all personas to ensure that everyone can use the application and let the process sort out later when access is allowed to the application
Whose perspective should be used when a user story is created?
- A . User acceptance tester
- B . End user
- C . Stakeholder paying for the project
- D . Automated user software
“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
You have to review the following user story that will be developed and tested during the next Sprint:
As a potential conference attendee, I want to be able to register for the conference online, so that registration is simple and paperless.
The following acceptance criteria are also mentioned:
i) Payment can be made via PayPal, Debit or Credit Cards
ii) An acknowledgement email is sent to the attendee after submitting the form
iii) Protection against spam is working as expected
iv) Information from the form is stored in the registrations database
v) All incorrect user inputs are flagged by the system
Which of the following correctly shows which acceptance criteria are testable?
- A . ii, iv, v are testable
- B . i, iii, v are testable
- C . i, ii, iv are testable
- D . iii, iv, v are testable