info@kbcambodia.com

KB Cambodia

Which of the following BEST describes how tasks are divided between the test manager and the tester?

Which of the following BEST describes how tasks are divided between the test manager and the tester? A. The test manager plans testing activities and chooses the standards to be followed, while the tester chooses the tools and controls to…

Which of the following list of test cases is a result of applying the Equivalence Partitioning test technique to test this requirement?

Which of the following list of test cases is a result of applying the Equivalence Partitioning test technique to test this requirement? A video application has the following requirement: The application shall allow playing a video on the following display…

Which of the following statements about the given state transition diagram and table of test cases is TRUE?

Which of the following statements about the given state transition diagram and table of test cases is TRUE? A. The given test cases can be used to cover both valid and invalid transitions in the state transition diagram. B. The…

Which test cases could be eliminated in the above decision table because the test case wouldn’t occur in a real situation?

Which test cases could be eliminated in the above decision table because the test case wouldn’t occur in a real situation? A company’s employees are paid bonuses if they work more than a year in the company and achieve individually…

Which would be the most likely set of values (km/h) identified by two-point boundary value analysis?

Which would be the most likely set of values (km/h) identified by two-point boundary value analysis? A speed control and reporting system has the following characteristics: If you drive 50 km/h or less, nothing will happen. If you drive faster…

What is the minimum number of test cases required to cover all valid equivalence partitions for calculating the bonus?

What is the minimum number of test cases required to cover all valid equivalence partitions for calculating the bonus? An employee’s bonus is to be calculated. It cannot be negative, but it can be calculated down to zero. The bonus…

Which of the following situations is NOT suited for using exploratory testing?

Which of the following situations is NOT suited for using exploratory testing? A. When there is time pressure, and/or the requirements are incomplete or inapplicable B. When the system is developed and tested incrementally. C. When only new and inexperienced…

Which TWO of the following statements about the relationship between statement coverage and decision coverage are true?

Which TWO of the following statements about the relationship between statement coverage and decision coverage are true? A. Decision coverage is stronger than statement coverage. B. Statement coverage is stronger than decision coverage or Decision coverage can never reach 100%.…

Which one of the following is the BEST description of statement coverage?

Which one of the following is the BEST description of statement coverage? A. It is a metric which is used to calculate and measure the percentage of test cases that have been executed. B. It is a metric, which is…

Which of the following sentences is correct?

Which of the following sentences is correct? The following statement refers to decision coverage: “When the code contains only a single ‘if’ statement and no loops or CASE statements, any single test case we run will result in 50% decision…