Answered Questions

  • what is the difference between the test case and a test script

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: siddharth

    • Oct 16th, 2006


    Test Case:

    • Test Case is a commonly used term for a specific test. This is usually the smallest unit of testing. A Test Case will consist of information such as requirements testing, test steps, verification steps, prerequisites, outputs, test environment, etc.
    • A set of inputs, execution preconditions, and expected outcomes developed for a particular objective, such as to exercise a particular program path or to verify compliance with a specific requirement.

    Test Script: Commonly used to refer to the instructions for a particular test that will be carried out by an automated test tool

    keerthi

    • Feb 11th, 2015

    Test case is in which we write the functionality of each step in a process with valid expected output.Test cases can be both positive and negative test cases. The positive test case in which the func...

    Umesh Kumar

    • Feb 9th, 2015

    Test case and Test Script are same. Major difference is , Test case term used in Manual testing and Test script terms used for automation testing. Both are having the Precondition , Procedure , Actual and expected result also.