Release Testing - Requirements-Based and Scenario Testing

Black-box/functional testing and requirements-based testing

download Export
search_insights Statistics
stylus_note White Board
Quran
calculate Calculator
dictionary Dictionary
fullscreen Full Screen
QUESTION OF

volume_mute Read quiz aloud
Views #: 177
Questions #: 12
Time: 10 minutes
Pass Score: 80.0%
Style
Mode

Release Testing vs. Development Testing

1 pts
volume_mute

Release testing is a form of system testing but differs from development system testing. What is the key difference?

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Primary Goal of Release Testing

1 pts
volume_mute

The primary goal of release testing is to convince the system supplier that the system is good enough for release. What must a successful release test demonstrate? Select all that apply.

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Release Testing as Black-Box Testing

1 pts
volume_mute

Release testing is primarily a black-box or functional testing process. What does this mean?

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Requirements-Based Testing Principle

1 pts
volume_mute

What is the fundamental principle of requirements-based testing?

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Mentcare Allergy Requirements

1 pts
volume_mute

A medical record system has the following drug allergy requirements:

Drug Allergy Requirements REQ-1: If a patient is known to be allergic to a medication, prescribing that medication shall result in a warning message being issued to the system user. REQ-2: If a prescriber chooses to ignore an allergy warning, he or she shall provide a reason why this has been ignored.

How many separate tests are needed to comprehensively test these two requirements?

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Mentcare Allergy Test Cases

1 pts
volume_mute
To complete the line match
  1. Click on an item in the first group
  2. Click on an item in the second group
  3. To delete a match, double click on a line

Test Case

Patient with no known allergies is prescribed a drug
Patient allergic to two drugs is prescribed both drugs separately
Patient with a known allergy is prescribed the drug they are allergic to
Prescriber ignores allergy warning and overrules it

Verifies

Warning is issued when the allergic drug is prescribed
No warning is issued when no allergy exists
System requires the prescriber to provide a reason
Correct warning issued for each drug separately

Five test cases were derived to check the drug allergy requirements for a medical record system. Match each test case to what it verifies.

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Traceability in Requirements-Based Testing

1 pts
volume_mute

When conducting requirements-based testing, what records should be maintained?

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Scenario Testing Definition

1 pts
volume_mute

Which of the following best describes scenario testing?

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Characteristics of a Good Test Scenario

1 pts
volume_mute

According to Kaner, a good scenario test should have certain characteristics. Which of the following are required? Select all that apply.

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


The Mentcare Home Visit Scenario

1 pts
volume_mute

George is a nurse who specializes in mental health care and visits patients at home. He uses a medical record system during his visits.

Mentcare Home Visit Scenario - System Features Tested Authentication - logging on to the system Download and upload of specified patient records to a laptop Home visit scheduling Encryption and decryption of patient records on a mobile device Record retrieval and modification Links with the drugs database - side-effect information Call prompting system

When a scenario-based tester plays the role of George and deliberately enters the wrong key phrase to decrypt a record, what is this testing?

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Scenario Testing Advantage - Multiple Requirements

1 pts
volume_mute

What key advantage does scenario testing have over testing each requirement in isolation?

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation


Classify Release Testing Approaches

1 pts
volume_mute
Activities
×Devise a story of a nurse making home visits and test all features used in that story
×Execute the system with 200 concurrent users and measure response times
×For each system requirement, create tests that verify the system satisfies that requirement
Requirements-based testing
Scenario testing
Performance testing

Classify each testing activity into the correct release testing approach.

note_alt Add notes
flag Flag
volume_mute

Correct Answer

Explanation