Software Test Metric: UNIT 10 Planning Management
Software Test Metric: UNIT 10 Planning Management
SOFTWARE TEST
METRIC
REPORT BY:
KIMBERLY B. DOSADO
MCS 2-A, ISAT-U
UNIT 10: SOFTWARE TEST METRIC
REPORT OUTLINE:
• Run: The smallest division of work that can be initiated by external intervention on a
software component. Run is associated with input state (set of input variables) and
runs with identical input state are of the same run type.
• Direct input variable: is a variable that controls the operation directly
• Example: arguments, selection menu, entered data field.
• Indirect input variable: is a variable that only influences the operations or its effects
are propagated to the operation
• Example: traffic load, environmental variable.
What is a Test Case?
• Definition: A test case is a partial specification of a run through the
naming of its direct input variables and their values.
• Better Definition: A test case is an instance (or scenario) of a use-case
composed of a set of test inputs, execution conditions and expected
results.
• Prior to specifying test cases one should document the use-cases.
Types of Software Test