Manager responsibilities in formal review includes ad except one of the following:

Manager responsibilities in formal review includes ad except one of the following:A . Planning the reviewB . Determines if the review objectives have been metC . Decide on the execution of reviewsD . Allocate time for reviewView AnswerAnswer: B Explanation: A formal review is a type of review that follows...

October 2, 2023 No Comments READ MORE +

Which of the following is a function of a dynamic analysis tool?

Which of the following is a function of a dynamic analysis tool?A . Provide support for traceability of tests, test results and incidents to source documentsB . Monitor the allocation, use and de-allocation of memory during run-time of a programC . Execute programs step-by-step in order to reproduce failures and...

October 2, 2023 No Comments READ MORE +

Which of the following test techniques is the most appropriate one for testing the price computation?

A system computes prices for bus tickets. The price depends on - the passenger type (baby, child, adult, senior citizen, student, military) - the travelling type (as single or in a group) - the distance (zone 1. 2. 3) - the kind of transport (ordinary, express) Which of the following...

October 2, 2023 No Comments READ MORE +

Software was found lo take much more time than the stated requirement of less than one second to save a file. Upon investigation it was found that there was an unnecessary check inside a loop which was slowing down the file-save operation.

Software was found lo take much more time than the stated requirement of less than one second to save a file. Upon investigation it was found that there was an unnecessary check inside a loop which was slowing down the file-save operation. The software not being able to meet the...

October 2, 2023 No Comments READ MORE +

Using equivalence classes partitioning, how many test cases are required to test this field?

For a mandatory input field "ZIP code" the following rules are given: 1 - The valid ZIP code format is 5 numeric digits. 2 - The code has to exist in the post office's official ZIP code list Using equivalence classes partitioning, how many test cases are required to test...

October 1, 2023 No Comments READ MORE +

Which statement about use case testing is true?

Which statement about use case testing is true?A . The lest cases are designed to find defects in the data flew.B . The test cases are designed to be used by real users, not by professional testersC . The test cases are always designed by customers or end users.D ....

September 30, 2023 No Comments READ MORE +

Which test approach will best fit a new project, with little documentation and high probability for bugs?

Which test approach will best fit a new project, with little documentation and high probability for bugs?A . Exploratory testingB . Requirements based testingC . Metric based approachD . Regression testingView AnswerAnswer: A Explanation: Exploratory testing is an approach to testing that emphasizes learning, test design and test execution at...

September 30, 2023 No Comments READ MORE +

Which of the following is NOT a deciding factor m determining the extent of testing required?

Which of the following is NOT a deciding factor m determining the extent of testing required?A . Level of risk of the product or featuresB . Budget to do testingC . A particular tester involved in testingD . Time available to do testingView AnswerAnswer: C Explanation: The extent of testing...

September 28, 2023 No Comments READ MORE +

Which of the following is correct with regards to debugging?

Which of the following is correct with regards to debugging?A . Debugging identifies the cause of a failureB . Debugging is often performed by test engineersC . Debugging is considered part of the testing activitiesD . Debugging is intended to find as many defects as possible in the codeView AnswerAnswer:...

September 28, 2023 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...

September 28, 2023 No Comments READ MORE +