機能テスト - CI/CD用語集の定義
機能テストは、ある入力に対して機能が正しい出力を生成することを検証し、ソフトウェアが機能要件に対して何を行うかを確認します。
違い
機能テストは振る舞い(ログインが動作するか)を確認し、非機能テストは速度、セキュリティ、ユーザビリティといった品質を確認します。
関連ガイド
Non-Functional Test - CI/CD Glossary DefinitionNon-Functional Test: A non-functional test verifies qualities of the system rather than specific features: pe…
Acceptance Test - CI/CD Glossary DefinitionAcceptance Test: An acceptance test checks whether the software meets the business requirements and is ready…