Answered Questions

  • What is the diff between Volume & Load?

  • What is Difference between REGRESSION TESTING and RETESTING.

    Pratheesh

    • Nov 5th, 2012

    Retesting is testing again after fixing a defect. we are testing the particular module only what we have changed and testing the test case in the same build. Regression testing is the testing the syst...

    Sandhya

    • Jun 21st, 2012

    Retesting: Testing the functionality of the application frequently to ensure that the changes made in particular module is working properly/not. Regression: Testing the entire functionality of the app...

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

  • Describe to the basic elements you put in a defect report?

    SRIDHAR DOMMATI

    • Nov 7th, 2011

    Summery of the bug
    priority
    severity
    description
    author of defect(tester)
    detected by
    detected on
    reproducible steps
    scree shot
    escalating to
    expected value
    actual value

  • How will you test a keyboard?

    laxmi

    • Nov 24th, 2015

    Test alphabets, alphabets with caps lock & shift, numlock, special characters with shift button, tab button F1,F2,...F12, & pagup enter, etc; like that all keys in keyboard are checking whether its work or not.

    Nguyễn Thị Xuân Hạnh

    • Feb 4th, 2013

    Check if all individuals button are proper by manually typing and verifying them on the screen (checking functionality of buttons).