How many test cases are necessary in order to achieve 100% branch coverage of the process flow?
The following part of a business process flow is specified; REPEAT (book a bill) UNTIL (User presses Cancel). How many test cases are necessary in order to achieve 100% branch coverage of the process flow?A . 4B . 1C . 2D . InfiniteView AnswerAnswer: C Explanation: To achieve 100% branch...
Which of the following test techniques is the most appropriate one for testing the price computation?
A system computes prices for bus tickets. The price depends on - the passenger type (baby, child, adult, senior citizen, student, military) - the travelling type (as single or in a group) - the distance (zone 1. 2. 3) - the kind of transport (ordinary, express) Which of the following...
Which of the following statements regarding inspection is NOT true?
Which of the following statements regarding inspection is NOT true?A . An inspection may be led by a trained moderator who shall not be the author.B . The main purpose of an inspection is to find solutions to the problems.C . An inspection can be performed by peers.D . An...
In which of the following cases you would NOT execute maintenance testing?
In which of the following cases you would NOT execute maintenance testing?A . Retirement of the software or systemB . Modifications to a released software or systemC . Migration of the system data to a replacement systemD . Update to the Maintainability requirements during the development phaseView AnswerAnswer: D Explanation:...
Which of the following is NOT a deciding factor m determining the extent of testing required?
Which of the following is NOT a deciding factor m determining the extent of testing required?A . Level of risk of the product or featuresB . Budget to do testingC . A particular tester involved in testingD . Time available to do testingView AnswerAnswer: C Explanation: The extent of testing...
Which of the following is the next step the tester should take poor to recording the deviation?
During system testing phase of a word processor, a tester finds that on opening a file from a particular set of files, which are part of a critical workflow, the word processor crashes. Which of the following is the next step the tester should take poor to recording the deviation?A...
Which of the following statements is LEAST likely to be describing component testing?
Which of the following statements is LEAST likely to be describing component testing?A . It identifies defects in modules and classes.B . Simulators and stubs may be required.C . It mainly tests interfaces and interaction between components.D . It may be applied using a test-first approach.View AnswerAnswer: C Explanation: Component...
Which of the following are valid testing principles?
Which of the following are valid testing principles? I) Exhaustive testing is in general impossible. II) Exhaustive testing should be executed for code intended to be reused. III) Testing may guarantee that a program is correct. IV) Testing cannot guarantee that a program is correct. V) Defects cluster together in...
In what way do Configuration Management effects testing?
In what way do Configuration Management effects testing?A . Without proper configuration management, test planning cannot proceed.B . Proper configuration management ensures that testers can uniquely identity the tested itemC . Configuration management is important for developers, not for testersD . There is very little influence of configuration management practices...
Software was found lo take much more time than the stated requirement of less than one second to save a file. Upon investigation it was found that there was an unnecessary check inside a loop which was slowing down the file-save operation. The software not being able to meet the desired response time is an example of
Software was found lo take much more time than the stated requirement of less than one second to save a file. Upon investigation it was found that there was an unnecessary check inside a loop which was slowing down the file-save operation. The software not being able to meet the...