You have been given a user story for an ATM application and have been reviewing it. The following are two of the acceptance criteria:
AC 1: The account balance must be displayed to the user as fast as possible to ensure they do not leave during the transaction.
AC 2: The user must log in easily before they can display their balance
From the information provided here and by applying the review checklist in the syllabus, what is the major problem with the acceptance criteria?
You've created a checklist for an upcoming requirements/use case review. You have included validating the testability of each requirement, and establishing acceptance criteria for each requirement.
You've ensured that each requirement and use case has a unique identifier that complies with company policy. What else should you add to the checklist?
While experience-based testing can be very effective, it does have some drawbacks. What is a drawback of experience-based testing?
As a Test Analyst, you have been given a set of requirements that have been defined for the payment module of a new public transport system The set includes the following requirements:
P101 The product shall calculate the lowest fare for the destination considering day of week and time, (priority: medium)
P102 The product shall compare the traveler's payment with the calculated payment (priority: high)
P103 The product shall provide feedback if the payment is not sufficient (priority: high)
P104 The product will process payments within 20 seconds at all priority 1 stations during peak hours (priority high)
Which set of requirements will typically be tested by a Test Analyst?
You are a Test Analyst in the banking domain. You have received the following requirement: "The system shall allow cash advances of at least 200 Euros for all supported credit cards. The following credit cards are supported: American Express, Diners, Visa, Mastercard and Eurocard.
Which one of the findings described below is true regarding this requirement?
Consider the following scenario for a metro fare system:
If you take the metro before 9:30 am or in the afternoon between 5:00 pm until 7:00 pm, you must pay full fare A saver ticket is available for metro rides between 9:30 am and 5:00 pm [both inclusive], and after 7:00 pm.
Which off the following test sets will provide the best equivalence partitioning coverage?
As a Test Analyst on a project using the V-model lifecycle model, you have been working with expert business users for a program designed to assist car buyers in selecting options for new car models. The program has been in use for some time, and now your company has decided to implement some significant improvements, based on customer and sales representative's feedback.
You visit specific locations and gather information on how the product is currently being used, spend time with expert users, and walk through their envisioned scenarios.
Based on this information, what are you using for your test basis and what information is still missing?
Supercar.
Supercar is an online vehicle sales website specializing in a single manufacturer's Sports Utility Vehicles (SUVs) and saloons A vehicle has two key elements, power unit and body style The manufacturer offers three choices of power unit: petrol, electric and hybrid There are 3 main body styles Saloon, Hatchback and SUV. SUVs are available only as petrol and electric options.Hybrid is available for Hatchback only The website will allow an order to be processed if the chosen vehicle configuration is in stock, otherwise a message will be displayed asking the user to Cry again later. Based on the specification, the following classification tree has been developed:
Which test case is needed to complete the test set and achieve minimum class coverage?
The Technical Test Analyst has created a suite of keyword-driven tests to be used to test a calendar creation application. Because users may enter erroneous data, error checking must be
handled with the automation. What is the best way to test the error conditions and still use the keyword-driven tests?
You've been tasked to measure the degree of accuracy in a mortgage rate calculation module of the software you are testing. Which type of testing are you performing?