6.testing Techniques
6.testing Techniques
------------------------
1.Equivalence case partitioning Technique
2.Decision Table Technique
3.State Transition Technique
4.Boundary Value Analysis
5.Error Guessing Technique
6.Adhoc Testing
-->Example: Login validation - Allow user to login only when both the
username and password is correct.
Conditions 1: Enter valid username and valid password and Click
Login.
Actions 1: Display home page and Execute.
-->Example: Login with invalid username and password three times keeps the
account page blocked until change password.
Adhoc Testing:
------------------
-->Ad-hoc testing is quite opposite to the formal testing.
-->It is an informal testing type.
-->In Adhoc testing, testers randomly test the application without following any
documents and test design techniques.
-->This testing is primarily performed if the knowledge of testers in the
application under test is very high.
-->Testers randomly test the application without any test cases or any business
requirement document.