To develop bug free software application, writing good test cases is essential.
Here, we will see how to write good test cases. Before seeing this, we should understand what is Good Test Case.
There won’t be any solid definition for “Good Test Case”.
I will consider a Test Case as “Good” only when a Tester feels happy to follow the steps in the Test Case which is written by another Tester.
Because, Test Cases will be useful only when it is used by the people.
If a test case is poorly written with excessive unwanted steps, then most of the Testers won’t read it fully. Just they will read few lines and will execute it based on their own understanding which will be mostly wrong.
