Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Difference b/w Test case and Test? within the Test Cases forums, part of the Software Testing category; Explain: Difference b/w Test case and Test?...
|
|||||||
|
|||
|
Re: Difference b/w Test case and Test?
test is a general term for testing!
There can b many test cases while you are testing. U have to think of all cases which can occur in program. for eg if a exception occurs how does prog handle it etc. so u should check with all possibilities!
__________________
:) NEVER SAY DIE. |
|
|||
|
Re: Difference b/w Test case and Test?
Quote:
requirement. Test cases can be derived as a use case scenario or a combination of different requirments of that feature. |
|
|||
|
Re: Difference b/w Test case and Test?
Test case test case: is a document that describing input, action or event and expected response to determine whether feature of application working correctly or not. Developing test cases:
|
|
|||
|
Re: Difference b/w Test case and Test?
Hi,
Testing: To verify whether the product we are building is right, which means the product we build meets the needs of specification.Testing is a series of process. Testcases: Testcase is a set of conditions or variables where in the tester will determine if the requirement is fullfilled or not. Testcases are generaly scripts which is used for testing an application. |
|
|||
|
Re: Difference b/w Test case and Test?
Quote:
Quote:
Quote:
__________________
-- Brijesh Jain |
|
|||
|
Re: Difference b/w Test case and Test?
Testcase is a set of input values ,execution preconditions,expected results and execution postconditions,developed for a particular objective.
Test : A set of one or more test cases. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use case statement and Test Case | JobHelper | Testing Issues | 4 | 01-16-2009 03:48 AM |
| IEEE FORMAT test case | JobHelper | Testing Templates | 5 | 11-04-2008 08:30 AM |
| Good automated test case | Lokesh M | Test Cases | 3 | 02-12-2007 03:11 PM |