The best techniques for sharing code snippets and screencasts that will help propel your open source projects to success.
Tipe testing yang cukup penting untuk beginner
- Functional testing
- testing what the systen does
- Ussually answered with yes/no
- Non Functional testing
- Testing how the system performs
- Hard to answer with yes/no
- Ussualy measured as a range
- Black Box Testing (testing ala orang awam)
- Testing without knowing the internal structure of the system
- White Box Testing
- Testing while monitoring the internal structure of the system
- Dynamic Testing
- Testing that includes exceuting the software
- Static Testing
- Testing that doesn't including execute the software (review requirement, review the ui design)
- Retesting (Confirmation Testing)
- Testing after debugging to ensure defects are fixed
- Regression Testing
- Testing unchanged areas to ensure they are not affected by changes
- Smoke Testing
- Testing main functionalities to ensure that the build is stable enough to continue testing. kadang 1 -3 jam aja
Conclusion
Tipe-tipe testing di atas sangat penting untuk diketahui dan dipahami oleh pemula yang ingin terjun ke dunia qa engineer agar tidak ngang ngong ngang ngong ygy!
And as always, don’t forget to spread the ❤️… in the form of beautiful coding demos, of course!
Follow me on twitter for more vibes @transitive_bs