ISTQB Software Testing Quiz 2

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: 2,271 | Questions: 6
Please wait...
Question 1 / 6
0 %
0/100
Score 0/100
1. Repeated testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component is known as:

Explanation

Re-testing and confirmation testing relate to checking that a defect has been fixed. Negative testing is testing with the intention of breaking the system.

Submit
Please wait...
About This Quiz
Software Testing Quizzes & Trivia

This ISTQB Software Testing Quiz 2 assesses knowledge on various testing principles, including risk levels, equivalence classes, regression testing, static analysis defects, and incident reporting.

2. One of the fields on a form contains a text box which accepts alphabets in lower or upper case.  Identify the invalid Equivalence Class value.

Explanation

An Equivalence Class (or Partition) is a portion of the input or output domain for which the behaviour of the system is assumed to be the same, according to the specification. There is no mention of allowing digits in the specification.

Submit
3. Deciding how much testing is enough should take into account:
i)  Level of risk, including technical and business product and project risk
ii) Project constraints such as time and budget
iii) Size of the testing team
iv) Size of the development team

Explanation

"Size of the development team" is false because this will not necessarily determine how complex the software is and/or how much testing it needs.

"Size of the testing team" is false because this gives no indication of how much testing is needed (it relates only to our capacity to do the testing).

Submit
4. Defects discovered by static analysis tools include:
i) Variables that are never used
ii) Security vulnerabilities
iii) Programming standard violations
iv) Uncalled functions and procedures

Explanation

Static analysis is the analysis of code without executing it. This can also be done on documentation, and can even be carried out by software.

Submit
5. In the following code fragment:
Disc = 0
Order-qty = 0
Read Order-qty
If Order-qty >= 20 then
  Disc = 0.05
  If Order-qty >= 100 then
    Disc = 0.1
  End if
End if

What is the minimum number of tests you would need for full statement coverage?

Explanation

As long as you had Order-qty being 100 or greater, all the statements would be executed.

IMPORTANT: Don't get "statement coverage" confused with "decision coverage".

Submit
6. The structure of an incident report is covered in the Standard for Software and System Test Documentation (IEEE 829), where it is called a(n):

Explanation

This is just something you have to know, and it's worthwhile flipping through IEEE 829.

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
  • Jul 10, 2009
    Quiz Created by
    Tmccoy
Cancel
  • All
    All (6)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Repeated testing of an already tested program, after modification, to...
One of the fields on a form contains a text box which accepts...
Deciding how much testing is enough should take into account:i) ...
Defects discovered by static analysis tools include:i) Variables that...
In the following code fragment:Disc = 0Order-qty = 0Read Order-qtyIf...
The structure of an incident report is covered in the Standard for...
Alert!

Advertisement