Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?

For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?A . TC4, TC3, TC2, TC6, TC5....

March 7, 2024 No Comments READ MORE +

Based only on the given information, which of the following ATDD tests is most likely to be written first?

Consider the following user story about the authentication functionality of an e-commerce website: "As a logged-in user, I want to change my current password with a new one, so that I can make my account safer". The following are some of the acceptance criteria defined for the user story: [a]...

March 6, 2024 No Comments READ MORE +

Which of the following statements about how different types of test tools support testers is true?

Which of the following statements about how different types of test tools support testers is true?A . The support offered by a test data preparation tool is often leveraged by testers to run automated regression test suitesB . The support offered by a performance testing tool is often leveraged by...

March 4, 2024 No Comments READ MORE +

Which of the following is the minimum number of test cases needed to cover the full decision table associated with this scenario?

A company wants to reward each of its salespeople with an annual bonus that represents the sum of all the bonuses accumulated for every single sale made by that salesperson. The bonus for a single sale can take on the following four values: 3%, 5%, 7% and 10% (the percentage...

March 4, 2024 No Comments READ MORE +

Based only on the given information, which of the following recommendation would you follow?

A new web app aims at offering a rich user experience. As a functional tester, you have run some functional tests to verify that, before releasing the app, such app works correctly on several mobile devices, all of which are listed as supported devices within the requirements specification. These tests...

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

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 +