How many test cases are needed to achieve 100 per cent decision coverage?
End How many test cases are needed to achieve 100 per cent decision coverage?A . 1B . 2C . 3D . 4View AnswerAnswer: B Explanation: Decision coverage is a structure-based test technique that involves testing every decision point in the code by testing all possible outcomes or branches of each...
Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]
Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]A . Exploratory testingB . Decision table testingC . State transition testingD . Statement testingView AnswerAnswer: D Explanation: A white box testing design technique is D. Statement testing. Statement testing is a white box testing...
Refer to the exhibit
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-UA . (i) = S1 C S2 C S3 C S4 C S2 and (ii) = S4 C S2 C S4 C S4 C S4B...
Refer to the exhibit
Refer to the exhibit 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 cases have been run: Test Case 1 covering path P, Q, R, U Test Case 2...
Which of the following is NOT an example of a typical risk-based testing activity?
Which of the following is NOT an example of a typical risk-based testing activity?A . The evaluation of a risk-management tools to decide which tool to use for future projectsB . The focus of testing is shifted to an area in the system where tests find with more defects than...
Which of the following contains roles of a tester in this company?
A software company adopts the V-model as their development life cycle. Which of the following contains roles of a tester in this company?A . Decide what should be automated, to what degree, and how.B . Review test plans and set up test environments.C . Coordinate the test strategy with the...
Which of the following BEST describes the relationship between test planning and test execution? [K2]
Which of the following BEST describes the relationship between test planning and test execution? [K2]A . Test planning ensures the level of detail in test procedures is appropriate for test executionB . Test planning schedules test execution but does not assign resourcesC . Test planning defines the overall approach to...
Which team would be the most suitable for this goal?
A software company decided to buy a commercial application for its accounting operations. As part of the evaluation process, the company decided to assemble a team to test a number of candidate applications. Which team would be the most suitable for this goal?A . A team from an outsourcing company...
A data driven approach to test automation design is best described as:
A data driven approach to test automation design is best described as:A . Using action words to describe the actions to be taken, the test data.B . Scaling to support large numbers of users.C . Being based on Equivalence Partitioning testing techniques.D . Separating out the test data inputs and...
Which of the following is an appropriate reason for maintenance testing?
Which of the following is an appropriate reason for maintenance testing?A . Bugs found in the field after upgrading the operation systemB . Bugs found during system testingC . Bugs found during unit testingD . Bugs found during integration testingView AnswerAnswer: A