03 - Testing and Debugging

 0    14 フィッシュ    adahocegielka
mp3をダウンロードする 印刷 遊びます 自分をチェック
 
質問 答え
Testowanie i debugowanie to odrębne czynności
学び始める
Testowanie i debugowanie to odrębne czyn 英語で
Testing and debugging are separate activities
Testowanie może wyzwalać awarie, które są spowodowane defektami w oprogramowaniu (testowanie dynamiczne)
学び始める
Testing can trigger failures that are caused by defects in the software (dynamic testing)
lub może bezpośrednio wykrywać defekty w testowanym obiekcie (testowanie statyczne).
学び始める
or can directly find defects in the test object (static testing).
Gdy testowanie dynamiczne wyzwala awarię, debugowanie polega na znalezieniu przyczyn tej awarii (defektów), przeanalizowaniu tych przyczyn i ich wyeliminowaniu.
学び始める
When dynamic testing triggers a failure, debugging is concerned with finding causes of this failure (defects), analyzing these causes, and eliminating them.
Typowy proces debugowania w tym przypadku obejmuje:
学び始める
The typical debugging process in this case includes:
Odtworzenie awarii
学び始める
Reproduction of a failure
Diagnozę (znalezienie przyczyny źródłowej)
学び始める
Diagnosis (finding the root cause)
Naprawienie przyczyny
学び始める
Fixing the cause
Gdy testowanie statyczne identyfikuje defekt, debugowanie polega na jego usunięciu.
学び始める
When static testing identifies a defect, debugging is concerned with removing it.
Nie ma potrzeby odtwarzania lub diagnozowania, ponieważ testowanie statyczne bezpośrednio znajduje usterki i nie może powodować awarii.
学び始める
There is no need for reproduction or diagnosis, since static testing directly finds defects, and cannot cause failures.
wywołać, uruchomić
学び始める
trigger
bezpośrednio
学び始める
directly
obejmuje, polega, dotyczyć
学び始める
involves
ponieważ, odkąd, skoro
学び始める
since

コメントを投稿するにはログインする必要があります。