info@kbcambodia.com

Category: Software Testing

A system specification states that a particular field should accept alphabetical characters in either upper or lower case. Which of the following test cases is from an INVALID equivalence partition?

A system specification states that a particular field should accept alphabetical characters in either upper or lower case. Which of the following test cases is from an INVALID equivalence partition? Explanation: “F33ds”” is ‘invalid’; it doesn’t mean that it represents…

Which one of the following provides the BEST description of test design?

Which one of the following provides the BEST description of test design? Explanation: Test Design refers to specification of the test cases required to test a feature and it is not about providing the order in which testing should be…

During which activity of the Fundamental Test Process test process do you review the test basis?

During which activity of the Fundamental Test Process test process do you review the test basis? Explanation: Test analysis is the process of looking at something that can be used to derive test information. The test basis includes whatever the…

Why should expected results be defined before execution?

Why should expected results be defined before execution? Explanation: Expected results should be predicted before the test is run – then your assessment of whether or not the software did the right thing will be more objective. If we have…

Which of the following statements is true about test condition?

Which of the following statements is true about test condition? Explanation: A test condition is simply something that we could test. If we are looking to measure coverage of code decisions (branches), then the test basis would be the code…

Which of the following is a standard for test documentation?

Which of the following is a standard for test documentation? Explanation: Test cases can be documented as described in the IEEE 829 Standard for Test Documentation. A. IEEE Std. 1044 B. ISO 9126 C. IEEE Std. 829 D. IEEE Std.…

Which characteristics BEST describe a walk-through?

Which characteristics BEST describe a walk-through? Explanation: A walk-through is characterized by the author of the document under review guiding the participants through the document and his or her thought processes, to achieve a common understanding and to gather feedback.…

Which of the following is a purpose of the review kick off activity?

Which of the following is a purpose of the review kick off activity? Explanation: In kick off activities we do not select any personnel group, document results or define any entry or exit criteria. During the kick-off meeting the reviewers…

Which ADDITIONAL test level could be introduced into a standard V-model after system testing?

Which ADDITIONAL test level could be introduced into a standard V-model after system testing? Explanation: The four test levels in a standard V-model are: component testing, integration testing, system testing, and acceptance testing. For the integration of a commercial off-the-shelf…

Which one of the following is true of software development models?

Which one of the following is true of software development models? Explanation: In agile development model developers write every test case they can think of and automate them. Every time a change is made in the code it is component…