03 - Testing and Debugging

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

Vous devez vous connecter pour poster un commentaire.