What is the difference between Use Case and test case?
Answers were Sorted based on User's Feedback
Answer / nsrao
Use Case is prepared by business analyst depending on the
customer requirements, where as test case is written by
testers depending on the BRS,SRS,FRS and use case documents.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bala p
A use case is a methodology used in system analysis to
identify, clarify, and organize system requirements. Use
case gives the idea of how to use the application and what
is the business functionality.
By using use case we can derive multiple test
cases/scenarios for single use case.
Ex: For login screen login into the application by using
username and password is a use case.
Possible ways the user should and should not login into the
system is a test case
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / hafeez
use case is the the single interaction of system and actor
while test case is the combination of all valid and invalid
inputs and out puts
for more details visit
www.s-qa.blogspot.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kanishk
Test Case contains a set of input values, pre
condition,post condition,expected result and actual result
while in use case it is a continuous interaction of users
or actors with the system to achieve a specific task, users
or actors can be other system as well.
| Is This Answer Correct ? | 1 Yes | 0 No |
how do you test a calendar ?
What exactly is quality control? Is it similar to quality assurance?
what is mean by Performance Related Testing in data base?
Why do we prepare test condition,testcases,testscript?
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ?
what is sign off process in manual testing?
1 Answers Cap Gemini, Virtusa,
what is differance between desktop applications and web applications?
How many process areas are present in CMMI and in what classification do they fall in?
What is Application Performance testing and Operational performance testing
2. What resources do you use to learn about Web accessibility?
In simple steps how will you do unit testing using VSTS?
test templet for GUI UNIT testing?