Friday, August 9, 2013

Test Case Template

Below is the Test Case Template which you can follow and start writing the test cases. Learning software testing is not a big deal, but to identify the critical scenarios and writing the test cases on those scenarios is quite difficult.

One should be a good negative thinker for finding the various critical scenario where the application collapse.
It is said by the Software Testing Professional that testing cannot be learned by just reading books or reading information from internet. Practicing is the only way of improving the skills.

Now before going for writing the test cases you should be aware about some of the Testing technical terms such as Regression Testing, Functionality Testing, Retesting, Smoke Testing, etc. If you are a book lover then you can read Software Testing By Ron Patton.

Now for writing the better Test Cases you should be clear with your requirements. Many times there's a lot of confusion between the application's feature and the bug. You will be feeling strange after reading this sentence. How could one be confused between features and bugs, but believe me its happens.

This kind of situations will only be understandable if you practice more and more. So now, here we go for our Test Case Template

Test Case Template:

It should have the following attributes:

1. Test Case Id
2. Test Objective
3. Pre-Requisite
4. Steps to be Followed
5. Test Data
6. Expected Result
7. Actual Result
8. Status(Pass/Fail)
9. Comment
10. Attachment.

This is the Test Case attributes which are present in the Test Case Template. If you want this template in an excel format you can Download here



No comments:

Post a Comment