The acceptance criteria associated with a user story:

The acceptance criteria associated with a user story:A . are often written in a rule-oriented format using the template referred to as "Given/When/Then"B . are often documented following in rule-oriented format using the following template: "As a [role], I want [feature], so that I can [benefit]"C . can be written...

May 17, 2025 No Comments READ MORE +

Was this decision right or wrong?

A test manager decided to skip static testing since he believes bugs can be found easily by doing dynamic testing. Was this decision right or wrong?A . The decision was wrong. Ensuring quality mandates that static testing is performed after performing the dynamic testing.B . The decision was right. Static...

May 10, 2025 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 ....

May 9, 2025 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...

May 5, 2025 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...

May 1, 2025 No Comments READ MORE +

Which of the following work products cannot be examined by static analysis?

Which of the following work products cannot be examined by static analysis?A . Test plansB . Source codeC . Compiled codeD . Formal modelsView AnswerAnswer: A Explanation: Static analysis is the process of examining the work products of a software development or testing activity without executing them. Static analysis can...

May 1, 2025 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...

April 28, 2025 No Comments READ MORE +

The fact that defects are usually not evenly distributed among the various modules that make up a software application, but rather their distribution tend to reflect the Pareto principle:

The fact that defects are usually not evenly distributed among the various modules that make up a software application, but rather their distribution tend to reflect the Pareto principle:A . is a false mythB . is expressed by the testing principle referred to as Tests wear out'C . is expressed...

April 28, 2025 No Comments READ MORE +

Who of the following has the best knowledge to decide what tests in a test project should be automated?

Who of the following has the best knowledge to decide what tests in a test project should be automated?A . The developerB . The customerC . The development managerD . The test leaderView AnswerAnswer: D Explanation: The test leader is the person who is responsible for planning, monitoring, and controlling...

April 27, 2025 No Comments READ MORE +

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

April 24, 2025 No Comments READ MORE +