Hi.........can any one tell me the basic format for writing
test cases

Answers were Sorted based on User's Feedback



Hi.........can any one tell me the basic format for writing test cases..

Answer / himanshu soni

Hi,

Generally the format of test case varies from company to
company. The general format of test case is as follows;

1) Set-Up Condition (Please write the Set-Up condition in
the row format on the top)
2) Prerequisite (Please write the Prequisite in the row
format on the top)
3) Test-case ID
4) Test-case Name
5) Obejctive
6) Steps to be taken
7) Test Data
8) Expected Result
9) Remark

Is This Answer Correct ?    7 Yes 0 No

Hi.........can any one tell me the basic format for writing test cases..

Answer / guest

testcaseid
description
expected result
actualresult
pass/fail.
tis is the testcase format what i know...

Is This Answer Correct ?    6 Yes 0 No

Hi.........can any one tell me the basic format for writing test cases..

Answer / homram

test id
test name
description
action
expected value
actual value
result

Is This Answer Correct ?    5 Yes 1 No

Hi.........can any one tell me the basic format for writing test cases..

Answer / phani kumar

Hi,

Generally the format of test case varies from company to
company. The general format of test case is as follows;

Testcase-ID
compenent
Priority
Test Description
Test pre condition
Test steps/Procedure
Test data
Expected results
Actual results
Test status
Defect ID
Test Type
comments

Is This Answer Correct ?    3 Yes 0 No

Hi.........can any one tell me the basic format for writing test cases..

Answer / anil nakhate

Following is a test case format
1)Test Case ID.
2)Requirement ID
3)Title/Summery
4)Pre-requisite.
5)Steps.
6)Expected Result.
7)Actual Result.
8)Pass/Fail criteria.
9)description if test case is failed.(Write description abt
why it is failed)

Is This Answer Correct ?    3 Yes 0 No

Hi.........can any one tell me the basic format for writing test cases..

Answer / gb

Basically every organization has own template for test case.
But out side practice you can refer following
Steps...
1. Main functionality
2. Test Script ID
3. Test Script Status
4. Smoke Test (Y/N)
5. Requirement# from Specification document
6. Test Case Description
7. Test Execution Procedure
8. Expected Result
9. Actual Result
10. Pass / Fail / Not Tested ( Based on test
environment)
11. Remarks

Is This Answer Correct ?    2 Yes 1 No

Hi.........can any one tell me the basic format for writing test cases..

Answer / jaideep singh

Testcase ID
Test case Description
Test case Procedure
Test Data
Expected Result
Actual Result
Remarks

Is This Answer Correct ?    1 Yes 0 No

Hi.........can any one tell me the basic format for writing test cases..

Answer / aisha

test name
description
precondition
step no.
steps to be taken
input data/test data
expected result
actual result
test type-auto/manual
pass/fail

It depends from company to company what way they expect
test case to be written

Is This Answer Correct ?    1 Yes 0 No

Hi.........can any one tell me the basic format for writing test cases..

Answer / aditya

testcase id
test case name
test case desc
test steps step expected actual
test case status
test status (P/F)
test prority
defect severity

Is This Answer Correct ?    1 Yes 0 No

Hi.........can any one tell me the basic format for writing test cases..

Answer / hrishi

Test case ID
Description
Actual o/p
Expected requirement
Date of Design
Date of Executed
Priority
Severity
Tester Name
Result
Bug ID

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Test Cases Interview Questions

How many test cases u will write for Acceptance testing?

0 Answers  


can any one send sample test case documents in informatica with examples plz send documents to "mrlsurya@gmail.com"

2 Answers   IBM, TCS,


Sample test cases for data conversion(Utility billing system)

0 Answers  


What is rhinohunt testing? urgent pls send the answer soon

0 Answers  


pls i want test cases for oss? whts the process of oss testing

0 Answers   TCS,






Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF how to find statement and branch coverage? Explain in brief?

0 Answers   ISTQB,


Scenarios to test wireless Speaker via bluetooth

0 Answers   Cygnet Infotech,


how can we write test cases with help of functional spec? is it not appropriate to write by using the application?

3 Answers  


What is test cases for mobile phone ?

0 Answers  


what are the possible test cases for sending an sms from mobile

2 Answers  


What is BRANCH COVERAGE Testing

1 Answers  


Suppose that you're running tests on windows calculator and find that 1+1=3, 2+2=4, 3+3=7, 4+4=8, 5+5=11, 6+6=12. write a bug title and bug description that effectively describes this problem.

4 Answers   Manhattan,


Categories