Use Case - Commuincation Link breaks
I would like peoples thoughts on the following.
Take as an example of a Web Based shopping with the following Use Cases
(amongst others).
- Place Order
- Modify Order
- Arrange Shipment
- Check Order Status
Now all of these Use Cases assume that there is a valid connection. I
am wondering how to apply the case when there is an failure in the web
connection. Now this could happen at any time. Do I have to put an
alternate flow in every stage of the main flow of each Use Case. The
consequences of a connection failure would be different depending when
it happens.
I am using this as Web connection an example, but it would apply to any
system that has a "breakable" connection (WiFi, BlueTooth, Serial
Connection etc)
Thanks
.
Relevant Pages
- Re: Use Case -
... You can create a precondition for most of the use cases: "precondition: at ... the start of this use case, the actor is able to access the site over the ... >> Now all of these Use Cases assume that there is a valid connection. ... >> consequences of a connection failure would be different depending when ... (comp.object) - Re: Use Case -
... Now all of these Use Cases assume that there is a valid connection. ... in the implementation within the computing space. ... A connection failure ... is an example of requirements implicit in the computing environment. ... (comp.object) - Use Case -
... (amongst others). ... Now all of these Use Cases assume that there is a valid connection. ... alternate flow in every stage of the main flow of each Use Case. ... (comp.object) - Re: Connection Failure
... I've been using ADO accessing MS SQL Server for a few years. ... is a problem with connection failures if the connection isn't used for a ... Var i: Integer; ... I try to open a query and get the Connection Failure message. ... (borland.public.delphi.database.ado) - Delphi 5, ADOConnection
... connection and re-opening, ... The machine currently logged in and using an ADOConnection ... to reconnect after an exception keeps returning "Connection Failure". ... (borland.public.delphi.database.ado) |
|