BH0-010 Exam Questions
456 real BH0-010 exam questions with expert-verified answers and explanations. Page 6 of 10.
- Question #251
Independent Verification & Validation is:
- Question #252Tool support for testing
How can test execution tools be of most benefit during exploratory testing?
test execution toolsexploratory testingrecord-playbackdefect recreation - Question #253
The purpose of exit criteria is:
- Question #254
Given the Following program IF X <>= ZTHEN Statement 2;ENDMcCabe's Cyclomatic Complexity is :
- Question #255Tool support for testing
Which of the following defects is most likely to be found by a test harness?
test harnessmiddleware defectscomponent testingtool capabilities - Question #256Fundamentals of Testing
Which pair of definitions is correct?
regression testingretestingdefect re-testingtest type definitions - Question #257Static testing
Which one of the following roles is typically used in a review?
review rolesauthorformal reviewreview participants - Question #258
Which is not a major task of test implementation and execution?
- Question #259
Which of the following are the typical defects found by static analysis tools?
- Question #260
What is the concept of introducing a small change to the program and having theeffects of that change show up in some test..?
- Question #261
Tests are prioritized so that:
- Question #262
The effect of testing is to:
- Question #263
What can a risk-based approach to testing provide?
- Question #264
Which of the following is most likely to cause failure in the implementation of a test tool?
- Question #265
Important consequences of the impossibility of complete testing are:
- Question #266
Which of the following statements contains a valuable objective for a test team?
- Question #267
During the software development process, at what point can the test process start?
- Question #268
Which of the following statements describes a key principle of software testing?
- Question #269Fundamentals of Testing
Which of the following is not true of regression testing?
regression testingtest typeslifecycle testingtest automation - Question #270
Which of the following are aids to good communication, and which hinder it?
- Question #271
One of the roles in a review is that of moderator, which of the following best describes this role?
- Question #272
Non-functional system testing includes:
- Question #273
Which of the following is NOT part of configuration management..?
- Question #274
When what is visible to end-users is a deviation from the specific or expected behavior, this is called..?
- Question #275
What is the purpose of a test completion criterion?
- Question #276
Which of the following is correct? Debugging is:
- Question #277
What should be the MAIN objective during development testing?
- Question #278
Which of the following is true of iterative development?
- Question #279
Which of the following comparisons of component testing and system testing are TRUE?
- Question #280
Which of the following is not a part of the Test Implementation and Execution Phase?
- Question #281Test design techniques
A washing machine has three temperature bands for different kinds of fabrics: fragile fabrics are washed at temperatures between 15 and 30 degrees Celsius; normal fabrics are washe...
equivalence partitioningpartition boundariestemperature bandsblack-box design - Question #282
Incorrect form of Logic coverage is:
- Question #283
Which of the following are most likely to be used when developing a test strategy or test approach? (i) Failure-based approach (ii)Test specification approach (iii) Model-based app...
- Question #284
Which of the following is true about the V-model?
- Question #285
Security falls under..?
- Question #286
In the MASPAR case study..?
- Question #287Test management
Which of the following terms is used to describe the management of software components comprising an integrated system?
configuration managementsoftware componentsintegrated systemtest management - Question #288
Code Coverage is used as a measure of what?
- Question #289Fundamentals of Testing
The five parts of the fundamental test process have a broad chronological order. Which of the options gives three different parts in the correct order?
fundamental test processtest phaseschronological ordertest activities - Question #290
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of ea...
- Question #291
Reviewing the test Basis is a part of which phase
- Question #292Test design techniques
Consider the following pseudo code: 1 Begin 2 Read Time 3 If Time < 12 Then 4 Print(Time, "am") 5 Endif 6 If Time > 12 Then 7 Print(Time 12, "pm") 8 Endif 9 If Time = 12 Then 10 Pr...
decision coveragewhite-box testingbranch coveragepseudo code analysis - Question #293
Which of the following statements BEST describes one of the seven key principles of software testing?
- Question #294
For which of the following would maintenance testing be used?
- Question #295
Which of the following is the odd one out..?
- Question #296
An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:
- Question #297Testing throughout the software development lifecycle
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...
developer testingunit testingtest independencewhite-box techniques - Question #298
Faults found by users are due to..?
- Question #299Test design techniques
What is the main purpose of use case testing?
use case testingprocess flowsblack-box techniquesdefect identification - Question #300
Which of the following is MOST important in the selection of a test approach?