Quiz
ISTQB
The International Software Testing Qualifications Board (ISTQB) is a globally recognized organization that provides certification for software testers. It was established to create a standardized and professional approach to software testing across the world.
ISTQB certifications help individuals understand software testing concepts, improve testing skills, and build a strong career in the software testing field.
Rating
0
0
There are no comments for now.
Join this Course
to be the first to leave a comment.
1.
Which of the following BEST describes software testing?
2.
In ISTQB terms, what is a test object?
3.
Which option BEST distinguishes a defect from a failure?
4.
Which of the following BEST describes an error (mistake)?
5.
Which statement about root cause is MOST accurate?
6.
A stakeholder asks, "How does testing relate to quality?" Which answer is MOST appropriate?
7.
Which statement BEST describes the relation between testing and quality assurance (QA)?
8.
Which of the following is the BEST example of a failure?
9.
Which statement about environmental causes of failure is TRUE?
10.
Which of the following BEST describes testware?
11.
Which statement BEST distinguishes testing from debugging?
12.
Which of the following is a typical activity in debugging after a failure is observed in dynamic testing?
13.
Which statement BEST describes verification?
14.
Which statement BEST describes validation?
15.
Which of the following is NOT a typical test objective in ISTQB CTFL v4.0?
16.
Which objective MOST CLEARLY relates to coverage?
17.
Which of the following is a correct statement about confirmation testing (re-testing) after debugging is completed?
18.
Which of these statements about regression testing is TRUE in the context of debugging?
19.
Which test objective BEST supports meeting contractual or regulatory requirements?
20.
Which principle explains why we focus testing on certain areas instead of trying to test everything?
21.
Which principle MOST DIRECTLY supports starting reviews and testing activities as early as possible?
22.
The observation that a small number of components usually contain most of the defects BEST illustrates which principle?
23.
Which principle is also known as the \"pesticide paradox\"?
24.
Which principle emphasizes that the appropriate test approach depends on the type of system and its risks?
25.
What does the absence‑of‑defects fallacy mainly warn against?
26.
Which statement BEST explains why testing is necessary from a risk perspective?
27.
Why is testing considered a cost‑effective means of quality control?
28.
Which of the following BEST reflects the role of testing in project decision making?
29.
Which list of levels of tester independence is in the correct order, starting with the most independent first?
Tests designed by the author; tests designed by another member of the development team; tests designed by someone from a different company.
Tests designed by someone from a different department within the company; tests designed by the author; tests designed by someone from a different company.
Tests designed by someone from a different company; tests designed by someone from a different department within the company; tests designed by another member of the development team
Tests designed by someone from a different department within the company; tests designed by someone from a different company; tests designed by the author.
30.
When assembling a test team to work on an enhancement to an existing system, which of the following has the highest level of test independence?
31.
The following statements relate to activities that are part of the test process.
(i) and (iii) are part of Test Analysis and Design; (ii), (iv) and (v) are part of Test Implementation and Execution.
(i), (iii), and (iv) are part of Test Analysis and Design; (ii) and (v) are part of Test Implementation and Execution.
(i) and (v) are part of Test Analysis and Design; (ii), (iii) and (iv) are part of Test Implementation and Execution.
(i) and (iv) are part of Test Analysis and Design; (ii), (iii) and (v) are part of Test Implementation and Execution.
32.
Which of the following are valid justifications for developers testing their own code during unit testing? (i) Their lack of independence is mitigated by independent testing during system and acceptance testing. (ii) A person with a good understanding of the code can find more defects more quickly using white-box techniques. (iii) Developers have a better understanding of the requirements than testers. (iv) Testers write unnecessary incident reports because they find minor differences between the way in which the system behaves and the way in which it is specified to work.
33.
Which one of the following describes the major benefit of verification early in the life cycle?
34.
Although a test that previously exposed many defects is part of the regression suite, no new test cases have been added for the module under test for a long time. Which testing principle is the test team forgetting?
35.
Test objectives vary across projects and should be stated in the test plan. Which of the following test objectives might conflict with the proper tester mindset?
36.
Which of the following characterizes the cost of faults?
They are cheapest to find in the early development phases and the most expensive to fix in the latest test phases.
They are easiest to find during system testing but the most expensive to fix then.
Faults are cheapest to find in the early development phases but the most expensive to fix then.
Although faults are most expensive to find during early development phases, they are cheapest to fix then.
37.
Which of the following statements BEST describes one of the seven key principles of software testing?
Automated tests are better than manual tests for avoiding exhaustive testing
Exhaustive testing is, with sufficient effort and tool support, feasible for all software
It is normally impossible to test all input / output combinations for a software system.
The purpose of testing is to demonstrate the absence of defects.
38.
What is the benefit of independent testing?
More work gets done because testers do not disturb developers all the time.
Independent testers tend to be unbiased and find different defects than the developers.
Independent testers do not need extra education and training.
Independent testers reduce the bottleneck in the incident management process.
39.
Which of the following is not a testing objective?
40.
The following statements relate to activities that are part of the fundamental test process. i) Evaluating the testability of requirements. ii) Repeating testing activities after changes. iii) Designing the test environment setup. iv) Developing and prioritizing test cases. v) Verifying that the environment is set up correctly. Which statement below is TRUE?
(i) and (ii) are part of analysis and design, (iii), (iv) and (v) are part of test implementation and execution.
(i) and (ii) are part of analysis and design, (iii), (iv) and (v) are part of test implementation and execution.
(i) and (v) are part of analysis and design, (ii), (iii) and (iv) are part of test implementation and execution
(i) and (iv) are part of analysis and design, (ii), (iii) and (v) are part of test implementation and execution.