Arrive-and-Go airline wants to clarify its baggage handling policy, whilst maximizing revenues, and will introduce the following tariffs for all baggage per individual customer (weights are rounded up to the nearest 0.1Kg):The first 2Kg will be carried free of charge. The next 10 Kg will be carried for a flat charge of 0. An additional 15Kg will be charged a total charge of 7.Luggage over this amount will be charged at $5 per Kg, up to a maximum of 150Kg per person. No passenger may take more that 150Kg with them.Which of the following would constitute boundary values for baggage weights in the price calculation?
Which one of the following methods for test estimation rely on information captured from previous projects?
Given the following sample of pseudo code:Input ExamScore -If ExamScore <= 75 then -Print "Candidate has failed"Else -Print "Candidate has passed"If ExamScore >= 120 then -Print "Candidate has achieved a distinction"EndIf -EndIf.What is the minimum number of test cases required to guarantee 100% decision coverage?
An automated air-conditioner is programmed to turn its heating unit on when the temperature falls below 17 and to turn its refrigeration unit on when the temperature exceeds 26. The air-conditioner is designed to operate at temperatures between -10 and +40. Given the above specification, the temperature exceeds 26. The air-conditioner is designed to operate at temperatures between -10 and +40?Given the above specification, which of the following sets of values shows that the equivalence partition test design technique has been used correctly?
Which of the following statements correctly describes the benefit of fault attacks?
A program level Master Test Plan states that a number of best practices must be adopted for its project life cycle models, irrespective of whether a sequential or iterative-incremental approach is adopted for each project.Which of the following life cycle related best practices would you expect to see in the Master Test Plan? a) There should be a testing activity that corresponds to each development activity. b) Each project should have four test levels if using a V-model. c) Test personnel should ensure that they are invited to review requirements and design documents as soon as draft versions are available. d) System testing must not be performed by the development teams.