1.

What do you mean by Test case?

Answer»

TEST case is basically a document that includes a set of test data, preconditions, expected results, and postconditions. This document is specially developed for a specific test scenario to ensure WHETHER the software product meets the specific requirement or not.  In manual testing, test cases are executed manually by a TESTER without USING any of the automated tools. One can easily identify loopholes in the specifications while DEVELOPING test cases.  



Discussion

No Comment Found