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

March 4, 2024 No Comments READ MORE +

Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length?

An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet. Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied...

March 4, 2024 No Comments READ MORE +

What Is the minimum number of test cases needed to cover every unique sequence of up to 3 states/2 transitions starting In the "Start" state and ending In the "End" state?

Consider the following simplified version of a state transition diagram that specifies the behavior of a video poker game: What Is the minimum number of test cases needed to cover every unique sequence of up to 3 states/2 transitions starting In the "Start" state and ending In the "End" state?A...

March 3, 2024 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...

March 2, 2024 No Comments READ MORE +

Which of the following statements is true?

Which of the following statements is true?A . Experience-based test techniques rely on the experience of testers to identify the root causes of defects found by black-box test techniquesB . Some of the most common test basis used by white-box test techniques include user stories, use cases and business processesC...

March 1, 2024 No Comments READ MORE +

Which of the following is a task the Author is responsible for, as part of a typical formal review?

Which of the following is a task the Author is responsible for, as part of a typical formal review?A . Determining the people who will be involved in the reviewB . Recording the anomalies found during the review meetingC . Identifying potential anomalies in the work product under reviewD ....

February 29, 2024 No Comments READ MORE +

Which of the following is not an example of a typical content of a test completion report for a test project?

Which of the following is not an example of a typical content of a test completion report for a test project?A . The additional effort spent on test execution compared to what was plannedB . The unexpected test environment downtime that resulted in slower test executionC . The residual risk...

February 28, 2024 No Comments READ MORE +

The whole-team approach:

The whole-team approach:A . promotes the idea that all team members should have a thorough understanding of test techniquesB . is a consensus-based approach that engages the whole team in estimating the user storiesC . promotes the idea that all team members should be responsible for the quality of the...

February 28, 2024 No Comments READ MORE +

Which of the following statements about error guessing is true?

Which of the following statements about error guessing is true?A . Error guessing is a system that adopts artificial intelligence to predict whether software components are likely to contain defects or notB . Experienced testers, when applying error guessing, rely on the use of a high-level list of what needs...

February 28, 2024 No Comments READ MORE +

Which of the following statements best describes how configuration management supports testing?

Which of the following statements best describes how configuration management supports testing?A . Configuration management helps reduce testing effort by identifying a manageable number of test environment configurations in which to test the software, out of all possible configurations of the environment in which the software will be releasedB ....

February 28, 2024 No Comments READ MORE +