最終更新日:2025/12/03
(software testing) a testing approach that separates the test automation implementation from the test case design by defining a keyword for each action in the test case that can be used by the test automation assistant without having any programming knowledge.
音声機能が動作しない場合はこちらをご確認ください
正解を見る
keyword-driven testing
編集履歴(0)
元となった辞書の項目
keyword-driven testing
名詞
不可算名詞
日本語の意味
キーワード駆動型テスト: ソフトウェアテスト手法の一つで、テストケースの各動作を表すキーワードを定義し、そのキーワードを利用することで、プログラミングの知識がなくてもテスト自動化を実施できる手法。テスト自動化の実装部分とテストケース設計部分を分離するアプローチ。