BH0-010 Exam Questions
456 real BH0-010 exam questions with expert-verified answers and explanations. Page 8 of 10.
- Question #353
Which of the following are 'Exit Criteria?'
- Question #354
Which of the following factors will MOST affect the testing effort required to test a software product? [K1]
- Question #355
What is a test condition?
- Question #356
It is recommended to perform exhaustive tests for covering all combinations of inputs and preconditions.
- Question #357
Test objectives for systems testing of a safety critical system include completion of all outstanding defect correction. Regression testing is required following defect correction...
- Question #358
Which of the following is a white box testing design characteristic?
- Question #359
Consider the following pseudo code: 1. Begin 2. Input X, Y 3. If X > Y 4. __Print (X, `is greater than', Y) 5. Else 6. __Print (Y, is greater than or equal to', X) 7. EndIf 8. End...
- Question #360
A system calculates the amount of customs duty to be paid: _ No duty is paid on goods value up to, and including, $2,000. _ The next $8,000 is taxed at 10%. _ The next $20,000 afte...
- Question #361
Which of the following test design techniques is not a black box technique?
- Question #362
What is the value of static code analysis?
- Question #363
A data driven approach to test automation design is best described as:
- Question #364
Which of the following risks represents the highest level of risk to the project?
- Question #365
Which statement BEST describes when test planning should be performed? [K1]
- Question #366
The four test levels defined for a common V-model testing approach are:
- Question #367
Under which of the following circumstances is maintenance testing required? [K1]
- Question #368
A bank is developing a new service that will be delivered via the web. The user interactions are defined as a set of use cases and the service is designed to be available continuou...
- Question #369
Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the specification (PID ver 1.3 10b iv) the validation screen should not accept future dated...
- Question #370
Before an invoice can be created, an account is required. Before an account can be set up, an account user is required (in order to set up the account). The software is delivered w...
- Question #371
Which TWO of the following test tools would be classified as test execution tools? [K2]
- Question #372
Which of the following statements about software development models is most accurate? [K1]
- Question #373
Which of the following statements is most true about test conditions?
- Question #374
Refer to the exhibit. Given the following State Transition diagram, match the test cases below with the relevant set of state transitions. (i)X-Z-V-W (ii)W-Y-U-U
- Question #375
Refer to the exhibit. The following test cases need to be run, but time is limited, and it is possible that not all will be completed before the end of the test window The first ac...
- Question #376
What type of test design technique is the most effective in testing screen-dialog flows?
- Question #377
Typically, exit criteria may consist of:
- Question #378
A client-server system for a web development must support a minimum of 200 enquiries per hour. In peak times, it must be available 24 hours x 7 days due to the critical nature of t...
- Question #379
Consider the following pseudo code 1. Begin 2. Read Gender 3. __Print "Dear" 4. If Gender = `female' 5. Print ("Ms") 6. Else 7. __Print ( "Mr") 8. Endif 9. End How many test cases...
- Question #380
Which of the following BEST describes the relationship between test planning and test execution? [K2]
- Question #381
Which of the following test case design techniques is white box (structure-based)? [K1]
- Question #382
Which of the following characteristics is most likely to promote effective software testing? [K1]
- Question #383
An iPhone application identifies and counts all purchases of a particular product from a shopping website. The application incorrectly counts purchase attempts by including both fa...
- Question #384
What content would be in an incident report if that incident report was based on the IEEE 829 Standard for SoftwareTest Documentation? (i)Identification of configuration items of t...
- Question #385
Which statement correctly describes debugging? [K2]
- Question #386
Which of the following would typically be identified using static analysis by tools? [K1]
- Question #387
"Experience based" test design techniques, typically...
- Question #388
Which of the following would be appropriate test objectives for user acceptance testing of the first release of a new software product aimed at a general market and built using Agi...
- Question #389
Which of the following is a role of a formal review? [K1]
- Question #390
In a system designed to work out the employee tax to be paid: _ An employee has $4,000 of salary tax free. _ The next $1,500 is taxed at 10%. _ The next $28,000 after that is taxed...
- Question #391
Of the following, select the best description of the fundamental test process:
- Question #392
How does software testing contribute to the quality of delivered software? [K2]
- Question #393
The Cambrian Pullman Express has special ticketing requirements represented by the partial decision table below. Refer to the exhibit Carol has a student railcard and is travelling...
- Question #394
What factors should be considered to determine whether enough testing has been performed? (i)The exit criteria. (ii)The budget. (iii)How big the test team is. (iv)The product's ris...
- Question #395
Which of the following correctly states a limitation in the use of static analysis tools? [K1]
- Question #396
Which type of review has the following main purposes: discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to...
- Question #397
Which of the following metrics could be used to monitor progress along with test preparation and execution? [K1]
- Question #398
Dynamic Analysis Tools are used to:
- Question #399
Which from the following list are typically found to enable the review process to be successful? [K2]
- Question #400
Which of the following test cases will ensure that the statement `Print `Hold'' is exercised? [K3] Refer to the exhibit
- Question #401
Which of the following would NOT be a typical target of testing support tools?
- Question #402
A test case starts at S1 and triggers 4 events in sequence: E1, E4, E5, E7. What will be the finishing state and the output(s) from the test case? [K3] Refer to the exhibit