Skip to main content

Posts

Showing posts with the label test-case

How to write a Test Case?

How to write a Test Case? In software testing test case (TC) writing is one of the important activities. Many things will be left out if you are not following the proper process in this area. In this article let us try to identify some of the critical areas what you must keep in your mind while writing TCs for your project. TC must contain clear definition of the condition for which you are testing the application. In any standard test cases template, there is a precondition section present so make sure you fill that up properly. So if you are testing login function under 50% load for performance testing in the precondition mention "system is having 50% process utilization." So later on if the client wants to check for what condition, you have checked this TC, they can refer the precondition section.   TC must be clearly traceable to a requirement. The ultimate goal of any testing is to make sure that you have TCs for each requirement. It is a...