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 #252
How can test execution tools be of most benefit during exploratory testing?
- 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 #255
Which of the following defects is most likely to be found by a test harness?
- Question #256
Which pair of definitions is correct?
- Question #257
Which one of the following roles is typically used in a review?
- 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 #269
Which of the following is not true of regression testing?
- 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 #281
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...
- 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 #287
Which of the following terms is used to describe the management of software components comprising an integrated system?
- Question #288
Code Coverage is used as a measure of what?
- Question #289
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?
- 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 #292
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...
- 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 #297
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...
- Question #298
Faults found by users are due to..?
- Question #299
What is the main purpose of use case testing?
- Question #300
Which of the following is MOST important in the selection of a test approach?