
According to ArtOfTesting
A Test Scenario is a statement describing the functionality of the application to be tested. It is used for end-to-end testing of a feature and is generally derived from the use cases.
Format of Test Case –
A test case has the following parameters or elements. Mostly all the companies use the format given below.
Test Suite ID The id of the test suite
Test Case ID The id of the test case.
Test Case Summary summary of the test case.
Related Requirement The id of the requirement related to the test case
Prerequisites Preconditions before executing the test
Test Script / Procedure Step-by-step process to execute the test.
Test Data The data to be used during the test.
Expected Result The expected result of the test.
The actual result obtained after executing the Actual Result test.
Status pass or fail. If the test is not executed then the other status will be 'not executed'
Comment to be made on Remarks test case.
Created By Name of the author who wrote the test case.
Date of Creation test case to be created.
Name of the person executing the Executed By test.
The date of execution of the Date of Execution test.
Test Environment It includes hardware, software and network etc.