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 |
Tracability matrix? what are test metrics?what is the use? scope of testplan? Estimation? Test stratagy? Entry ,Exit ,Suspention,Resumption criteria? Diff b/w web server and appli server? diff b/w web app and client server app? diff b/w brs,srs? what is Sla time? Exp defect life cycle? types of defects? how do u decide project is 100% bug free? How u send defect reports? Testing Environments? testbed? what is differed testing? what is differed defects? what r the base documents are recovered for test case design? what r the base documents are recovered for test case execution?
what is functional testing?Explain with one example?And when we use functional testing in your project???
what is production defects?
what is user interface testing?
hOW WILL U ENSURE THAT U HAVE COVERED EACH AND EVERY TEST CASE
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ?
what is Application state,Base state and call state?
What is a test scenario?
diff b/w installation testing & compatibility testing?
for example, we have old password,confirmed password, new password followed by submit button. what are the test cases written for that?
When do you escalate issues to your Manager?
difference between sretagic test plan & test plan?