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 Apr 15,2025.
- Exam Code: CTAL-ATT
- Exam Name: Certified Tester Advanced Level Agile Technical Tester
- Certification Provider: iSQI
- Latest update: Apr 15,2025
You are testing a new feature in the current iteration. The feature is supposed to take the input of a name and return the number of characters in the name. This information is used by another feature that will determine the size needed on a form.
The acceptance criteria state the following
1) a name of up to 30 characters should be accepted
2) standard error processing should be in place to limit user errors
The developers are using TDD and you have asked to see their tests.
This is what they gave you
When you run your manual tests you are finding that when you use the following inputs you get the associated results:
From these results what can you conclude about the TDD process?
- A . The developers are not running the tests prior to releasing the code
- B . The tests cannot be passing
- C . The tests are insufficient and need to include more options
- D . The story needs to be enhanced to include the capabilities that are causing errors
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?
- A . Given that the shopper scans their card
When they checkout
Then they should receive alt the quantity discounts for everything they have purchased - B . As a store clerk
I want to scan a customer’s card
So that their total includes their discounts - C . Given that I have scanned my card
I expect to receive my discounts
And an itemized list of what I bought - D . Given that a card is scanned
Then discounts should be applied
When the customer checks out
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?
- A . As a customer
I want to deposit money into my account
So that I can collect interest - B . As an ATM
I want to provide services to my customer
So they will be happy - C . As a customer
I want to withdraw money from my account
So that I can buy a present - D . As a bank teller
I want customers to use the ATM
So that I don’t have to deal with them
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?
- A . TDD by the developers before they begin coding
- B . BDD by the developers when unit tests are being created
- C . ATDD by the team to better define the requirements
- D . A combination of TDD and BDD by the team to improve the pre-build testing
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?
- A . Propose the following acceptance criteria
Purchase below the limit for free delivery
Purchase above the limit for free delivery
Request store pickup - B . Explain boundary value analysis to the product owner and have them indicate the appropriate boundaries to test
- C . Work with the product owner to elicit examples of how they would use the software Combine their examples with testing techniques to flesh out the set of acceptance criteria
- D . Create the following acceptance criteria and review them with the product owner
Login
Verify password reset
Verify account details
Update account details
Browse and select food
Add to cart
Remove from cart
Add more items to cart
Select delivery
Remove items from can until delivery is no longer free
Checkout and verify the deliver charge is added
Browse again and select food
Select delivery and verify it is free
Checkout and verify no delivery charge is added
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 tor 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?
- A . Login as a customer buy various goods request free delivery add more items to your cart checkout, verify that your delivery is free
- B . Buy 12 of one item and see if you are advised that you get free shipping
- C . Login as a customer buy an item verify message tells you how many are needed for free delivery add items to your cart until you qualify checkout verify delivery is free
- D . As a supplier verify that when a customer purchases the correct number of goods the system doesn’t add any delivery fees at checkout
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
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