what is the gendral format for test case?
Answers were Sorted based on User's Feedback
Answer / priyareddy
Ref.doc.name | Section | module | Testcase ID|Testcase
description|Test Input | Expected Result | Actual Result |
Status
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / sujatha
Hai
According to me the test case format varies from
organization to organizations
i.e some organizations follow Excel sheet ,some
organizations follows test director to write the test cases.
but test case format is
Test case ID
Test case Description
Actual Result
Expected Result
Status(pass/fail)
Remarks
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / mohankanth
Test case ID - The test case id must be unique across the
application
Test case description - The test case description must be
very brief.
Test prerequisite - The test pre-requisite clearly
describes what should be present in the system, before the
test can be executes.
Test Inputs - The test input is nothing but the test data
that is prepared to be fed to the system.
Test steps - The test steps are the step-by-step
instructions on how to carry out the test.
Expected Results - The expected results are the ones that
say what the system must give as output or how the system
must react based on the test steps.
Actual Results – The actual results are the ones that say
outputs of the action for the given inputs or how the
system reacts for the given inputs.
Pass/Fail - If the Expected and Actual results are same
then test is Pass otherwise Fail.
The test cases are classified into positive and negative
test cases. Positive test cases are designed to prove that
the system accepts the valid inputs and then process them
correctly. Suitable techniques to design the positive test
cases are Specification derived tests, Equivalence
partitioning and State-transition testing. The negative
test cases are designed to prove that the system rejects
invalid inputs and does not process them. Suitable
techniques to design the negative test cases are Error
guessing, Boundary value analysis, internal boundary value
testing and State-transition testing. The test cases
details must be very clearly specified, so that a new
person can go through the test cases step and step and is
able to execute it. The test cases will be explained with
specific examples in the following section.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / shweta
According to me
1 sr.no
2test case ID
3Objective
4stepts
4Expected o/p
5Actual o/p
6P/F
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / harsh
Test case id:
Unit to test: What to be verified?
Assumptions:
Test data: Variables and their values
Steps to be executed:
Expected result:
Actual result:
Pass/Fail:
Comments:
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / nithya
s no|test case no|test case description |test
step|expectedvalue|actualvalue|status
| Is This Answer Correct ? | 6 Yes | 5 No |
Diff between Verification and validation?
what would be the test plan for agile testing??
What is the information that should be covered in test plan?
What are the experience-based testing techniques?
why is waterfall model not good?
Explain dynamic testing?
What are the preconditions or initial conditions before doing the Automation testing?
What are cookies? Tell me the advantage and disadvantage of cookies?
Hi can anyone guide me regarding how the interview procedures will be in exterro Inc, Coimbatore
I have completed B.E.Electronics in may,1998.Completed one year computer course at NIIT in 1999....In 2000, I joined as electronics trainee in a small organisation. I continued in that job and resigned in 2005....... Till now I didnot get job. I have done software testing course in hyd. I want to show this 2+ years gap as exp.and want to get job. how? Can you give some projects with details in web as well as in client/server technology. I will practice them as if it were real project. How can I get job in testing field? I am new to this field. I have no exp.in this field.... Any consultencies please...how to proceed .....
hi everyone i want to download test director,winrunner,qtp latest versions pls help me
What is the difference between uat (user acceptance testing) and system testing?