what is mean by exactly the difference between the testcase
and usecase
Answers were Sorted based on User's Feedback
Answer / sowmya
An usecase are prepared from BRS.this will be in document
form only which can be understand by the team.it describe
about how the software should when the end user uses .
where as testcases are written by tester using SRS.testcase
are used for testing the functionality or behavior of the
application
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / srinivas
test case:it is developed by test enganeer.it is document
level testing.it is simply understanding covering the more
functionaity in a single shot.
use case:An usecase are prepared from BRS.this will be in
document form only which can be understand by the team.it
describe about how the software should when the end user
uses .where as testcases are written by tester using SRS
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suvarna
Test Case: It is single whole oriented interactions
performed by the user or tool on AUT(Application Under Test)
Whereas
Use Case: It depicts relationship between actor input and
system response.
| Is This Answer Correct ? | 1 Yes | 0 No |
UseCase : It is indepth detailed description about Customer
Requirments. it is developed from BRS/SRS. it is prepared
by business analyst or QA Lead.
Testcase: It is a doument describing the input,action and
expected response to determine wether the application is
working correctly according to the customer requirments.
it is derived from srs,usecases and test scenarios. while
developing test cases we can find gaps in the requirments
also.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / devarajulu
Use case: It is a high level scenario and contains validations from which tester can write test case.It may taken from RD or FSD.
Test case:Its simply test procedure written by tester from the FSD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suneel kumar reddy
Actually Test cases are derived from use cases
use cases contains field validation of fields
Possitive and negative scenarios for each each functionality
Difference between test case and use case contains only
validations but the test case contains test data
| Is This Answer Correct ? | 0 Yes | 1 No |
How you can decide the number of testcases are enough for testing the given module?
1.Alpha testing done by develping environment. Testing is done by before release or After release builds ?
10.What is stub?
explan test metnodology/approch.... with example...
During alpha and beta releases , what are the document we will prepare and what we will test?
when do you escalte issue to your manager?
What is meant by bucket testing?
If there is only one module or unit then how you test it?
What are the issues that u observed in the kick-off meeting?
What is Test methodology, Testing type , Testing approach, Testing technique & Testing methods. Explain with example.
example for bug not reproducible
How to Write Test case for Smoke Testing