Process / pipelineTest case design
等価パーティショニング・テスト
等価パーティショニングは、入力ドメインを等価クラス(同一の振る舞いをすると予想される入力値の集合)に分割し、各クラスからテストケースを選択する手法である。Myers (1979) によって導入されたこの技法は、有効性を維持しながらテストケース数を削減する。境界値分析 (BVA) は、障害が頻繁に発生するパーティションの境界値でのテストを通じて、パーティショニングを補完する。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Myers, G. J. (1979). The Art of Software Testing. John Wiley & Sons. link ↗
- Beizer, B. (1990). Software Testing Techniques (2nd ed.). International Thomson Computer Press. link ↗
- Coppit, D., & Leavens, G. T. (2003). Practical implications of simpler, more scalable path-sensitive data flow analyses. ACM Transactions on Software Engineering and Methodology, 12(3), 261–306. link ↗
このページの引用方法
ScholarGate. (2026, June 3). Equivalence Class Partitioning and Boundary Value Testing. ScholarGate. https://scholargate.app/ja/software-engineering/software-testing-equivalence
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- コードカバレッジ分析ソフトウェア工学↔ compare
- 欠陥予測モデルソフトウェア工学↔ compare
- ソフトウェア複雑性メトリクスソフトウェア工学↔ compare
- 静的コード解析ソフトウェア工学↔ compare