Test Design Techniques I

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Pkucerova
P
Pkucerova
Community Contributor
Quizzes Created: 5 | Total Attempts: 2,413
| Attempts: 829 | Questions: 7
Please wait...
Question 1 / 7
0 %
0/100
Score 0/100
1. Given the following state transition table Which of the test cases below will cover the following series of state transitions? S1 SO S1 S2 SO

Explanation

The correct answer is D, A, B, C. This sequence of test cases will cover the series of state transitions S1 SO S1 S2 SO. Test case D will cover the transition from the initial state S1 to the final state SO. Test case A will cover the transition from SO back to S1. Test case B will cover the transition from S1 to S2. And test case C will cover the transition from S2 back to SO.

Submit
Please wait...
About This Quiz
Test Design Techniques I - Quiz

The 'Test Design Techniques I' quiz assesses knowledge in creating effective test cases and specifications. It covers state transitions, expected results, equivalence partitions, boundary value analysis, and specification-based... see moretesting techniques, crucial for ensuring system reliability and performance. see less

2. Given the following state transition diagram Which of the following series of state transitions contains an INVALID transition which may indicate a fault in the system design?

Explanation

not-available-via-ai

Submit
3. A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?

Explanation

The correct answer is 4, 5, 99 because it represents three different boundary values for the number of printer cartridges ordered. The first value, 4, represents the minimum order quantity, while the second value, 5, represents the boundary between the minimum order quantity and a larger order. The third value, 99, represents a value just below the threshold for the 20% discount, which is 100 cartridges. These three test inputs cover the different boundaries and help ensure that the system behaves correctly in these specific scenarios.

Submit
4. Purpose of test design technique is

Explanation

The purpose of a test design technique is to identify both test conditions and test cases. Test conditions are the specific factors or attributes that need to be tested, while test cases are the specific inputs, actions, or events that are used to test those conditions. By using a test design technique, testers can systematically identify and create both the test conditions and the corresponding test cases that will be used to verify the functionality and quality of the software being tested.

Submit
5. A thermometer measures temperature in whole degrees only. If the temperature falls below 18 degrees, the heating is switched off. It is switched on again when the temperature reaches 21 degrees. What are the best values in degrees to cover all equivalence partitions?

Explanation

The best values to cover all equivalence partitions would be 15, 19, and 25. These values cover the ranges below 18 degrees (15), between 18 and 21 degrees (19), and above 21 degrees (25). By selecting these values, we can ensure that all possible temperature scenarios are accounted for and that the functioning of the heating system is properly tested.

Submit
6. Which of the following is MOST characteristic of specification based (black-box) techniques?

Explanation

Specification based (black-box) techniques involve deriving test cases systematically from models of the system. This means that the test cases are based on the specifications or requirements of the system, rather than the actual code implementation. This allows for a more systematic and structured approach to testing, as the focus is on ensuring that the system behaves according to the specified requirements. This characteristic also makes it easier to automate the test cases, as they can be generated based on the models without the need to understand the underlying code.

Submit
7. Which of the following defines the expected results of a test?

Explanation

The expected results of a test are defined in the test case specification. This document outlines the specific inputs, actions, and expected outcomes for each test case. It provides detailed instructions for executing the test and determining whether the system under test is functioning correctly. The test case specification serves as a guide for testers to ensure that they are conducting the test accurately and consistently, and it also helps stakeholders understand the expected outcomes and evaluate the success of the testing process.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 21, 2012
    Quiz Created by
    Pkucerova
Cancel
  • All
    All (7)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Given the following state transition table Which of the test cases...
Given the following state transition diagram Which of the following...
A wholesaler sells printer cartridges. The minimum order quantity is...
Purpose of test design technique is
A thermometer measures temperature in whole degrees only. If the...
Which of the following is MOST characteristic of specification based...
Which of the following defines the expected results of a test?
Alert!

Advertisement