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 |
Why testing Web Applications is different?
what is the proper definition of Slippage Ratio? Thanks in Advance. Regards, M.MurthySharma.
1. How many Process are there in Testing Life Cycle?
what is test plan and test stategy and also differnce bet them?
what are your achievements in your organization ? Guyz very very urgent , help me
Hi, Can anyone suggest a test case writing technique for the below scenario. 1. User draws a lines on the image 2. User selects the lines and right clicks ( Measuremnts like distance between the start and the end point, coordinates of start point and coordinates of end point) 3. User selects one of the measurement Measurement is displayed Just want to highlight, i am looking for a test case writing technique for above scenario.
for example, we have old password,confirmed password, new password followed by submit button. what are the test cases written for that?
what is the difference between testcase and test scenario? Please give one example.
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. 2.Black-box testing attempts to find errors in which of the following categories Option 1 Incorrect or missing functions Option 2 Interface errors Option 3 Performance errors Option 4 All of the above
when you open a stand alone application then the application is displayed on the screen.what type of testing is this?
What is Tacebility Matrix What are the Columns it contains
What is baseline testing?