what is the use case and what is the test case?
Answers were Sorted based on User's Feedback
Answer / vandana
use cases are generally prepared by Business Analysts , to
better understand the functionality of the application ,
generally use case contains preconditions , field
validations, event lists, postconditions,flow
graph,prototype . Based on the use case document test
engineers prepare test cases.
| Is This Answer Correct ? | 30 Yes | 1 No |
Use Case is a scenario to understand actions and actors of
any requirement.
eg:- If a requirement says "Library System shall be
capable of performing Book Withdrawal" In this requirement
actors are 'Student' and 'library manager' and the action
is 'Withdrawal'
Test Case is a structure to validate any functionality. so
here with our above example we are validating Book borrow
functionality. Test Case mainly contains Four parts
1. Test Objectives : What are we testing? and what is the
data required?
2. Expected Results:
3. Test Steps:
4. Actual Results:
contact me if need more clarification scsannalli@gmail.com
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / shanthi
USE CASE IS NOTHING BUT PICTORIAL REPRESENTATION OF THE
REQUIREMENTS.USING UML SYMBOLS DEVELOPER PREPARES USECASE
MODEL.
TEST CASE IS NOTHING BUT STEP BY STEP DOCUMENTION OF
IDENTIFIED SCENARIOS USING STANDARD TEMPLATE.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mfsi_priyankaa
Use case is a list of steps, typically defining interactions
between a user and a system.
Test case is a sequence of steps with expected result and
pass/fail criteria to test the functionality of the
system/application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / yogesh.b
simple answer for use case is : use case a picturial
representation of the requirements
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / janga
Use Case: Which gives the complete overview (or) architecture of the functionality.
Test Case: After knowing Use Case, developing the steps for it is nothing but the Test Case.
It includes User Business Req, Specifications, Text Data, and Expected Results.
| Is This Answer Correct ? | 0 Yes | 2 No |
Tell me some Compatibility defects for web application?
Which is the cost effective model between V Model and Waterfall model and V model and Spiral model
Discuss what test metrics you feel are important to publish an organization?
password is having 6 digit alphanumerics then what r the possible input conditions?
6 Answers Logica CMG, Visual Soft,
if you have compressed file which has multiple source files,after make of this source file, you are getting undefinedreference error. How your will debug this problem ? Whatmight be different root causes for this ?
iam in a small company where testing is not having any process so somebody tell me answer what is ur company testing process?
what is difference bettween High level documents and low level documents wht is covered in it ? when does tester uses this ie wht level of testing?
How will u do manual testing of yahoo messengers?
1. what is severity and priority and who will decide what .?
The scenario is "while reviewing requirement docs(SRS)if u find or feel any requirement is not meeting the client's requirements" whom do you report?and what is your action?
do you write test case for smoke testing?If not why?
If there are more number of test cases, how can u pick up a selective test case?