Módszerek összehasonlítása
Tekintse át a kiválasztott módszereket egymás mellett; az eltérő sorok kiemelve jelennek meg.
| Particionamento por Equivalência (Equivalence Partitioning Testing)× | Kódlefedettség-elemzés× | |
|---|---|---|
| Tudományterület | Szoftvertechnológia | Szoftvertechnológia |
| Módszercsalád | Process / pipeline | Process / pipeline |
| Keletkezés éve≠ | 1979 | 1988 |
| Megalkotó≠ | Glenford Myers | Test Coverage Community |
| Típus≠ | partitioning strategy | measurement and analysis |
| Alapmű≠ | Myers, G. J. (1979). The Art of Software Testing. John Wiley & Sons. link ↗ | Zhu, H., Hall, P. A. V., & May, J. H. R. (1997). Software unit test coverage and adequacy. ACM Computing Surveys, 29(4), 366–427. DOI ↗ |
| Alternatív nevek | equivalence partitioning, BVA, boundary value analysis | coverage metrics, test coverage, instrumentation-based measurement |
| Kapcsolódó | 4 | 4 |
| Összefoglaló≠ | Equivalence partitioning divides input domains into equivalence classes—sets of inputs expected to behave identically—then selects test cases from each class. Introduced by Myers (1979), this technique reduces test cases while maintaining effectiveness. Boundary value analysis (BVA) complements partitioning by testing values at partition boundaries where failures often occur. | Code coverage analysis measures the extent to which source code is executed by a test suite, quantifying which lines, branches, or paths are exercised. Tools instrument code to track execution, reporting coverage percentages and identifying untested regions. Coverage analysis guides test creation, detects dead code, and validates test adequacy in quality assurance processes. |
| ScholarGateAdatkészlet ↗ |
|
|