Can anyone post good test script templates(MSExcel)? -- For Software Testing Project thanks
-
Software Testing --> Need a good templates(in Excel) to write manual test cases for Functionality Testing and End to End Testing. – Dilip Oct 11 '09 at 13:03
5 Answers
Test Case ID - An unique ID to identify the test case
Precondition - Specify any precondition required to start the test case
Test Case Description - A Brief description explaining the purpose of the test case or the feature that is under test
Test Steps - Explain in detail all the necessary test steps required to be done to execute the test case
Expected Behavior - Clearly mention what is the expected behavior captured in the requirements
Author - Name of the test case owner
Requirement Origin - Feature name
Result - Pass / Fail / Not Run
Bug / Defect ID - To map the failed test cases
Remarks - Any comments

- 77
- 1
- 9
1.Level
2.FD Reference
3.Requirement ID
4.Test Type
5.Test Case Name
6.Test Case Number
7.Action
8.Expected Result
9.Outcome
10.Comments
11.Application
12.Release Scope
13.Critical

- 19
- 1
Test Case Id :Serial no assigned to test case
Purpose :Brief idea about case
Test Created By :Name of test creator
Test Environment: Software or hardware in which the test case is executed
Prerequisites :Conditions that should be fulfilled before the test is performed
Test Procedure :Steps to be performed in test
Test Data :Inputs, variables and data
Expected Result :LWhat the program should do
Actual Result :What is actually done
Verdict : Pass/Fail(Status of the test)
Comments :Notes on the procedure

- 389
- 3
- 7