03 - Testing and Debugging

 0    14 flashcards    adahocegielka
tải về mp3 In chơi tự kiểm tra
 
câu hỏi câu trả lời
Testowanie i debugowanie to odrębne czynności
bắt đầu học
Testowanie i debugowanie to odrębne czyn bằng tiếng anh
Testing and debugging are separate activities
Testowanie może wyzwalać awarie, które są spowodowane defektami w oprogramowaniu (testowanie dynamiczne)
bắt đầu học
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).
bắt đầu học
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.
bắt đầu học
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:
bắt đầu học
The typical debugging process in this case includes:
Odtworzenie awarii
bắt đầu học
Reproduction of a failure
Diagnozę (znalezienie przyczyny źródłowej)
bắt đầu học
Diagnosis (finding the root cause)
Naprawienie przyczyny
bắt đầu học
Fixing the cause
Gdy testowanie statyczne identyfikuje defekt, debugowanie polega na jego usunięciu.
bắt đầu học
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.
bắt đầu học
There is no need for reproduction or diagnosis, since static testing directly finds defects, and cannot cause failures.
wywołać, uruchomić
bắt đầu học
trigger
bezpośrednio
bắt đầu học
directly
obejmuje, polega, dotyczyć
bắt đầu học
involves
ponieważ, odkąd, skoro
bắt đầu học
since

Bạn phải đăng nhập để đăng bình luận.