Exforsys
+ Reply to Thread
Results 1 to 4 of 4

hai

This is a discussion on hai within the Software Testing forums, part of the Testing category; i m new to this group pls provide me some exaples of testcases and how to write test cases...

  1. #1
    swapna5avari is offline Junior Member Array
    Join Date
    May 2007
    Answers
    3

    hai

    i m new to this group pls provide me some exaples of testcases and how to write test cases


  2. #2
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122
    Test cases are to be written with greater concentration as they form the base of an application strength and efficiency. The following points if followed will help you while you write your test cases.
    While writing test cases focus on each point and requirement in detail. This would help you to frame real test case that can be used by test users to test their application in a effective manner.
    The general parameters or columns that take its presence in all test cases are the value used for testing, the sequence of action against the value and the expected result to be got from the testing process. All these are documented clearly so that they can be cross checked against the actual test case result from the testing process for further validation in the process.
    The test case must also have the precondition used for testing process.


  3. #3
    Ralph is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    114
    One more parameter which should be added to the parameters mentioned by caradoc in the test case preparation in the testing process is the conditions or validations and the environment used for testing process could also be documented which would make the test case document a very detailed and useful one for all users even for future reference.


  4. #4
    rachelle is offline Member Array
    Join Date
    Apr 2006
    Answers
    97
    Below denotes a sample simple test case example. But it is not mandatory that all test cases must have only these columns mentioned. As per the requirement needs of the application and testing process the test case plan can have addition attributes and columns than mentioned here.

    Test case No: 150
    Input:3,4
    Precondition: Verification of whether the Inputted values are Integers
    Action: Add the two numbers
    Expected Result: 7
    Actual Result: 7
    Test Result Status: OK


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...