Which of the following inputs are a result of designing tests for all valid equivalence classes and their boundaries?

A system has valid input numbers ranging between 1000 and 99999 (both inclusive). Which of the following inputs are a result of designing tests for all valid equivalence classes and their boundaries?A . 999.1000.23232.99999.100000B . 999.1000.50000.100000.100001C . 999.100000D . 1000,50000,99999View AnswerAnswer: B Explanation: A correct list of boundary values for...

April 21, 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...

April 20, 2025 No Comments READ MORE +

The following chart represents metrics related to testing of a project that was competed. Indicate what is represented by tie lines A, B and the axes X.Y

The following chart represents metrics related to testing of a project that was competed. Indicate what is represented by tie lines A, B and the axes X.Y A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D Explanation: Option D correctly...

April 20, 2025 No Comments READ MORE +

Which test design techniques are most appropriate for this case?

You need to test the login page of a web site. The page contains fields for user name and password. Which test design techniques are most appropriate for this case?A . Decision table testing, state transition testing.B . Equivalence partitioning, Boundary value analysis.C . Exploratory testing, statement coverage.D . Decision...

April 19, 2025 No Comments READ MORE +

What would be your FIRST recommendation to the company?

A mid-size software product development company has analyzed data related to defects detected in its product and found out that detects fixed in earlier builds are getting re-opened after a few months. The company management now seeks your advice in order to reverse this trend and prevent re-opening of defects...

April 18, 2025 No Comments READ MORE +

Which of the following statements about re-testing and regression testing are TRUE?

Which of the following statements about re-testing and regression testing are TRUE? I. Re-testing should be performed after a defect is fixed. II. Regression testing should always be performed after a defect is fixed. III. Re-testing and regression testing may be performed at any test level. IV. Regression testing may...

April 17, 2025 No Comments READ MORE +

Which sequence of state transition stated in the answer choices is correct in accordance with the following figure depicting me life-cycle of a defect?

Which sequence of state transition stated in the answer choices is correct in accordance with the following figure depicting me life-cycle of a defect? A . S0->S1->S2->S3->S4B . S0->S1->S2->S3->S5^>S1C . S0->S1->S2->S3->S5->S1->S2->S3D . S0->S1->S2->S3->S5->S3->S4View AnswerAnswer: C Explanation: The figure depicts the life-cycle of a defect using state transition testing. State transition...

April 16, 2025 No Comments READ MORE +

Which testing principal suggests a change to the current test strategy for the next test cycle?

A team's test strategy was to invest equal effort in testing each of a system's modules. After running one test cycle, it turned out that most of the critical bugs were detected in one of the system's modules. Which testing principal suggests a change to the current test strategy for...

April 16, 2025 No Comments READ MORE +

Which of the following is a correct reason to apply test automation?

Which of the following is a correct reason to apply test automation?A . When a new test automation tool is launchedB . When there are a lot of repetitive testing tasksC . When it is easy to automateD . When it is cheap to buy test automation toolsView AnswerAnswer: B...

April 15, 2025 No Comments READ MORE +

In which of the following cases you would NOT execute maintenance testing?

In which of the following cases you would NOT execute maintenance testing?A . Retirement of the software or systemB . Modifications to a released software or systemC . Migration of the system data to a replacement systemD . Update to the Maintainability requirements during the development phaseView AnswerAnswer: D Explanation:...

April 15, 2025 No Comments READ MORE +