Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.27 KB | None | 0 0
  1. \begin{table}[]
  2. \centering
  3. \label{my-label}
  4. \begin{tabular}{|l|l|}
  5. \hline
  6. Name, FR-ID           & Add service, FR6                                                                                                       \\ \hline
  7. Primary Actor  & Admin                                                                                                                      \\ \hline
  8. Description     & An admin adds a service                                                                                                \\ \hline
  9. Preconditions  & \begin{tabular}[c]{@{}l@{}}- The admin is logged in\\ - Admin must have the New Service view open\end{tabular}                 \\ \hline
  10. Basic Flow     & \begin{tabular}[c]{@{}l@{}}The admin fill out desired fields. Presses the submit button. \end{tabular} \\ \hline
  11. Exception Flow & \begin{tabular}[c]{@{}l@{}}The system cannot connect to the server\\  - An error message notifies the admin\end{tabular}   \\ \hline
  12. Post Condition & \begin{tabular}[c]{@{}l@{}}- The service is added to the database\\ - Rerouted to service view where the new service will appear\end{tabular}                                                                      \\ \hline
  13. \end{tabular}
  14. \caption{Add service}
  15. \captionsetup{justification=centering}
  16. \end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement