How is test case write?

Effictive test case contain Test case describtion,test i/p data,exp o/p and actual o/p.

Showing Answers 1 - 21 of 21 Answers

hi this is surendra

 effective test case format:

 test case name

 test case id

test suite id

feature to be tested

priority

test enviorment

test setup

test duration

test procedure

1.step no

2 action

3 input required

4expected

5 actual

6 result

7 comment

test effort

 test case pass or fail criteria 

        

  Was this answer useful?  Yes

srinivas

  • Oct 24th, 2005
 

hi this is d.srionivas.can u give me how  to write test cases andf bug tracking reports.

  Was this answer useful?  Yes

vikas

  • Dec 15th, 2005
 

main thing in test cases r to give the test case description, but u leave it MR. Surendra

  Was this answer useful?  Yes

Hi,I am sending u a link which will give u an idea about the test case template.Most of the organizations use excel sheets to write test cases.Have a look.http://www.qadownloads.com/Templates/Regards,Teena

  Was this answer useful?  Yes

sateesh

  • Jan 27th, 2006
 

hai surendra can give one example for this format .effective test case format: test case name test case idtest suite idfeature to be testedprioritytest enviormenttest setuptest durationtest procedure1.step no2 action3 input required4expected5 actual6 result7 commenttest effort test case pass or fail criteria

  Was this answer useful?  Yes

ashish

  • Jun 3rd, 2006
 

Hi teena this is ashish.Thanx Teena for thnk that u have given.

  Was this answer useful?  Yes

G.Hemalatha

  • Feb 26th, 2007
 

hi, I am Hema. First we have to study full application.First find High level conditions,and then find low level conditions,from that we have to find test scenarios.from that we have to write test cases.

  Was this answer useful?  Yes

sarada

  • Apr 4th, 2007
 

A set of test inputs, execution conditions, and expected results developed for a particular objective such as to verify compliance with a specific requirement
Test Case
Project Name:
Reviewed By:
Type of Testing:
Tested By:

Test Case ID
Description
Steps for Execution
Expected Results
Test Case Created On
Test Case Updated On
Result

  Was this answer useful?  Yes

saurabh_rit

  • May 10th, 2007
 

In general we write Prerequsite and Setup condition first then

1. Testcsae ID
2. Testcase name
3. Objective
4. Steps to be taken
5. Expected result
6. Actual result
7. Pass/fail

  Was this answer useful?  Yes

Test case can be written with the help of only with SRS 

writting with the templates in that main is that test description in that we have to write clearly what we are checking

  Was this answer useful?  Yes

TEST CASE PREPARATION
- Study and learn about requirements and specfications
- Ask questions to fill gaps in knowledge
- Create test cases
- Map requirements to test cases
- Prioritize test cases
- Conduct peer review of test cases

TEST CASE FORMAT
- Test case id
- Priority
- Severity
- Requirement id
- Tester name
- Created date
- Last updated
- Reviewed date
- Reviewed by
- Target build
- Defect reference number
- Execution date
- Test status (Pass; Fail)
- Title
- Objective
- Prerequisite(s); Precondition(s)
- Environment
- Test steps
- Expected result
- Actual result
- Comments
- Supporting document(s)

THINGS TO REMEMBER
- Include preconditions that must be met in order to execute test cases
- Test steps should be clear, concise, complete, and accurate
- Include expected and actual results in terms of Pass/Fail criteria
- Author test cases in such a way that persons will not need prior knowledge to execute them.

  Was this answer useful?  Yes

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