Which of the following statements about reviews are TRUE?

Which of the following statements about reviews are TRUE? I, In walkthroughs the review meeting is typically led by the author. II, Inspection is characterized by an open-ended review meeting III, Preparation before the review meeting is part of informal reviews IV, Management rarely participates in technical review meetingsA ....

September 4, 2024 No Comments READ MORE +

Which of the following does MOT describe a reason why testing is necessary?

Which of the following does MOT describe a reason why testing is necessary?A . The customer decided that 100% branch coverage shall be achievedB . The acquisition of test automation tools was based on the assumption that it will be used m all projectsC . For avionics and pharmaceutical systems...

September 3, 2024 No Comments READ MORE +

Which test design technique should be used to cover all possible combinations of the in put conditions?

For withdrawing money tram an Automated Teller Machine (ATM), the following conditions are required: - The bank card is valid - The PIN code is correct - Money is available in the user's account The following are some possible interactions between the user and the ATM: - The entered card...

September 1, 2024 No Comments READ MORE +

Which of the following statements about independent testing is WRONG?

Which of the following statements about independent testing is WRONG?A . Independent testing is necessary because developers don't know any testing.B . Independent testing is best suited for the system test level.C . A certain degree of independence makes the tester more effective at finding defects.D . Independent test teams...

September 1, 2024 No Comments READ MORE +

Which sentence is correct?

The following sentences refer to the 'Standard for Software Test Documentation' specification (IEEE 829). Which sentence is correct?A . Any deviation from this standard should be approved by management, marketing & developmentB . Most test documentation regimes follow this spec to some degree, with changes done to fit a specific...

September 1, 2024 No Comments READ MORE +

Which ONE of the following statements about acceptance testing is NOT correct?

Which ONE of the following statements about acceptance testing is NOT correct?A . Testing of disaster recovery and backup/restore is usually NOT part of acceptance testing.B . The customers or system users are often responsible for the acceptance testing.C . The main goal of acceptance testing is to build confidence...

August 30, 2024 No Comments READ MORE +

Which of the following options represent correct set of data for valid equivalence class partitions?

4 equivalence classes are given for integer values: 0 < x <100 100<= x <= 200 200 < x < 500 x >= 500 Which of the following options represent correct set of data for valid equivalence class partitions?A . 50; 100; 200. 1000B . 0. 1.99, 100.200,201.499, 500;C ....

August 30, 2024 No Comments READ MORE +

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 +