Which of the following is the preferred way to solicit information from the product owner to better understand what will be "acceptable?
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...
if both employees were paid the same in month 1 as in the current month 2. for which tax has now to be calculated, which data-driven input and expected output table is correct for this situation?
A new Payroll system calculates the amount of tax that each employee must pay (TaxToPay) on their gross monthly salary (in (), and the net salary (NetSal) that they will receive after that amount of tax has been deducted It also calculates the amounts of tax (TaxPdYTD) and net salary...
Which statement is correct regarding the use of exploratory testing for safety critical systems? SELECT ONE OPTION
Which statement is correct regarding the use of exploratory testing for safety critical systems? SELECT ONE OPTIONA . It should be used when black-box tests cannot be automatedB . It is highly recommended for all risk levelsC . It is not recommended, as manual black-box tests should be used insteadD...
What is the main flaw in this 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...
Which of the following correctly shows which acceptance criteria are testable?
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...
which statement about test approaches is TRUE? SELECT ONE OPTION
which statement about test approaches is TRUE? SELECT ONE OPTIONA . Test automation is not suitable when taking a Process-compliant test approachB . A Regression-averse test approach requires an ever-growing set of automated regression testsC . in a Model-based test approach, tests can be created automaticallyD . When taking a...
which statement about test approaches is TRUE? SELECT ONE OPTION
which statement about test approaches is TRUE? SELECT ONE OPTIONA . Test automation is not suitable when taking a Process-compliant test approachB . A Regression-averse test approach requires an ever-growing set of automated regression testsC . in a Model-based test approach, tests can be created automaticallyD . When taking a...
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 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...
Which of the following actions is a good next step?
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...
Which of the following statements about the refactoring of test cases is correct?
Refactoring of test cases is needed in agile projects for many reasons. Which of the following statements about the refactoring of test cases is correct?A . Refactoring of test cases is done to match and evolve the test cases due to changing functionality. The main benefits include improving the regression...