Based on the tax system specification as described below, using boundary value analysis, which would be the best test set to explicitly test on single boundary value fully?
Tax system
A tax system needs to be updated due to new legislation. For a person with a salary of less than € 20 000 and who is married, the tax needs to be recalculated.
If a person has at least three and less than six children, an additional 10% reduction is applicable.

For an ATM banking project the following applies: "When the user first inserts a valid credit card, the system considers the user to be in an unauthenticated state. When requesting a cash advance, the user must be in an authenticated state. The user authenticates by entering the correct PIN code for the card they have used. During the user authentication, the system shall allow the user to enter their PIN code up to three times before failing the authentication and rejecting the card. On the first and second try, the system shall prompt the user to re-enter the PIN code " Suppose you are concerned that, depending on the number of invalid PIN codes entered, the system may behave incorrectly. Which of the following test design techniques is specifically targeted at finding such failures?
You are testing a hospital patient management system. New or amended patient data is captured by hospital administrators using an in-house patient capture application and transmitted to one or more hospital departments depending on the nature of the medical condition. Each department operates its own software package.
A new release has been scheduled which includes an improved user interface to the patient capture application as well as changes to the patient data to meet new regulatory requirements.
You are the test analyst for this release, working alongside a Technical Test Analyst. Which of the following requirements MOST align to your responsibilities to test as a Test Analyst?
R01:New and amended patient data can be successfully read and processed by receiving hospital department systems
R02:Patient data will be transmitted and received by hospital department systems within ten seconds of entry
R03:Patient data transmitted to other hospital department systems will remain secure and cannot be accessed by unauthorized third parties
R04:High volumes of data can be successfully received and processed while the user interface is being used
R05:The new user interface is appropriate for the needs of all hospital administrator roles
SELECT ONE OPTION:
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?
Rather than developing an e-commerce product, management has decided to acquire a COTS package The e-commerce product needs to interface.
with backend applications such a finance, stock control and order delivery. You are asked to define a test plan for this project.
Given just the information in the scenario, which of the following software quality characteristics must be included in your test plan?
When applying for health insurance from Health4You, applicants are categorized according to their age, sex, the number of units of alcohol they consume in an average week, Body Mass Index (BMI), whether in full-time work, and whether a smoker.
Insurance is offered, and the premium is calculated according to the following rules:
Insurance cover is NOT given to those aged 70 or more, or below 18
Those who consume more than 14 units of alcohol a week have an additional premium of £25 per month
Those with a BMI greater than 35 are NOT given insurance cover
Smokers have an additional premium of £20 per month
Those in full-time employment have a premium reduction of £20 per month
How many test cases are required to give full coverage for the above rules when using a decision table that excludes rules containing infeasible combinations of condition values?
SELECT ONE OPTION:
Which of the following software development lifecycle models requires the earliest involvement from the Test Analyst?
You are testing an enhanced user interface for a mortgage approval program involving multiple user roles. Which test technique would be MOST suitable for this next stage of testing?
SELECT ONE OPTION