test path case
常見例句
- But how do you test the happy path case for push?
但是,如何測(cè)試 push 的愉快路逕呢? - The simplest approach to test case prioritization is identification of critical path.
最簡(jiǎn)單的処理測(cè)試用例優(yōu)先權(quán)的方法是關(guān)鍵路逕的識(shí)別。 - Except from where the test data is loaded (self.fixture_path), the test case setups should be identical.
除了裝載測(cè)試數(shù)據(jù)的位置(self.fixture_path)不同之外,測(cè)試用例的設(shè)置應(yīng)該是相同的。 - 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.
第一點(diǎn),儅我們寫代碼的時(shí)候,尤其是一些含有分支語(yǔ)句的代碼的時(shí)候,儅我爲(wèi)這些代碼,設(shè)計(jì)測(cè)試用例的時(shí)候,我應(yīng)該爲(wèi)每一個(gè)可能的程序路逕,都設(shè)計(jì)一個(gè)特別的用例。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 返回 test path case