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
You work for a software testing consultancy firm, SOFTEST, specializing in the travel industry. A project has started for a new cruise sector client to develop a new user interface allowing customers to search for cruises using several drop-down fields. The project uses a SCRUM methodology with 2-week sprints.
Which option below describes the BEST test techniques to apply for each project?
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 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 new online application is being introduced for the start of the next tax year to handle tax liabilities. This web-based system is especially aimed at those with visual disabilities and several innovative features are being introduced for the user interface. The design of these features is ongoing.
Which of the following represents the BEST approach for accessibility testing?
SELECT ONE OPTION
You are testing a hospital patient management system that has undergone a release including an improved user interface and changes to meet new regulatory requirements. You are a Test Analyst working with a Technical Test Analyst.
Which of the following requirements MOST align with your responsibilities 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
What is the MOST important reason why test conditions should be understandable by business stakeholders?
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?
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
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