Answered Questions

  • how will we prepare test cases

    Star Read Best Answer

    Editorial / Best Answer

    ravisohal  

    • Member Since May-2008 | May 24th, 2008


    Test Case based on the Test Plan. A test case is a document, which contain Test case ID, Title, Test Plan, Test Catagory being conducted, input, action or event, expected output, actual output and Result. As mentioned above, test case based on test plan. It relates to single event or action which must reflets it relation to the module of test plan. This is a work intensive activity with the testing expert doing the writing and with the assistance of the business expert and the development expert.

    A good starting place is to identify some of the smallest or simplest business activities that the new software needs to support and define test cases for each of these activities. Then, define test cases that portray either larger business activities or specific sequences of smaller business activities that tend to

    approximate useful business tasks. Check the software business requirements and

    confirm that you have accounted for all required business activities with your test cases and add test cases for the business activities that are not covered yet by testing.

    kurtz182

    • Dec 26th, 2009

    The answer to this question depends on industry, company, the software development model, and project.  In general, you prepare functional test cases by first studying the product or project requ...