Wednesday, January 20, 2010

Some examples of test cases?

Here is a test cases example http://www.csc.calpoly.edu/~jdalbey/206/鈥?/a>





Good Luck!!!Some examples of test cases?
In Software QA, A test case is to be written for each and every module that needs to be tested. Test case will contain steps that needs to be performed to test the module. It contains information about enviornment in which test is to be done. It also contains information about the expected result that a test should give, so that it can determine if the test is pass or fail. Other important information that needs to be taken into consideration when performing a test on a module is also present in a test case.





An eg of test case(positive): To check Login module of an application.





Env: Win XP, .........


Steps:


1. open the application


2. Check the GUI properties


3. Type in login: xxxx


4. Type in Password: xxxxxx


5. Click OK


6. Particular window should open up.Some examples of test cases?
white box n black box

No comments:

Post a Comment