BH0-010 Exam Questions
456 real BH0-010 exam questions with expert-verified answers and explanations. Page 7 of 10.
- Question #301
For which of the following activities in the fundamental test process would an incident management tool be most useful?
- Question #302
Which of the following are most characteristic of structure-based testing? (i) Information about how the software is constructed is used to derive test cases. (ii) Statement covera...
- Question #303
Which statement correctly describes the public and profession aspects of the code of ethics?
- Question #304
Which of these are objectives for software testing?
- Question #305
Which of the following is not a major task of Exit criteria?
- Question #307
Which of the following could be a reason for a failure? 1) Testing fault 2) Software fault 3) Design fault 4) Environment Fault 5) Documentation Fault
- Question #308
What do you mean by "Having to say NO"..?
- Question #309
A software component has the code shown below: Program BiggestA, Biggest: Integer Begin Read A Biggest = 10 While A > 0 Do If A > Biggest Then Biggest = A Endif Read A Enddo End Th...
- Question #310
The difference between re-testing and regression testing is:
- Question #311
Which is not the testing objective?
- Question #312
Which statement below BEST describes non-functional testing?
- Question #313
Fault Masking is:
- Question #314
Which statement is most true?
- Question #315
The following statements relate to activities that are part of the fundamental test process.
- Question #316
Which of the following has the typical formal review activities in the correct sequence?
- Question #317
Which of the following is usually the test basis for integration testing?
- Question #318
When is testing complete?
- Question #319
Which of the following statements are TRUE?
- Question #320
According to the ISTQB Glossary, regression testing is required for what purpose?
- Question #321
Tools like change Man, Clear case are used as..?
- Question #322
Which of the following are examples of iterative development models? (i) V-model (ii) Rapid Application Development model (iii) Waterfall model (iv) Agile development model
- Question #323
What benefits do static analysis tools have over test execution tools?
- Question #324
Testing should be stopped when:
- Question #325
Which of the following defines the expected result of a test?
- Question #327
"How much testing is enough?"
- Question #328
What if the project isn't big enough to justify extensive testing..?
- Question #329
During which test activity could faults be found most cost effectively?
- Question #330
A system is designed to accept values of examination marks as follows: Fail: 0-39 inclusive Pass: 40-59 inclusive Merit: 60-79 inclusive Distinction: 80-100 inclusive In which of t...
- Question #331
What is the purpose of test completion criteria in a test plan:
- Question #332
Complete statement and branch coverage means..?
- Question #333
Who is responsible for conducting test readiness review..?
- Question #334
Which of the following principles should be followed when introducing a test tool into an organization? (i) Assessing organizational maturity to establish whether a tool will provi...
- Question #335
Which of the following best describes the purpose of non-functional testing?
- Question #336
Which of the following is in the correct order (typically)?
- Question #337
Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase:
- Question #338
Which of the following could be a disadvantage of independent testing?
- Question #339
Which of the following is not a quality characteristic listed in ISO 9126 Standard?
- Question #340
Mix Questions Set B When an organization considers the use of testing tools, they should:
- Question #341
From the following list, which of the following apply to experience-based techniques? [K2]
- Question #342
Which of the following statements about use-case testing are most accurate? (i)In a use-case diagram an actor represents a type of user. (ii)Use-cases are the most common test basi...
- Question #343
System testing is:
- Question #344
The flow graph below shows the logic of a program for which 100% statement coverage and 100% decision coverage is required on exit from component testing. [K4] The following test c...
- Question #345
Which of the following statements best characterises maintenance testing? [K2]
- Question #346
Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]
- Question #347
Which of the following is a valid reason for writing test cases based on experience and intuition? [K1]
- Question #348
What are metrics NOT used for?
- Question #349
Which of the following best describes the Black-box technique?
- Question #350
What is the main reason for using a pilot project to introduce a testing tool into an organization? [K1]
- Question #351
Which of the following accurately defines the integration testing test level? [K2]
- Question #352
Component testing may include: