CTAL-ATT Certified Tester Advanced Level Agile Technical Tester Questions and Answers
You have been working to define acceptance tests for a story. You think this will help tailor your testing. You have asked the product owner to be involved as well. You are currently looking at this story:
As a pet owner
I want to purchase food online
So that it can be delivered to my house when I need it
Which of the following is the preferred way to solicit information from the product owner to better understand what will be " acceptable?
You are working in a project that developed a product that has reached a stable state and is
deployed on different HW configurations all over Europe.
You management decided to use your project as Proof of Concept for adopting CI as a new way of
working. The POC was implemented on one set of hardware and was successful.
Which of the following actions is a good next step?
The following User story is being developed using the 8DD approach:
As a Purchasing Manager
i want to see a list of all Purchase Orders placed so far this month with their total value
So that I can control the amount of money being spent
Which scenario is BOTH written in correct Gherkin format AND is appropriate for this User Story9
SEI ECT ONE OPTION
Which statement about test automation being applied to a reactive test approach, is CORRECT’
SELECT ONE OPTION
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 how many items I need to purchase, so I can receive free shipping.
Which of the following is an appropriate test charter for this story?
You have been asked to supply the data file for a data-driven test automation script that will be used to test the following story:
As a customer, I want to be told how many items I need to purchase, so I can receive free shipping.
You have been told the automation will verify whether or not the free shipping message is displayed. Which of the following columns should appear in your data file to support the automated testing of this story?
What are the characteristics of a unit test that are defined with the acronym FIRST?
What technique should you implement that would help to further define the product owner ' s expectations and alleviate the issues that are arising during the showcases?
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?
You have been asked to supply the list of keywords for a keyword-driven test automation script that will be used to test the following story:
As a customer, I want to be able to add and delete items from my shopping cart, so that I can buy the right number of items and still get free shipping on some of the items.
The automation will add and delete items from a customer’s shopping cart and will then verify that the total shipping cost is correct. The test automation library has a large set of keywords that have been coded to support this e-commerce site. Which of the following is the smallest set of keywords that contains the ones needed to support testing this story?
Which of the following is an expected problem that often occurs with automation test suites?
Consider the following section of pseudocode

Display " You exceeded the number of tries to enter a password. Your account is now locked. Call customer.
For this section of code, which of the following issues should be identified during a code review?
1. Variables have not been properly defined with meaningful names
2. There are unused variables defined
3. Divisors are not tested for zero
4. Loop counters are not properly initialized
5. There are endless loops
6. There are statements within the loop that should be outside the loop
The challenges described below are of test automation in agile settings or agile projects. Which is
the correctly described one?
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?
**You have received this BDD test:
Given that a customer enters the correct PIN
When they request to make a withdrawal
And they have enough money in their account
Then they will receive the money
And a receipt
Which of the following is the user story that best fits this BDD test?**
You have been given the following story
As a shopper
I want to scan my membership card
So that I get all the discounts I ' m entitled to receive
Which of the following is the correct use of BDD to design test scenarios?
An increased proportion of automated test coverage often leads to a greater degree of manual
testing that follows reactive strategies, because:
You have been working as a tester in an Agile team You have found that the user stories are being defined by the team but it is still unclear what will be a successful outcome Even after story elaboration you are still unclear as to what a story should do As a result, you ' re not really sure what to test or to know when you ' ll be done with testing This problem is becoming worse as completed stories are showcased but the product owner is unhappy with the results
You ' ve looked into the matter further and the comments from the product owner indicate that features are missing from the stories. The story is functioning correctly within the limited definition of the story but the product owner is expecting more functionality, such as error handling that isn ' t being defined in the story
What technique should you implement that would help to further define the product owner ' s expectations and alleviate the issues that are arising during the show cases?
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?
You are ar teviemng the fdbwng Java furxton that deteimates whether a curb*. rput by the user. * Even or Odd Public da»s Oddorfven {
public state void mair^Strcg [ | args) (
Scarcer read - new ScanrerfSystem inje
System out prim (’Pease enter a rxmber ' i;
int Number • reader nextfntO,
if(Number^2»»0)
System out prrrtln " your input number ' Number ♦ * is even ).
else
System out prntirfyour input number ' Number ♦ * is odd*);
)
}
You are Qj > ded by ’.he following checklist
• All variables must start with a Capital letter
• All output messages must start with a Capita letter
• There must De a comment bne e« pla ning the purpose of the dess
How many checklist items Mve been fuelled7
SELECT ONE OPTION
You are part of an agile team creating a user story.
Which of the following requirements engineering techniques would you use to provide a visual representation of the system and help to see the ' overall* story with the functional flow?
SELECT ONE OPTION
