03 - Testing and Debugging

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

Debes iniciar sesión para poder comentar.