Which of the following coverage criteria results in the highest coverage for state transition based test cases?
Which of the following coverage criteria results in the highest coverage for state transition based test cases?A . Can't be determinedB . Covering all transitions at least onceC . Covering only start and end statesD . Covering all states at least onceView AnswerAnswer: B Explanation: Covering all transitions at least...
Which of the following is not an example of a typical generic skill required for testing?
Which of the following is not an example of a typical generic skill required for testing?A . Be able to apply test-driven developmentB . Be able to use test management tools and defect tracking toolsC . Be able to communicate defects and failures to developers as objectively as possibleD ....
Based only on the given information, which of the following answers about the three-point test estimation technique applied to this problem is true?
Following a risk-based testing approach you have designed 10 tests to cover a product risk with a high-risk level. You want to estimate, adopting the three-point test estimation technique, the test effort required to reduce the risk level to zero by executing those 10 tests. You made the following three...
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...
Which of the following sentences correctly describes the risk?
A Test Manager conducts risk assessment for a project. One of the identified risks is: The sub-contractor may fail to meet his commitment". If this risk materializes. it will lead to delay in completion of testing required for the current cycle. Which of the following sentences correctly describes the risk?...
Which of the following statements about the value of maintaining traceability between the test basis and test work products is not true?
Which of the following statements about the value of maintaining traceability between the test basis and test work products is not true?A . Traceability can be useful for assessing the impact of a change to a test basis item on the corresponding testsB . Traceability can be useful for determining...
A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:
A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:A . Test monitoring and controlB . Test implementationC . Test designD . Test analysisView AnswerAnswer: B...
Which of the following statements about the shift-left approach is true?
Which of the following statements about the shift-left approach is true?A . Shift-left in testing can be implemented only in Agile/DevOps frameworks, as it relies completely on automated testing activities performed within a continuous integration processB . Performance testing performed during component testing, is a form of shift-left in testing...