03 - Testing and Debugging

 0    14 flashcards    adahocegielka
mp3 indir Baskı oynamak kendini kontrol et
 
soru cevap
Testowanie i debugowanie to odrębne czynności
öğrenmeye başla
Testowanie i debugowanie to odrębne czyn ingilizce
Testing and debugging are separate activities
Testowanie może wyzwalać awarie, które są spowodowane defektami w oprogramowaniu (testowanie dynamiczne)
öğrenmeye başla
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).
öğrenmeye başla
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.
öğrenmeye başla
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:
öğrenmeye başla
The typical debugging process in this case includes:
Odtworzenie awarii
öğrenmeye başla
Reproduction of a failure
Diagnozę (znalezienie przyczyny źródłowej)
öğrenmeye başla
Diagnosis (finding the root cause)
Naprawienie przyczyny
öğrenmeye başla
Fixing the cause
Gdy testowanie statyczne identyfikuje defekt, debugowanie polega na jego usunięciu.
öğrenmeye başla
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.
öğrenmeye başla
There is no need for reproduction or diagnosis, since static testing directly finds defects, and cannot cause failures.
wywołać, uruchomić
öğrenmeye başla
trigger
bezpośrednio
öğrenmeye başla
directly
obejmuje, polega, dotyczyć
öğrenmeye başla
involves
ponieważ, odkąd, skoro
öğrenmeye başla
since

Yorum yapmak için giriş yapmalısınız.