whai is the exactly meaning of test case
Answers were Sorted based on User's Feedback
Answer / san
A Test Case is a sequence of test steps which are written
to cover one or more System Requirements.
Coverage of Requirement is test case is tracked by using
Traceability Matrix
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / jeyalakshmi
Test Case in the Document with formal steps that says hw to
test a particular product with valid
and invalid condition
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / some
The above one is wrong.Because Test case and Testing both
are different.
Testcase is nothing but a detail and descriptively
explanation of each and every step.
But comes to Testing, after design test cases,compare
expected result with build actual result.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vassu
Test case is a detailed procedure that fully test a
features or an aspect of a feature.
It describes how to perform a particular test. you need to
develop a test case for each test listed in the test plan.
A test case includes:
--------------------
-The purpose of the test.
-Special hardware requirements, such as a modem.
-Special software requirements, such as a tool.
-Specific setup or configuration requirements.
-A description of how to perform the test.
-The expected results or success criteria for the test.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rohit dhillon
Test case:- It is a documented set of steps/activities that
are executed on the software inorder to confirm its
functionality/Behaviour
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rajeswari
Test case is nothing but,it explains detailed and
descriptive mannere corresponding test scenarious.
Here Test scenario is nothing but a unique condition w.r.to
customer requirements.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / chandramouli
Test case nothing but a sequence of steps along with the
data, and compares the expected values with the actual
values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mini
A test case is a document that contains step by step
process to test an application. A test case is written
based on the requirement documents or use cases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shweta
Test case is a collection of input specification(steps to be
followed),output specification(expected result) and
statement of functionality(objective.
| Is This Answer Correct ? | 1 Yes | 0 No |
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
In a log in page what will be test procedure, test scenario, test description & test steps?
What is test cases for mobile phone ?
Can you please tell me test scenarios for online shopping Paypal ??
What is the state testing?
how to write system test cases for a pen
What is p0,p1,p2,p3 in software tesing
Please give me a test case scenario for search engine covering all the fuctionalities
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.
what are the possible test cases of an VOIP phone
What is component testing?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.