I am new to writing use cases. I have heard that use cases are non-technical expressions.
I have the following task, for which I have to write a usage example.
( I reduced the requirement for your understanding )
A registered ABC customer is logged in with the credentials to retrieve the full address of a particular service provider. He searches for a service provider in a TextBox. The system communicates with the database and displays the result on the monitor.
I am a technical guy.
I have to write a usage example to explain the behavior of the system to the client.
I wrote a usage example as follows:
Use name name : address search system
Main actor : Customer
Stakeholder : ABC company
Prerequisite : Client successfully logged in
Success Scenarios :
- Customer Enter your search query in the box.
- The system searches for search terms for matches.
- The system delivers the address to the customer.
Extension point : the client receives information about the
status of the message : No
Questions.
- Is the usage example described above correct?
- Do people in need of technology really have to write use cases?
source
share