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...
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...
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...
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...
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...
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...
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....
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...
A typical objective of testing is to ensure that:
A typical objective of testing is to ensure that:A . testing is used to drive the development of a softwareB . a software has been tested using a combination of test techniquesC . there are no defects in a software that is about to be releasedD . a software has...
Which of the following is NOT a valid object of this pilot project?
A company runs a pilot project for evaluation of a test automation tool. Which of the following is NOT a valid object of this pilot project?A . Get familiar with the functionality and options of the toolB . Check haw the tool fits to the existing test processesC . Train...