What do you mean by testcase template?what its contains?

Showing Answers 1 - 28 of 28 Answers

Lalitha Karthik

  • Nov 9th, 2006
 

its actually a format which we follow for writing the Test case,it generally looks like

Test Case id   Feature   Description  Actual Result  Expected Result

  Was this answer useful?  Yes

Pradeep R

  • Nov 13th, 2006
 

Test Case Template will as follows:

Test Case ID : Requirements ID: Test Case Description : Test Data : Expected Responce : Actual Responce : Result : Sererity :Tested BY

Test case id will be unique. Any numbering format can be followed.

Requirement ID will be the number for which requirement u r writting the test case, this is usefull for preparing tracebility matrix.

Description will contain the steps to execute the test case.

Expected will contain what should be result after executing the steps.

Actual responce is what we got after the test case execution.

Result will pass or fail - this will be helpful in generating test execution report.

Severity - Critical, Major, Minor

Pradeep R

  Was this answer useful?  Yes

Babu

  • Dec 9th, 2006
 

A template means the skeleton just the format. It contains the fields representing the testcase. Most of the companies use the excel sheets to write test cases they contain the following basic fields:

Test Id: (Contains the number/particular field)

Steps: (How to test)

Expected Results: (what should be the result after test)

Severity: (Indicating the severity if the test case fails)

Comments: (Can be anything related to the test case EX: This feature is still coding or This test case fails a known issue)

  Was this answer useful?  Yes

Dharamkrishnan

  • Dec 12th, 2006
 

Test  case template is  the a  document  which     describes you haw and  what all  the  items  must appear in the test  case .The  following  are  the  item which  appear in the test case  template

 

 

  • Test Case ID
  • Test Case Description
  • Input
  • Expected Result
  • Actual Result
  • Pass / Fail Condition

 

 

 

The following is the sample test case for Login screen

 

Test Case ID

Test Case Description

Expected Result

Actual Result

Pass / Fail Condition

001

Enter correct  password

Welcome page  should  appear

Welcome page    appears

Pass

  Was this answer useful?  Yes

sudhakar2068

  • Dec 13th, 2006
 

Test  case template is  the a  document  which describes you how and  what all  the  items  must appear in the test  case .The  following  are  the  item which  appear in the test case  template

  •           Project id
  •           version
  •            Test start date
  •            Test end date
  •            Module /sub Module
  •            Environment.
  •             Pre-requists
  •             Test Case ID
  •            Module /sub Module
  •            Test case Name
  •            Step to Reproduce
  •  
  •             Expected Result
  •              Actual Result
  •             Pass / Fail Condition
  •             Remarks
  •              Tested by
  •          Document Reference   (Requirement/functional   Specificaton)

sudhakar kolla,

Email ID:kollasudhakar2005@yahoo.co.in.

Ph:+91-9819859346

  •  

  Was this answer useful?  Yes

Sujatars

  • Jan 9th, 2007
 

A Test case template allows you to specify your test cases in a systematic order and the actual results.Following is the template of test cases

testcase id

test case name

test case desc

test steps

test case status

test prority

defect severity

 

 

step

expected

actual

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  Was this answer useful?  Yes

Test case template is a document which contains detailed information about a test case.

Testcase id
Testcase name
Features to be tested
Test SuiteId
Priority
Test Env
Test Effort
Test Duration
Test Setup
Data Matrix or Test Procedure
Testcase passed/failed criteria

  Was this answer useful?  Yes

test case has three sections Header, Body, footer. The body of test case is called as test case template.

header has following 1. test case name
                                  2.requirement no.
                                  3.module name
                                  4. pre-condition
                                  5.severity
                                  6.test case type
                                  7.test data
                                  8.brief description 

test case template

Step no.ActionInputExpected resultActual resultStatus comments
       






Footer has

Author:
Reviewed by:
apporved by:
Approved Date:

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions