Answered Questions

  • What is the most important part of setting up Automation?What is the best practice for scripting?How do you test a website? What are the 3 main requirement types Mentioned in the SDLC?

    psh2008

    • Sep 11th, 2008

    1. Establish scripting/coding standards and conventions so everyone on the team knows what's expected, so the whole team codes with the same goal in mind: Good organization, clear scripts, common ...

    nix18

    • Jun 30th, 2008

    The most important part before automating would be knowing the project's budget and other resources - automation engineers/hardware/software, etc. 3 Main Requirements:- User Requirements- Business Requirements- Functional Requirments

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