A PIN entry component of an ATM system has been developed using the following state table:
Using the state transition test technique, how many 0-switch test cases are needed to achieve 100% 0-switch coverage?
Supercar is an online vehicle sales website specialising 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, diesel and hybrid. There are 3 mam body styles Saloon, Hatchback and SUV SUVs only come as petrol and diesel options Hybrid is available for Hatchback only. The site will allow an order to be processed if at least one of the chosen vehicle configurations is in stock, otherwise a message will be displayed asking the user to try again later As a Test Analyst you are asked to review the Supercar specification before starting to design the corresponding usability test cases. Which of the comments below should you make?
To enhance both the effectiveness and efficiency of the test design phase, the purchase of a test design tool is being considered. Which one of these statements best characterizes a test design tool?
You work for an insurance company that is running several parallel projects. You need to recommend the best approach for test case design for each project.
Project C:Previous releases hadvague and inconsistent requirements. More formal reviews have been introduced to improve quality.
Project D:Emphasis onregression testing, with most test cases forming part of the regression pack, initially manual but planned for automation.
SELECT ONE OPTION
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.
There has been a change to the patient capture application, and you are going to run a series ofinteroperability tests.
Which TWO of the following are NOT interoperability defects?
a) The patient name field is truncated on one of the receiving department systems
b) Hospital administrators find the new patient-capture application screens difficult to navigate
c) Two department systems are unable to recognize the format of international telephone numbers for foreign patients
d) Existing patient data takes too long to retrieve by the patient-capture application
e) There are spelling errors in the field names on some screens
SELECT ONE OPTION:
A major upgrade of business software has been undertaken, with many new facilities added in response to the wishes of the (internal company) staff. There are now very different screens presented to users, depending on their roles within the business. Due to the nature of the business,computational accuracyis regarded as the area of greatest business risk.
Which of the following quality characteristics would you focus on the MOST when testing the system?
SELECT ONE OPTION:
Which of the following statements BEST describes checklist-based and black-box test techniques?
SELECT ONE OPTION
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.
A software component for a game application calculates a player’s trophy level based on two input parameter values: Points Earned and Level of Difficulty. A total score is calculated by the component as:
Total Score = Points Earned × Level of Difficulty
The trophy levels are:
Blue- total score equal to or less than 40
Silver- total score > 40
Gold- total score > 70
Diamond- total score > 80
Platinum- total score > 90
The component then outputs the correct trophy level.
Applying theEquivalence Partition test design techniqueto this component, what percentage of output partitions have been exercised by the following suite of test cases?
Player 1 - Points earned 25, level of difficulty 2
Player 2 - Points earned 20, level of difficulty 3
Player 3 - Points earned 30, level of difficulty 1
SELECT ONE OPTION:
Sell-It-Cheap salesrooms organize general and specialist sales where items are sold to the highest bidder. There is asliding scale of commission charges, based on the price of items sold, with lower-priced items attracting a higher percentage. All items sold have a price in multiples of £1.
New commission bandings after customer feedback:
Items sold for£150 or lessattract a flat-rate fee of£7.00
Items otherwise sold forless than £500have a fee of6%
Items otherwise sold forless than £1000have a4.5%fee
Items otherwise sold forless than £5000have a3.5%fee
Items sold for£5000 or morehave a3%fee
Updated rule:Items sold between£500 and £749have a fee of5.5%
What tests would be appropriate to test this change in commission bandings, using the 2-point boundary value analysis technique?
SELECT ONE OPTION:
You are testing the processing of a critical traffic control system to which various regulations apply The processing of the input variables is dependent
on defined ranges within which the actual retrieved data values can lie.
Which of the following black-box test techniques should you use to test the processing functionality of this system?
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?
When would the Test Analyst’s involvement in an Agile project normally start?
SELECT ONE OPTION
company in the medical domain has adopted methodical testing as its preferred test strategy Before being able to release to the market an external audit on the test process is mandatory. The test team consists of a mix of highly experienced domain-based testers and junior testers who only recently joined the company.
What is the BEST option regarding the level of detail and documentation required for test cases in the project?
The following document has been produced as part of the replacement of an internal Customer Relationship Management (CRM) application. The replacement application should not differ from the current CRM application, and the documentation reflects this aspiration, with seven specific requirements listed.
The requirements will be reviewed using a standard checklist:
a. Requirements should be testable
b. Each requirement should be consistent with other requirements
c. Each requirement should be unambiguous
d. Each requirement should have a unique identifier
e. Documents should be versioned, dated, and the author specified
Which checklist items would identify issues in this requirements document?
SELECT ONE OPTION
You are running a regression test suite using a keyword-driven test approach for automation. The test suite has been enhanced for the current release to include:
Three new test cases covering new business functionality
Several new keywords, as project schedule constraints mean that more effective maintenance of the automated test cases is required
However, the automated suite failed unexpectedly when executing one of the new test cases, which was also utilizing a new keyword.
As Test Analyst, what should be your first step?
SELECT ONE OPTION:
When applying for health insurance from Health4You, applicants are categorized based on age, alcohol consumption, employment, and smoking status. How many test cases are required to give full coverage for the above rules when applying collapsed decision table testing to exclude infeasible combinations and irrelevant conditions?
SELECT ONE OPTION
A web-based system is being developed to support the administration of tennis tournaments.
The system provides advice on how much money to offer each player as their individual attendance fee. The amount depends on a combination of the following factors:
Overall attendance fund (divided into five numeric ranges)
Player's current world ranking (divided into ten numeric ranges)
Whether it is a local tournament for the player (YES or NO)
Their relationship with the tournament sponsors (clothing, equipment, or endorsement)
Their previous attendance history at this event (finalist, played, withdrew before event, or withdrew during event)
It has been noted that the attendance fee calculation does not take account of 'last minute' invitations that are made to replace a player who withdraws close to the tournament start date. In this case, enhanced attendance fees are offered depending on whether the invitation is made within a week, a fortnight, or a month of the tournament start date.
Which of the following specification-based techniques would be the BEST choice for testing the 'last minute' scenario where players are replaced close to the tournament start, and what type of defect is being targeted by the testing?
SELECT ONE OPTION:
In the recent past, you have learned that test automation just using capture & playback tooling, possibly enhanced with some test programming, has limitations. For the next banking project, that will be run using Agile methods, you want to implement a keyword-driven test automation approach. You have already started to define some high-level test cases for the account transfer user story:
TC 1 transfer € 150 from Lars to Ann, verify Ann's balance to be € 150
TC 2 transfer € 300 from Tim to Ann, verify Ann's balance to be € 450
In the context of implementing the keyword-driven test automation approach, which of the following activities should now be conducted by the Test Analyst?
A tablet manufacturer offers the following options for its customers:
Colour:Black, White, Silver, Gold (4 options)
Model:Standard, Mini, Pro (3 options)
Gigabytes:32, 64, 128, 256 (4 options)
Connectivity:Wifi-only, Wifi+Cellular (2 options)
Using the pairwise technique, what is the MINIMUM number of test cases needed to achieve a full 2-wise coverage?
SELECT ONE OPTION
You are asked to select the test conditions that address functional suitability, portability, usability, and accessibility for Iteration 1 (iOS only) of a new energy monitor application.
SELECT ONE OPTION
Which TWO of the following are MOST likely to be defects found as part of portability testing?
a) Insufficient, unclear installation or de-installation instructions
b) Clumsy screen navigation and input screen labeling
c) Inability to log on as an administrator
d) Time out errors when entering incorrect login details
e) The stock control barcodes cannot be read by the replaced barcode scanner
SELECT ONE OPTION
When preparing test cases for an interoperability test, not all interactions may be clearly specified in the requirements documents. Which type of document is typically also used by a Test Analyst as the test basis for interoperability testing?
A tablet manufacturer offers the following options for its customers:
Colour:Black, White, Silver, Gold
Model:Standard, Mini, Pro
Gigabytes:32, 64, 128, 256
Connectivity:Wifi-only, Wifi+Cellular
When applying the pairwise test technique, how many TEST CASES would be needed to ensure that ALL pair combinations are tested?
SELECT ONE OPTION
A major software upgrade includes many new facilities and presents very different screens based on user roles. Computational accuracy is the greatest business risk. Which quality characteristic would you focus on the MOST when testing the system?
SELECT ONE OPTION