検索結果- 英語 - 多言語
検索内容:
brake testing
present participle of brake test
「brake test」という動詞の現在分詞形、つまりブレーキテスト中の状態や動作を表す形
wind tunnel testing
grey-box testing
(software, testing) A combination of black-box testing and white-box testing, where knowledge about the internal data structures and algorithms for purposes of designing tests while executing those tests at the user, or black-box level.
ブラックボックステストとホワイトボックステストの中間に位置するテスト手法。テスト設計の際に内部データ構造やアルゴリズムに関する情報を利用するが、実際のテスト実行はユーザー視点(ブラックボックスレベル)で行う方法。
keyword-driven testing
(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.
キーワード駆動型テスト: ソフトウェアテスト手法の一つで、テストケースの各動作を表すキーワードを定義し、そのキーワードを利用することで、プログラミングの知識がなくてもテスト自動化を実施できる手法。テスト自動化の実装部分とテストケース設計部分を分離するアプローチ。