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...
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...
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...
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...
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...