I am new to writing use cases.I heard that Use cases are non-technical expressions .
I have the following task for which i have to write Use case.
(I reduced the requirement for your understanding)
Registered Customer of ABC company logged in to the system with credentials to retrieve the complete Address of particular service provider.He searches the service provider on TextBox.The System communcates with database and displays the result on monitor.
I am technical guy,
I have to write use case to explain the behavior of the system to the client.
I have written Use case as follows :
Use case Name: Address Locating System
Primary Actor: Customer
Stakeholder: ABC Company
Precondition: Customer Successfully Logged in to the system
Success Scenarios:
- Customer Enter the search term in the box provided.
- System searches the search terms for matches.
- System Supplies the address to the Customer.
Extension Point: Client is informed when no successful match
Post condition: None
Questions.
- Is the Use Case described above, correct?
- Do really tech people need to write Use cases?