What is test case?

Showing Answers 1 - 6 of 6 Answers

NARENDAR

  • Sep 14th, 2005
 

set of inputs,expected results & preconditions that are devloped to reach quality atribute 

  Was this answer useful?  Yes

Girmay document

  • Dec 6th, 2005
 

Test Case is document that decribes an input ,action or event and expected response, to determine if a feature of application is working correctely. Tae case should contain pariculars such as test case neme, objectiive.Mekele, University ( North Ethiopia)

  Was this answer useful?  Yes

rajanee

  • Jan 6th, 2006
 

The specification (usually formal) of a set of test inputs, execution conditions, and expected results, identified for the purpose of making an evaluation of some particular aspect of a Target Test Item is referred to as Test Case. 

                             A test case is a document that describes an input, action, or event and an expected response, to determine if a feature of an application is working correctly. A test case should contain particulars such as test case identifier, test case name, objective, test conditions/setup, input data requirements, steps, and expected results.

  Was this answer useful?  Yes

milli

  • Sep 13th, 2006
 

A document that identifies all test conditions to be tested in a unit/system

  Was this answer useful?  Yes

  • Test Case is a commonly used term for a specific test. This is usually the smallest unit of testing. A Test Case will consist of information such as requirements testing, test steps, verification steps, prerequisites, outputs, test environment, etc.
  • A set of inputs, execution preconditions, and expected outcomes developed for a particular objective, such as to exercise a particular program path or to verify compliance with a specific requirement.

  Was this answer useful?  Yes

A test case in software engineering is a set of conditions or variables under which a tester will determine whether an application or software system is working correctly or not. The mechanism for determining whether a software program or system has passed or failed such a test is known as a test oracle. Test cases are often referred to as test scripts, particularly when written. Written test cases are usually collected into test suites.

  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