Confirmation testing is performed after:

Confirmation testing is performed after:A . a defect is fixed and after other tests do not find any side-effect introduced in the software as a result of such fixB . a failed test, and aims to run that test again to confirm that the same behavior still occurs and thus...

February 10, 2025 No Comments READ MORE +

Test automation allows you to:

Test automation allows you to:A . demonstrate the absence of defectsB . produce tests that are less subject to human errorsC . avoid performing exploratory testingD . increase test process efficiency by facilitating management of defectsView AnswerAnswer: B Explanation: Test automation allows you to produce tests that are less subject...

February 10, 2025 No Comments READ MORE +

Which of the following review types does this review refer to?

Consider a review for a high-level architectural document written by a software architect. The architect does most of the review preparation work, including distributing the document to reviewers before the review meeting. However, reviewers are not required to analyze the document in advance, and during the review meeting the software...

February 9, 2025 No Comments READ MORE +

Which of the following statements about branch coverage is true?

Which of the following statements about branch coverage is true?A . The minimum number of test cases needed to achieve full branch coverage, is usually lower than that needed to achieve full statement coverageB . If full branch coverage has been achieved, then all unconditional branches within the code have...

February 2, 2025 No Comments READ MORE +

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...

February 1, 2025 No Comments READ MORE +

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 ....

January 29, 2025 No Comments READ MORE +

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...

January 26, 2025 No Comments READ MORE +

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...

January 24, 2025 No Comments READ MORE +

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?...

January 23, 2025 No Comments READ MORE +

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...

January 19, 2025 No Comments READ MORE +