Answered Questions

  • what is monkey testing

  • 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...

  • What is the purpose of the testing?

    Answer posted by Radhika on 2005-05-23 17:50:13: The purpose of testing can be quality assurance, verification and validation, or reliability estimation. Testing can be used as a generic metric as well. Correctness testing and reliability testing are two major areas of testing. Software testing is a trade-off between budget, time and quality.

    siri

    • May 29th, 2019

    The main purpose of testing is to find the defects and to deliver a quality product.