1. The Test Analyst's Tasks in the Test Process Flashcards
exit criteria
The set of conditions for officially completing a defined task.
Synonyms:
test completion criteria, completion criteria
high-level test case
A test case with abstract preconditions, input data, expected results, postconditions, and actions (where applicable).
Synonyms:
logical test case, abstract test case
low-level test case
A test case with concrete values for preconditions, input data, expected results, postconditions, and a detailed description of actions (where applicable).
Synonyms:
concrete test case
test
A set of one or more test cases.
test analysis
The activity that identifies test conditions by analyzing the test basis.
test basis
The body of knowledge used as the basis for test analysis and design.
test condition
A testable aspect of a component or system identified as a basis for testing
Synonyms:
test situation, test requirement
test data
Data needed for test execution.
Synonyms:
test dataset
test design
The activity that derives and specifies test cases from test conditions.
test execution
The activity that runs a test on a component or system producing actual results.
test execution schedule
A schedule for the execution of test suites within a test cycle.
test implementation
The activity that prepares the testware needed for test execution based on test analysis and design.
test procedure
A sequence of test cases in execution order, and any associated actions that may be required to set up the initial preconditions and any wrap up activities post execution.
test suite
A set of test scripts or test procedures to be executed in a specific test run.
Synonyms:
test set, test case suite
test script
A sequence of instructions for the execution of a test.