What is the most important thing in a test case?

Showing Answers 1 - 33 of 33 Answers

lasolas

  • Sep 24th, 2007
 

1. A detailed and accurate description of the business or testing requirement(s)
2. A description that explains the reason for the test
3. A clear description of any pre-requisites or dependencies prior to running the test
4. Clear and accurate details of the individual test steps
5. Clear and accurate details of the expected results

  Was this answer useful?  Yes

Very hard to say the most important thing. But there are 2 important things.

1.Test Procedure.

Step NoActionI/P requiredExpected OpActual OpResult Pass/FailDefect IdComments
        

2. Test setup: The necessary tasks to do before starting current test execution.

As for my knowledge a clean and neat 'Test case description' is the most important one in test case, why because in description a tester can found max idea of what we are going to do in the application.

FOr ex: Desc: Verify that proper validation message will be shown for blank user id.

BY reading this description a tester can easily under stod he has to check the user id for validation

Srinivas

  Was this answer useful?  Yes

Shakkila

  • Feb 27th, 2009
 

Nothing but the clear description of the action which is going to be carried out from the requirement and the expected result out of it . A test case id which makes the test case unique from other test cases.

  Was this answer useful?  Yes

kspadma13

  • May 22nd, 2009
 

Objective of a test case : To match user requirement.

There are many things important in a test case-

Test case id : unique to identify a test case. Helps tester to add the test case id to the bug he /she posts for fixing which internally helps the developer to reproduce the scenario.

Test case description : Simple easy to understand statements that helps any individual to perform the steps.

Mapping to SRS: to help to know what requirement is tested.

Test case Expected result : What is required out of the testcase (check implementation works fine) This also should be in an easy to understandable statements.

Test case priority: Helps to identify whether this test case has to be tested or not when testing time is reduced.

Please correct me...

  Was this answer useful?  Yes

zmj

  • Jul 16th, 2011
 

Test Case Id Number is the most Imp,Without which you cannot identify its Requirements and its traceability

  Was this answer useful?  Yes

mithr17

  • Nov 2nd, 2011
 

Test condition; simple!

Test condition can be a feature, piece of functionality, or anything that you intend to verify. In simple terms the goal of a test case.
Let's suppose you wrote a test case for yahoo mail authentication. In this case, test condition is the login functionality.

  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