Saturday, February 20, 2010

Manual testing part-2 Testing life cycle

 
The testing life cycle looks like above image  consist of the different stages
1. Analysing the requirement : Go through the requirement document and understand the requirement
The requirement document looks like  below




The next activity will be preparing a test plan that is planning your testing activity ,the test plan document looks like below
Comming Soon......



Analyse the requirement document and prepare the test scenario's and test cases
Test Scenarios-Test scenario's are the possible ways the requirements will be used by the end users .

The test scenarios for the above requirement will be as follows

1.Test with UserName  blank-Unsuccessful scenario for validation message
2.Test with Password  blank-Unsuccessful scenario for validation message
3.Test with Invalid Username -Unsuccessful scenario for validation message
4.Test with Invalid Password-Unsuccessful scenario for validation message
5. Username with size greater than max size -Unsuccessful scenario for validation message
6.Username with size greater than min size -Unsuccessful scenario for validation message
7.Password with size greater than max size -Unsuccessful scenario for validation message
8.Password with size greater than min size -Unsuccessful scenario for validation message
9.Test scenario for 3 unsuccessful login locks user account -Unsuccessful scenario for validation message
10.Test with valid username and password-Successful scenarion with Username size -6 and password size -6
11.Test with valid username and password-Successful scenarion with Username size -10 and password size -10



























No comments:

Post a Comment