Which of the following answers contains a correct list of a boundary values for the P input?
A software calculates the annual car tax using three inputs: - E; the emission level of the vehicle - P: the power of the vehicle -T the type of the vehicle The input value for P can be integer positive values between 15 and 350. Which of the following answers...
Which type of software development product can undergo static testing?
Which type of software development product can undergo static testing?A . Any software development product can undergo static testing, including requirements specifications, design specifications and code.B . Static tests should be performed on the installation and user guide documents as these documents are used by the end user.C . Static...
Why it is essential that defects found in a review be reported objectively?
Why it is essential that defects found in a review be reported objectively?A . In order to facilitate easy entry of detected defects in a OTS (Defect Tracking System)B . In order to allow the author of reviewed work product(S) to take the feedback positively as an effort at improving...
Which Software Development lifecycle is the Test Manager most likely following?
A test manager defined the following test levels in her test plan; Component, System and Acceptance. Which Software Development lifecycle is the Test Manager most likely following?A . V-ModelB . AgileC . WaterfallD . PrototypingView AnswerAnswer: A Explanation: The test manager is most likely following the V-model for software development....
What is test oracle?
What is test oracle?A . The source of lest objectivesB . The source for the actual resultsC . The source of expected resultsD . The source of input conditionsView AnswerAnswer: C Explanation: A test oracle is a mechanism or principle that can be used to determine whether the observed behavior...
Which of the following is NOT a product risk?
Which of the following is NOT a product risk?A . Poor software usabilityB . Failure-prone software is deliveredC . Problems in defining the right requirementsD . Software does not perform the intended functionsView AnswerAnswer: C Explanation: Problems in defining the right requirements is not a product risk, but rather a...
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 ....
In maintenance testing, what is the relationship between impact analysis and regression testing?
In maintenance testing, what is the relationship between impact analysis and regression testing?A . Impact analysis requires a regression testing for only the tests that have detected faults in previous SW releaseB . There is no relationship between impact analysis and regression testing.C . Impact analysis requires a regression testing...
A Static analysis tool analyzes a given program's CONTROL FLOW among other things.
A Static analysis tool analyzes a given program's CONTROL FLOW among other things. Which of the following options represents the most likely outcome of the control flow analysis:A . Identification of unreachable codeB . Report on adherence to the coding standardsC . Number of comment linesD . Number of source...
Which ONE of the following statements does NOT describe how testing contributes to higher quality?
Which ONE of the following statements does NOT describe how testing contributes to higher quality? A. Properly designed tests that pass reduce the level of risk in a system. B. The testing of software demonstrates the absence of defects. C. Software testing identifies defects, which can be used to improve...