ISTQB Chapter 3

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 Akre_minal
A
Akre_minal
Community Contributor
Quizzes Created: 14 | Total Attempts: 57,801
| Attempts: 14,409 | Questions: 9
Please wait...
Question 1 / 9
0 %
0/100
Score 0/100
1. Which is not a type of review?

Explanation

Management approval is not a type of review because it is not a process of evaluating or assessing something. Management approval refers to the authorization or endorsement given by the management for a particular decision, action, or project. It is not a systematic process of examining, analyzing, and providing feedback or recommendations on a product, document, or process, which is the purpose of reviews such as walkthroughs, inspections, and informal reviews.

Submit
Please wait...
About This Quiz
ISTQB Chapter 3 - Quiz

Explore key concepts in software testing with the ISTQB Chapter 3 quiz. Assess your understanding of review techniques, static analysis tools, and different types of reviews, including inspections... see moreand walkthroughs. Essential for learners aiming to enhance their testing skills and knowledge. see less

2. Which of the following artifacts can be examined by using review techniques?

Explanation

Review techniques can be used to examine all of the artifacts mentioned, including software code, requirements specification, and test designs. Review techniques such as code review, document review, and peer review can help identify errors, improve quality, and ensure compliance with standards and specifications in all of these artifacts. By using review techniques, stakeholders can collaborate, provide feedback, and make improvements to these artifacts before they are finalized or implemented.

Submit
3. What is the main difference between a walkthrough and an inspection?

Explanation

In a walkthrough, the author of the work being reviewed takes the lead and guides the participants through the process. On the other hand, an inspection is led by a trained moderator who is responsible for facilitating the review and ensuring that it is conducted effectively. Therefore, the main difference between a walkthrough and an inspection lies in who leads the review process.

Submit
4. What statement about static analysis is true?

Explanation

Static analysis is a technique used to analyze code without actually executing it. It can detect defects and vulnerabilities in the code that might be difficult to find through dynamic testing, which involves running the code. Static analysis can identify issues such as coding errors, security vulnerabilities, and performance bottlenecks. However, it is important to note that static analysis does not find all faults, as it has limitations and cannot detect runtime errors or issues that only occur during execution.

Submit
5. Which statement about the function of a static analysis tool is true?

Explanation

A static analysis tool is designed to analyze code without actually executing it. It examines the code structure, syntax, and other characteristics to identify potential issues and provide information about the quality of the code. By analyzing the code statically, it can detect errors, vulnerabilities, and other code quality issues without the need for running the code. This allows developers to identify and fix problems early in the development process, improving the overall quality and reliability of the code.

Submit
6. Which of the following statements about early test design are true and which are false? 1. Defects found during early test design are more expensive to fix. 2. Early test design can find defects. 3. Early test design can cause changes to the requirements. 4. Early test design takes more effort.

Explanation

Defects found during early test design are more expensive to fix. (False): The earlier defects are identified in the development process, the less expensive they are to fix. This principle is the foundation of the cost-effectiveness of early testing.

Early test design can find defects. (True): Early test design involves creating test cases and scenarios before the actual development work begins. This proactive approach helps in identifying potential defects and issues at an early stage.

Early test design can cause changes to the requirements. (True): During the early stages of testing, when defects are discovered, it may lead to changes in the requirements to rectify and improve the system.

Early test design takes more effort. (False): Early test design is an efficient and proactive approach that involves creating test cases and scenarios early in the development process, which can save effort and resources in the long run by preventing and identifying defects early on.

Submit
7. What statement about reviews is true?

Explanation

The correct answer states that inspections are led by a trained moderator, whereas technical reviews are not necessarily. This means that during inspections, there is a designated moderator who is trained to lead the review process. On the other hand, technical reviews may or may not have a trained leader guiding the process. This highlights the difference in the level of expertise required for conducting inspections compared to technical reviews.

Submit
8. Which of the following characteristics and types of review processes belong together? 1. Led by the author 2. Undocumented 3. No management participation 4. Led by a trained moderator or leader 5. Uses entry and exit criteria s. Inspection t. Technical review u. Informal review v. Walkthrough

Explanation

The correct answer is s = 4 and 5, t = 3, u = 2, v = 1. This is because characteristics 4 (led by a trained moderator or leader) and 5 (uses entry and exit criteria) are specific to the Inspection review process. Characteristic 3 (no management participation) belongs to the Technical review process. Characteristic 2 (undocumented) belongs to the Informal review process. Characteristic 1 (led by the author) belongs to the Walkthrough review process.

Submit
9. Static code analysis typically identifies all but one of the following problems. Which is it?

Explanation

Static code analysis is a technique used to identify potential issues in source code without actually executing the program. It can help detect problems such as unreachable code, undeclared variables, and lack of comments. However, static code analysis is not designed to identify faults in the requirements. This refers to issues or errors in the specifications or understanding of what the software is supposed to do. These faults are typically identified through requirements analysis and validation techniques, not static code analysis.

Submit
View My Results

Quiz Review Timeline (Updated): Feb 21, 2024 +

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

  • Current Version
  • Feb 21, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 12, 2011
    Quiz Created by
    Akre_minal
Cancel
  • All
    All (9)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which is not a type of review?
Which of the following artifacts can be examined by using review...
What is the main difference between a walkthrough and an inspection?
What statement about static analysis is true?
Which statement about the function of a static analysis tool is true?
Which of the following statements about early test design are true and...
What statement about reviews is true?
Which of the following characteristics and types of review processes...
Static code analysis typically identifies all but one of the following...
Alert!

Advertisement