Answer Posted / rao
Introduction
---------------
Describe a quick background of the use case.
Actors
---------
List the actors that interact and participate in this use
case.
Pre-conditions
----------------
Pre-conditions that need to be satisfied for the use case
to perform.
Post-conditions
------------------
Define the different states in which you expect the system
to be in, after the use case executes.
Basic Flow
-------------
List the primary events that will occur when this use case
is executed.
Alternative flows?
--------------------
Any subsidiary events that can occur in the use case should
be separately listed. List each such event as an
alternative flow. A use case can have as many alternative
flows as required.
Special Requirements
------------------------
Business rules for the basic and alternative flows should
be listed as special requirements in the use case
narration. These business rules will also be used for
writing test cases. Both success and failure scenarios
should be described here.
Use case relationships
------------------------
For complex systems, it is recommended to document the
relationships between use cases. Listing the relationships
between use cases also provides a mechanism for
traceability.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the principles of software testing?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
difference between change management and configuration management
For any web application, what are the possible login features that should be tested?
How do you go about testing a project?
Can list out some disadvantages of manual testing?
Enlist some bug status along with its description?
Can you explain decision tables?
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
What are the different available models of sdlc?
What about the test case if the field only takes a certain number of characters or a minimum number?
What is Batch testing? Facets Benefit Configuration
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
test measurment techniques
Why documentation testing is important?