ISTQB Software Testing Quiz 4

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,775
| Attempts: 1,402 | Questions: 6
Please wait...
Question 1 / 6
0 %
0/100
Score 0/100
1. We split testing into distinct stages (or test levels) primarily because:

Explanation

I hope this answer is obvious. B might be true, C isn't relevant, and D is debatable. The reason we have stages like component testing, integration testing, system testing and acceptance testing is because they have different purposes.

Submit
Please wait...
About This Quiz
ISTQB Quizzes & Trivia

Are you studying software engineering or are you just an ISTQB software enthusiast? In case you plan to take the ISTQB software exam, then this quiz will help you prepare and advance you knowledge.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Which one of the following statements about system testing is not true?

Explanation

System testing involves testing an integrated system to verify that it meets specified requirements. We don't usually include the end-users in this; they become involved during acceptance testing instead.

Submit
3. Error guessing:

Explanation

Error guessing is clearly a useful technique and by process of elimination, the correct answer should be easy to find.

Submit
4. Analyse the following simplified airline booking procedure:

Ask: "What type of ticket would you like, one-way or return?"
IF customer wants return THEN
    Ask: "What class would you like, business or economy?"
    IF customer wants economy THEN
        Say: "That will be $1,200"
    ELSE
        Say: "That will be $4,000"
    ENDIF
ELSE
    Say: "That will be $600 for one way economy, there is no business class available"
ENDIF What is the minimum number of tests needed to ensure that all:
    - questions have been asked;
    - combinations have occurred; and
    - all replies have been given?

Explanation

This looks like a decision coverage question, and I've found that the easiest way to work out decision coverage for a code fragment is to draw a simple flowchart and count the number of paths through it.

Submit
5. Which of the following is true of the V-model?

Explanation

This is a "process of elimination" question.

Submit
6. Which of the following is not true of test coverage criteria?

Explanation

This should be an obvious answer, because "coverage" always relates to how much we have tested (not how many faults we have found).

Submit
View My Results

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

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

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Jul 13, 2009
    Quiz Created by
    Tmccoy
Cancel
  • All
    All (6)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
We split testing into distinct stages (or test levels) primarily...
Which one of the following statements about system testing is not...
Error guessing:
Analyse the following simplified airline booking procedure: ...
Which of the following is true of the V-model?
Which of the following is not true of test coverage criteria?
Alert!

Advertisement