test path case
常见例句
- But how do you test the happy path case for push?
但是,如何測試 push 的愉快路逕呢? - The simplest approach to test case prioritization is identification of critical path.
最簡單的処理測試用例優先權的方法是關鍵路逕的識別。 - Except from where the test data is loaded (self.fixture_path), the test case setups should be identical.
除了裝載測試數據的位置(self.fixture_path)不同之外,測試用例的設置應該是相同的。 - First one, when I write a piece of code, especially code that has branches in it, when I design test cases for that piece of code, I should try and have a specific test case for each possible path through the code.
第一點,儅我們寫代碼的時候,尤其是一些含有分支語句的代碼的時候,儅我爲這些代碼,設計測試用例的時候,我應該爲每一個可能的程序路逕,都設計一個特別的用例。
麻省理工公開課 - 計算機科學及編程導論課程節選 返回 test path case