can any one give the format of writing test cases in excel
sheet.
Answers were Sorted based on User's Feedback
Answer / murthy
Test Case ID
Requirement Id
Test Name
Prerequisites
Description (Steps to execute)
Expecte Result
Actual Result
Status
Remarks
| Is This Answer Correct ? | 84 Yes | 10 No |
Answer / pradula
Hi
Different companies follow different testcase template.But
basically the tems we use is
1.Test case ID
2.Description
3.Test Data
4.Expected result
5.Actual result
this is quite enough but in some companies they add
6.pass/fail
7.severity
| Is This Answer Correct ? | 47 Yes | 5 No |
Answer / hi
hi murthy here y we can use requirement id already we are
using Test case id?
ones again y we are using requirement id?
plz explain for me
| Is This Answer Correct ? | 24 Yes | 10 No |
Answer / sham
Dear Freind, According to company, test case formats are
different. All our friends answers are correct. but
according to INTERNATIONAL SOFTWARE TESTING QUALITY BOARD
(ISTQB), it is software quality control board, they
specified a format for the test cases
1)Test Case ID
2)Test Description
3)Review History
4)Function to be Tested
5)Environment
6)Test Setup
7)Test Execution
8)Expected Result
9)Actual Result
10)Overall Result
11)Incase of Fail - Priority - High,Medium,Low
- Siviority- High,Medium,Low
with the banner like Project Title, Module, Developer,
Tested By, Reviewed By, Date, OS, Version etc..,
| Is This Answer Correct ? | 14 Yes | 3 No |
Answer / sujili.c
1.S.No
2.Test plan ID
3.Test case ID
4.Test case description
5.Input data
6.Expected result
7.Actual result
8.status
9.comments
| Is This Answer Correct ? | 20 Yes | 10 No |
Answer / we4
test case id
test case description
test case procedure
expected results
actual results
input
status
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / ravishankar
steps to write test case template as follows.
it has 3 parts..
header, body, footer
header contains:
1.testcase number,
2.requirement number,
3.module name,
4.sevoirity,
5.precondition,
6.test data,
7.test case type,
8.brief description.
body contains:
1.step number,
2.action,
3.input,
4,expected result,
5.actual result,
6.status,
7.comments/remarks.
footer contains:
1.author,
2.reviewed by,
3.approved by,
4,last modified.
| Is This Answer Correct ? | 10 Yes | 6 No |
Answer / chandrasekharreddypadala
1. Test ID
2. Title
3. Pre/post Conditions
4. Steps
5. Expected Results
6. Priority Level
7. Pass/Fail
8. Defect Number
| Is This Answer Correct ? | 13 Yes | 10 No |
Answer / vanitha
1.)Testcase Id
2.)Testcase Description
3.)Input Data
4.)Expected Result
5.)Actual Result
6.)Results
7.)Comments
The above are the basic columns you find in any testcase
template.Depending on the organization this may vary
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / satishkumar
1)test case title
2)test case id
3)purpose
4)scenario
5)pre-requisite
6)input data
7)steps
8)expected result
9)post condition
10)actual result
11)verdict pass/fail
12) remarks
| Is This Answer Correct ? | 3 Yes | 1 No |
hi there... can any1 tel me hw to prepare a traceability matrix by taking a practical scenario..i know the theory part bt dont kno how to implent dat..
Dear Friends, please send me some links where i will get all type of web driver programs.
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that
What is ramp testing?
Test case for flight reservation system
Write the 10 test cases for Telephone/Pen.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
There is project earlier it was developed in VB then they had replaced the project by java and there is no documentation available then how you are going to check that project. (Hint: - Parallel Testing).
Apart from the normal functional test cases written, list out some out of the box test scenarios to test the 'Replace' dialog box in a Notepad
how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance
Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....
Write tast case for a+b=c?