Submitted Questions

  • Sequence to write a test case.

    Test script, test data, test scenario, use case. So confusing, what comes after what to write a test case? Please give any example containing all of them.

    Baisakhi Saha

    • Aug 15th, 2013

    Test data and use case is not the part of writing test cases. Those are your input which you are going to use to test your application. Sequences of writing TCs are- Test Scenario, Test cases, test scripts.

    Avnish Dubey

    • Mar 13th, 2013

    Test Levels : Unit Testing, Integration Testing,System Testing,User acceptance Testing Test Methods :- white Box,Black Box,Grey Box Testing Test Types :- Smoke testing,Sanity testing,Configuration tes...

  • Explain Positive and Negetive test case in phone.

    Telephonic interview question. please put the words as it is like you are in telephonic interview. How do you write a Positive and negative test case?

    Devi

    • Aug 8th, 2012

    Positive Test Case: To check if the application or system behaves as expected or as designed, when any operation is performed.
    Negative Test Case: Perform an unusual activity that is not defined nor that lets the system behave in a regular manner, and check what happens with the application.

  • Sequence to write a test case.

    Test script, test data, test scenario, use case. So confusing, what comes after what to write a test case?

    Star Read Best Answer

    Editorial / Best Answer

    Answered by: Devi

    • Aug 8th, 2012


    Test script, test data, test scenario, use case. - given sequence From the Use Case, you derive a Test Scenario, Design it in a functional flow, author test matrix if necessary, then write a test script, and supporting information is the Test Design. - the sequence to be followed

    Devi

    • Aug 8th, 2012

    Test script, test data, test scenario, use case. - given sequence

    From the Use Case, you derive a Test Scenario, Design it in a functional flow, author test matrix if necessary, then write a test script, and supporting information is the Test Design. - the sequence to be followed