sequence testing
ConceptSequence testing is a testing approach in which system behavior is specified and checked over sequences of inputs, outputs, and state transitions rather than only a single operation. In the provided evidence, sequence-test-oriented generation is contrasted with unit-test-oriented generation, modeled using state-exception monads in HOL-TestGen, and applied to processor conformance testing over instruction sequences.
WIKI
Definition
Sequence testing is a testing approach in which tests describe sequences of state transitions that a system may perform. In contrast to unit-test-oriented generation, which uses preconditions and postconditions of individual system operations, sequence-test-oriented approaches use temporal specifications or automata-based specifications of system behavior. In processor test-program generation, the processor state is an important part of the test description, and tests describe sequences of state transitions caused by executing program instructions.
Relation to unit testing
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →