state-space explosion
ConceptState-space explosion is illustrated in the cited microprocessor test-generation case study as the rapid growth of generated cases when case-splitting over instruction variants and test-sequence length. In that study, sequence tests were useful because they required less direct control over processor state, but they were more vulnerable to explosion than unit tests; the authors mitigated the problem with tactic-level heuristics and constraints expressed as test purposes.
WIKI
Overview
In the provided case study on model-based test-program generation for a microprocessor, state-space explosion appears as the rapid growth of generated cases when the test-generation process case-splits over many instruction variants across increasing sequence lengths. The assembly language in the study has 56 variants, and sequences of length 3 can lead to 56 + 56^2 + 56^3 = 178808 cases at one point in the process. [C1]
Where it arises
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →