Question:
What is a 'test case'?
Answer:
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. Note that the process of developing test cases can help find problems in the requirements or design of an application, since it requires completely thinking through the operation of the application. For this reason, it's useful to prepare test cases early in the development cycle if possible. Source: CoolInterview.com
Test case can be defined as Set of input parameters for software is tested. Source: CoolInterview.com
Answered by: Sanky | Date: 11/7/2009
| Contact Sanky
Test Case means
A Case that validate a particular condition. Source: CoolInterview.com
Answered by: Gautam | Date: 11/10/2009
| Contact Gautam
Test Case is a set of steps with user action and subsequent response from the system in terms of step name, step description and expected result. STEP Name| Step Desc| Expected Result | | Source: CoolInterview.com
Answered by: Smruti Sabat | Date: 2/4/2010
| Contact Smruti Sabat
Test Case is a statement that defines WHAT specific function/feature of the application will be tested by the test. System Requirements serve as good inputs for creating Test Cases. Source: CoolInterview.com
Answered by: maheswar reddy | Date: 4/15/2010
| Contact maheswar reddy
Test cases is a sequence of steps to test the correct behavior of a functionality/feature of an application
A test case should have an input description, Test Sequence and an Expected Behaviour. ex., Test Sequence: Schedule a report [ This can be treated as a Title as well as Test Sequence. Sequence here is the order in which this step is to be executed. The test case document should be prepared in such a way that the test cases should follow a sequence]
Test Input Description: 1.Login to <Abc page> as administrator. 2. Go to Reports page 3. Click on the ‘Schedule reports' button 4. Add reports 5. Update
Expected Results: The report schedule should get added to the report schedule table. Provisioning status of the reports should get handled Source: CoolInterview.com
Answered by: Kiran Antony | Date: 6/30/2010
| Contact Kiran Antony
test case is set of inputs given to specific build in order to compare the expected results of customer with actual values observed from build Source: CoolInterview.com
Answered by: siva | Date: 7/9/2010
| Contact siva
test cases should have following datas: 1.Test case ID 2.Unit of test case(what to be varified) 3.Test data(variables and their values) 4.Steps to be executed 5.Expected result 6.Actual result 7. Pass/Fail 8.Comment Source: CoolInterview.com
Answered by: akanksha panday | Date: 8/4/2010
| Contact akanksha panday
Test case is a written down document by referring to which we can validate the application Source: CoolInterview.com
Answered by: Srinidhi Patil | Date: 8/9/2010
| Contact Srinidhi Patil
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|