The challenges described below are of test automation in agile settings or agile projects. Which is
the correctly described one?
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?
In a regression-averse test approach, what should be the focus of test automation?
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?
When test cases are re-run after refactoring, what should always be verified?
What is the characteristic of a unit test that makes it “deterministic�
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?