Which of the following does MOT describe a reason why testing is necessary?
Which of the following does MOT describe a reason why testing is necessary?A . The customer decided that 100% branch coverage shall be achievedB . The acquisition of test automation tools was based on the assumption that it will be used m all projectsC . For avionics and pharmaceutical systems...
A software company decides to invest in reviews of various types. The thought process they have is that each artifact needs to be reviewed using only one of the review methods depending on the criticality of the artifact.
A software company decides to invest in reviews of various types. The thought process they have is that each artifact needs to be reviewed using only one of the review methods depending on the criticality of the artifact.A . The thought process is incorrect. The whole company should adopt same...
Which test approach will best fit a new project, with little documentation and high probability for bugs?
Which test approach will best fit a new project, with little documentation and high probability for bugs?A . Exploratory testingB . Requirements based testingC . Metric based approachD . Regression testingView AnswerAnswer: A Explanation: Exploratory testing is an approach to testing that emphasizes learning, test design and test execution at...
Which of the following statements about decision tables are TRUE?
Which of the following statements about decision tables are TRUE? I. Generally, decision tables are generated for low risk test items. II. Test cases derived from decision tables can be used for component tests. III. Several test cases can be selected for each column of the decision table. IV. The...
Which of the following is a key characteristic of informal reviews?
Which of the following is a key characteristic of informal reviews?A . Kick-off meetingB . Low costC . Individual preparationD . Metrics analysisView AnswerAnswer: B Explanation: A key characteristic of informal reviews is low cost. Informal reviews are a type of review that does not follow a formal process or...
Which review type is most appropriate to ensure high quality and technical correctness of the algorithm?
A software module to be used in a mission critical application incorporates an algorithm for secure transmission of data. Which review type is most appropriate to ensure high quality and technical correctness of the algorithm?A . WalkthroughB . Informal ReviewC . Technical ReviewD . Management ReviewView AnswerAnswer: C Explanation: A...
Which of the following items of an incident report would you be UNABLE to write down based on this information?
As the last stage of a test cycle of an embedded device, you are performing exploratory testing. You observed that some character. (A, X and Z) sent via a serial port to the device do not get registered on the device whereas they should be. You suspect that this could...
Which of the following is correct?
A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following is correct?A . The lest engineer should not re-run the tests, as they have already been run, and results...
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 coverage metric will provide the needed information for this analysis?
A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped - unless there is an...