When applying for health insurance fromHealth4You, applicants are categorized according to their age, the number of units of alcohol they consume in an average week, whether they are in full-time work, and whether they are a smoker.
Insurance is supplied, and the premium is calculated according to the following rules:
Insurance cover isNOTgiven to those aged70 or over
Insurance cover isNOTgiven to those agedunder 18
Those who consume on averagemore than 14 units of alcohola week have anadditional premium of £25per month
Smokers have anadditional premium of £20per month
Those infull-time employmenthave apremium reduction of £20per month
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:
During testing of a mobile banking application, traceability matrices are defined and maintained between test cases and user stories. This task is supported by a test management tool. Testing is expected to report on the coverage level of the implemented and tested user stories. Which of the following test types is most likely being performed?
You are testing an ATM based on the following use
ATM start screen is showing
1. The user inserts card
2. The user types in PIN
3 The user selects cash with receipt'
4. The user selects €50
5. The user selects no further service' Expected results
- The ATM provides €50 to the user
- The ATM returns the card and balance slip
- The ATM clears the screen
- The ATM returns to start menu
You are asked to review this use case.
You are asked to review this use case.
What is the most important information that is missing from this use case?
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?
Which statement BEST describes the activities performed by the Test Analyst during the TEST ANALYSIS stage of the test process?
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 work for a company that is a pioneer in smart energy technology. One of their core products is their energy monitor in-home display device, used to display current and historic energy consumption data to many thousands of customers. It has been designed to integrate with their other smart home products, including domestic lighting control systems via their HomeHub.
The company is to launch a new application for smartphones and tablets that will allow its customers to view their energy readings remotely and to view their daily budget usage based on seasonal historic data. The application must also support customers with disabilities.
The application is being delivered using a hybrid mix of agile and V-model methodologies over three iterations:
Iteration 1:Development of the new application to work on the IOS operating system only
Iteration 2:Enhancement to the application to also work on the Android operating system
Iteration 3:Enhancement to the application to provide daily budget usage
The test manager has provided you with a list of high-level test conditions and has asked you, as Test Analyst, to select the test conditions that address functional suitability, portability, usability, and accessibility for Iteration 1 only. Which TWO of the following test conditions should you select?
a) The application will accept voice recognition commands made via IOS devices
b) The application is both learnable and operable for customers when used on Android devices
c) There is no loss or corruption of data transmitted between the energy monitor and other smart-home products
d) The daily budget usage is accurately calculated from seasonal historic data running on Android
e) The application can be installed on all currently supported versions of IOS for all supported smartphones and tablets
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 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?
You are testing software which is being ported from one platform to another. There are no documented requirements and there is no time budgeted for writing them.
Which type of test technique is most useful in this situation?
You work for an insurance company with parallel projects. You need to recommend the best approach for test case design for each project.
Project A:Maintenance release with minor UI changes, experienced testers, manual execution.
Project B:Development of a new algorithm for risk assessment, high risk of regression, automation needed, audit required.
SELECT ONE OPTION
Which of the following statements BEST describes checklist-based and black-box test techniques?
SELECT ONE OPTION
Sell-It-Cheap salesrooms organize general and specialist sales with commission charges based on the item price. Following customer feedback, the commission bandings have been changed:
£500 - £749:5.5% fee
£750 - £999:4.5% fee
What tests would be appropriate to test this change in commission bandings using the 2-point boundary value analysis technique?
SELECT ONE OPTION
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
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?
You work for a company that is a pioneer in smart energy technology. The company is planning to launch a new application for smartphones and tablets that will allow customers to view their energy readings remotely. The application must support customers with disabilities.
The application is being delivered using a hybrid mix of agile and V-model methodologies over three iterations:
Iteration 1:Development of the application for the iOS operating system
Iteration 2:Enhancement to support the Android operating system
Iteration 3:Enhancement to provide daily budget usage
You have been asked to review the risk register and design test conditions for the highest priority product risks that fall into your area of responsibility, relating to Iterations 1 and 2 only.
SELECT ONE OPTION
What is the MOST important reason why test conditions should be understandable by business stakeholders?
Which pair of statements correctly describes when functional completeness, functional correctness, and/or functional appropriateness are undertaken?
SELECT ONE OPTION
Consider the following decision table:
This decision table has been created to test the following specification: Persons that study at a university (C1) and have parents whose total annual income is less than € 30.000 (C2), receive a scholarship In in addition to these qualifications, if they also live away from home (C3), they receive an addition to their scholarship (A2) How many cases are left when this decision table is collapsed?
Return Item Use Case: The following depicts a main path through the use case, 'Return Item'.
Coverage Rules:
One test case for basic behavior
Multiple alternate behaviors may be incorporated into one test case if mutually compatible
Nested alternate behaviors (like retry attempts) should be amalgamated into a single test case
How many test cases should be designed?
SELECT ONE OPTION
A game component calculates a player's trophy level based on Points Earned and Level of Difficulty. The total score is calculated as (Points Earned * Level of Difficulty). Trophy levels are as follows:
Blue:≤ 40
Silver:> 40
Gold:> 70
Diamond:> 80
Platinum:> 90
Test cases:
Player 1:Points earned 25, level of difficulty 2 → Total Score = 50 (Silver)
Player 2:Points earned 20, level of difficulty 3 → Total Score = 60 (Silver)
Player 3:Points earned 30, level of difficulty 1 → Total Score = 30 (Blue)
What percentage of output partitions have been exercised by the following suite of test cases?
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?
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 acombinationof 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)
The new system needs to be ready for the next tournament in just a few months’ time, so testing schedules will be severely challenged.
Which specification-based technique would be the BEST choice in the circumstances?
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.
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:
Based on the classification tree shown below, using the pairwise testing technique how many test cases are required to test all pairs?