ISTQB Certification Exam-Sample Papers Q. 41 to 50
(Quickly Review Your Skills before appearing for ISTQB Certification Exam)
Set of 10 Questions.
Correct Answers to Earlier Questions – Q. 31 to Q 40 are at the end of this page:
Q. 41: Which of the following combinations correctly describes a valid approach to component testing:
i) Functional testing of the component in isolation.
ii) Structure-based testing of the code without recording incidents.
iii) Automated tests that are run until the component passes.
iv) Functional testing of the interfaces between modules.
A. i and ii.
B. I, ii and iii
C. iii.
D. ii and iv
<<<<<< =================== >>>>>>
Q. 42: Which of the following is a KEY test control task?
A. Initiating corrective actions
B. Determining the scope
C. Implementing the test policy
D. Scheduling test implementation
<<<<<< =================== >>>>>>
Q. 43: What is the name of a skeletal implementation of a software component that is used for testing?
A. Use case
B. Domain
C. Driver
D. Stub
<<<<<< =================== >>>>>>
Q. 44: Which is the best definition of complete testing:
A. You have discovered every bug in the program.
B. You have tested every statement, branch, and combination of branches in the program.
C. You have completed every test in the test plan.
D. You have reached the scheduled ship date.
<<<<<< =================== >>>>>>
Q. 45: Complete statement and branch coverage means:
A. That you have tested every statement in the program.
B. That you have tested every statement and every branch in the program.
C. That you have tested every IF statement in the program.
D. That you have tested every combination of values of IF statements in the program
<<<<<< =================== >>>>>>
Q. 46: There are several risks of managing your project’s schedule with a statistical reliability model. These include (choose one or more of the following):
A. Testers spend more energy early in the product trying to find bugs than preparing to do the rest of the project’s work more efficiently
B. Managers might not realize that the testing effort is ineffective, late in the project, because they expect a low rate of bug finding, so the low rate achieved doesn’t alarm them.
C. It can increase the end-of-project pressure on testers to not find bugs, or to not report bugs.
D. All of the above
<<<<<< =================== >>>>>>
Q. 47: Typical defects that are easier to find in reviews than in dynamic testing are:
A. Deviations from standards,
B. Requirement defects,
C. Design defects,
D. Insufficient maintainability and incorrect interface specifications.
E. All of the above.
<<<<<< =================== >>>>>>
Q. 48: Reviews, static analysis and dynamic testing have the same objective
A. Identifying defects.
B. Fixing defects.
C. A. and B
D. None of the above
<<<<<< =================== >>>>>>
Q. 49: What techniques would be MOST appropriate if the specifications are outdated?
A. Structure-based and experienced-based techniques
B. Black-box and specification-based techniques
C. Specification-based and structure-based techniques
D. Structure-based technique and exhaustive testing
<<<<<< =================== >>>>>>
Q. 50: Measurement dysfunction is a problem because:
A. Even though the numbers you look at appear better, to achieve these numbers, people are doing other aspects of their work much less well.
B. We don’t know how to measure a variable (our measurement is dysfunctional) and so we don’t know how to interpret the result.
C. You are measuring the wrong thing and thus reaching the wrong conclusions.
D. All of the above.
Correct Answer of the above Questions
Access the Full Database of all Questions
Correct Answers to Earlier Questions – Q. 31 to Q 40 are as under:
Question No. | Correct Answer |
Q. 31 | C |
Q. 32 | B |
Q. 33 | A |
Q. 34 | A |
Q. 35 | D |
Q. 36 | D |
Q. 37 | B |
Q. 38 | C |
Q. 39 | A |
Q. 40 | C |
An expert on R&D, Online Training and Publishing. He is M.Tech. (Honours) and is a part of the STG team since inception.
Q. 44: Which is the best definition of complete testing:
A. You have discovered every bug in the program.
B. You have tested every statement, branch, and combination of branches in the program.
C. You have completed every test in the test plan.
D. You have reached the scheduled ship date.
I think the answer should be C. You have completed every test in the test plan.
But you have mentioned A.
How can you determine or conclude that you have discovered every bug in program?
Agreed that 44 simply CAN’T be A. I personally would say it was B, not C though. The test plan might be deficient, but if you have executed everything, that isn’t a factor. It’s possible that the question should be “worst” rather than “best”, because all 3 of the other answers could be a valid reason to stop in the right circumstances, but A is impossible to know.
@Luminos: The answer (A) is correct because complete testing, meant to say exhaustive testing is not possible. But the funda is to pick out max bugs as much as one can so as to attain near to complete testing.