Which of the following Test Cases based on the decision table are Valid?
The decision table above shows a company's fuel expenses structure. Which of the following Test Cases based on the decision table are Valid? Test Case 1: An employee who is not a car or motorcycle driver attempts to claim fuel expenses. Expected result: Expense claim not allowed. Test Case 2:...
When can functional and structural testing BOTH be applied?
When can functional and structural testing BOTH be applied?A . System and Component test levels onlyB . All 'Development' test levels, i. e. those before Acceptance testingC . Component and Component integration test levels onlyD . All test levelsView AnswerAnswer: D
Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?
Duration - The duration of operation, in whole minutes, each time it is switched on, ranging from 1 to 60 Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?A . Frequency 1, 5; Duration 1, 60B . Frequency...
Which of the following does NOT reflect structural testing?
А system is being enhanced to simplify screen navigation for users. Which of the following does NOT reflect structural testing?A . To test all paths that users could take through the screen menu systemB . To ensure that 100% decision testing is achieved for each system componentC . To test...
Which statement about use case testing is true?
Which statement about use case testing is true?A . The test cases are designed to find defects in the data flowB . The test cases are designed to find defects in the process flowC . The test cases are designed to be used by real users, not by professional testersD...
Which one of the following statements about testing techniques is TRUE?
Which one of the following statements about testing techniques is TRUE?A . Exploratory testing can replace black box techniques when testing time is very limitedB . Test execution scheduling should give priority to experienced based testingC . Specification based techniques can be used as a substitute for a poorly defined...
Why is measurement of code coverage important?
Why is measurement of code coverage important?A . Because 100% code coverage implies 100% coverage of requirementsB . Because 100% code coverage guarantees that there are no coding errorsC . Because code coverage can be used to ensure that all code is exercised by testsD . Because code coverage can...
When applying the equivalence partitioning test design technique, which of the following options shows test case inputs that each fall into a different equivalence partition?
А booking system for a city bus service prices its fares according to the time of travel: - Peak-time tariff starts at 0600 and finishes at 1000 am - Off-peak tariff applies during all other times of service - The bus service does not operate between 2300 and the start...
Which of the following options BEST explain the pesticide paradox principle of testing?
Which of the following options BEST explain the pesticide paradox principle of testing?A . If we do not regularly review and revise our tests, we'll stop finding defects.B . Repeatedly running a set of tests will ensure that a system is defect free.C . Defects are, paradoxically, often contained in...
Which of the following is a defect that is more likely to be found by a static analysis tool than by other testing techniques?
Which of the following is a defect that is more likely to be found by a static analysis tool than by other testing techniques?A . Omission of a major requirementB . Inadequate decision coverageC . Component memory leakageD . Variables that are not used improperly declaredView AnswerAnswer: D