Skip to content

Use Case: Save connection

pawello2222 edited this page May 3, 2016 · 2 revisions

###Brief Description#

This use case describes how a user can save a connection to the database.

###Basic Flow#

  • The system opens a window where the user can enter the connection properties.
  • The user enters the connection properties.
  • The system validates the entered connection properties and saves the connection.

###Alternative Flows# #####Invalid Connection Properties#

If in the Basic Flow the user enters invalid connection properties, the system displays an error message. The user can choose to either return to the beginning of the Basic Flow or cancel the process, at which point the use case ends.

###Pre-Conditions# The user is already logged in the system.

###Post-Conditions# If the use case was successful, a new database connection is saved in the system. If not, the system state is unchanged.

Clone this wiki locally