Answered Questions

  • Alpha and Beta testing.

    can any one briefly explain what is the difference between alpha testing and beta testing in terms of product and application?

    yuganr

    • Jan 6th, 2011

    Alpha testing - this testing comes under UAT(user acceptance testing). The team for this testing includes development team, testing team and customer. It is conducted at developers organisation with r...

    kurtz182

    • Dec 8th, 2009

    Alpha testing is the final in-house testing before the software is released to production.  The first phase of Alpha testing is typically performed by in-house developers. In the second stage, th...

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