You are on page 1of 4

 1.

Testing show presence of defect - Kiểm thử nhằm chỉ ra lỗi


 2. Exhaustive testing is impossible- Complete test - Test toàn diện là không thể
 3. Early testing- Kiểm thử càng sớm càng tốt
 4. Defect clustering: defect density- Sự tập trung của lỗi
 5. Pesticide paradox- Nguyên lý thuốc trừ sâu
 6. Testing is context dependence- Kiểm thử phụ thuộc vào bối cảnh
 7. Absence of error fallacy- Sự sai lầm về việc không có lỗi

Level test

 1. Unit Test - Kiểm thử đơn vị


 2. Integration Test - Kiểm thử tích hợp
 3. System Test - Kiểm thử hệ thống
 4. Acceptance Test - Kiểm thử chấp nhận

Test type

 1. Testing of function ( Functional testing)

 2. Testing of software product characteristics (Non - Functional testing)

 3. Testing of software structure/architecture ( Structural testing)

 4. Testing related to changes (Confirmation and regression testing)

 4.1. Confirmation testing (Kiểm thử xác nhận)

 4.2. Regression testing (Kiểm thử hồi quy)


1. Identify that user has been login before link account
 User can link account successfully
 Error message show when user didn’t login
2. Identify that user can get a successfully payment after link account
 User can check their bank card on profile
 User can remove bank account
 User can get a security code while perform payment

3. I will reproduce bug and assign for dev to fix as soon as possible if there is a critical bug

You might also like