03 - Testing and Debugging

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

You must sign in to write a comment