03 - Testing and Debugging

 0    14 kartičky    adahocegielka
stáhnout mp3 Vytisknout hrát zkontrolovat se
 
otázka odpověď
Testowanie i debugowanie to odrębne czynności
začněte se učit
Testowanie i debugowanie to odrębne czyn v angličtině
Testing and debugging are separate activities
Testowanie może wyzwalać awarie, które są spowodowane defektami w oprogramowaniu (testowanie dynamiczne)
začněte se učit
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).
začněte se učit
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.
začněte se učit
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:
začněte se učit
The typical debugging process in this case includes:
Odtworzenie awarii
začněte se učit
Reproduction of a failure
Diagnozę (znalezienie przyczyny źródłowej)
začněte se učit
Diagnosis (finding the root cause)
Naprawienie przyczyny
začněte se učit
Fixing the cause
Gdy testowanie statyczne identyfikuje defekt, debugowanie polega na jego usunięciu.
začněte se učit
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.
začněte se učit
There is no need for reproduction or diagnosis, since static testing directly finds defects, and cannot cause failures.
wywołać, uruchomić
začněte se učit
trigger
bezpośrednio
začněte se učit
directly
obejmuje, polega, dotyczyć
začněte se učit
involves
ponieważ, odkąd, skoro
začněte se učit
since

Chcete-li přidat komentář, musíte se přihlásit.