ISTQB Software Testing Quiz 5

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 Tmccoy
T
Tmccoy
Community Contributor
Quizzes Created: 14 | Total Attempts: 22,739
| Attempts: 3,758
SettingsSettings
Please wait...

    1/6 Questions
  • Which of the following is not a quality characteristic listed in the ISO 9126 Standard?

    • Functionality
    • Usability
    • Supportability
    • Maintainability
Please wait...
ISTQB Quizzes & Trivia
About This Quiz

This ISTQB Software Testing Quiz assesses knowledge on ISO 9126 quality characteristics, boundary value testing, test case coverage, test execution order, and equivalence partitioning.



Take this ISTQB Software Testing Quiz 5 or create online test.


Questions and Answers
  • 2. 

    Boundary value testing...

    • ... is the same as equivalence partition testing.

    • ... tests values at the smallest incremental distance on either side of an equivalence partition boundary.

    • ... tests combinations of input circumstances.

    • ... is used in white box testing strategies.

    Correct Answer
    A. ... tests values at the smallest incremental distance on either side of an equivalence partition boundary.
    Explanation
    For example, if valid ages are expressed in whole years and must be 18 or over, the boundary values would be 17 and 18. This is because 17 is the closest value to the boundary in the "invalid" equivalence class and 18 is the closest value to the boundary in the "valid" equivalence class.

    Rate this question:

  • 3. 

    How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment?  Assume that the two conditions are independent of each other:IF (Condition 1)    THEN        Statement 1    ELSE        Statement 2ENDIF IF (Condition 2)THEN    Statement 3ENDIF

    • 2 test cases

    • 3 test cases

    • 4 test cases

    • Not achievable

    Correct Answer
    A. 2 test cases
    Explanation
    We want to end up executing all statements across our test cases.

    TEST CASE ONE

    Condition 1 = TRUE will execute Statement 1.
    Condition 2 = TRUE will execute Statement 3.

    TEST CASE TWO

    Condition 1 = FALSE will execute Statement 2.

    It doesn't matter what we do with Condition 2 for this test case, but I'd be inclined to do Condition 2 = FALSE because this would give us decision coverage, which is more powerful than statement coverage.

    Rate this question:

  • 4. 

    In which order should tests be run?

    • The most important tests first.

    • The most difficult tests first (to get the hardest work finished early).

    • The easiest tests first (to give initial confidence).

    • The order they are thought of.

    Correct Answer
    A. The most important tests first.
    Explanation
    In a risk-based approach, we'd want to start with the most important tests.

    Rate this question:

  • 5. 

    Which of the following is the odd one out?

    • White box

    • Glass box

    • Structural

    • Functional

    Correct Answer
    A. Functional
    Explanation
    The first three are different words for the same thing, whereas functional testing is generally black box testing.

    Rate this question:

  • 6. 

    A program validates a numeric field as follows: - Values less than 10 are rejected- Values between 10 and 21 are accepted- Values greater than or equal to 22 are rejected Which of the following input value sets covers all of the equivalence partitions?

    • 10, 11, 21

    • 3, 20, 21

    • 3, 10, 22

    • 10, 21, 22

    Correct Answer
    A. 3, 10, 22
    Explanation
    3 is less than 10, so it falls into the first partition.
    10 is between 10 and 21, so it falls into the second partition.
    22 is greater than or equal to 22 so it falls into the third partition.

    Rate this question:

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

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

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jul 14, 2009
    Quiz Created by
    Tmccoy
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.