Advertisement
Guest User

searchService

a guest
May 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.21 KB | None | 0 0
  1. \begin{table}[]
  2. \centering
  3. \label{my-label}
  4. \begin{tabular}{|l|l|}
  5. \hline
  6. Name, FR-ID    & Search For Service, FR4, FR9                                                                                                           \\ \hline
  7. Primary Actor  & User                                                                                                                              \\ \hline
  8. Description    & Search for specific service in the service view                                                                                   \\ \hline
  9. Preconditions  & - User must have the service view open                                                                                            \\ \hline
  10. Basic Flow     & \begin{tabular}[c]{@{}l@{}}- User clicks the search field in the service view\\ - Writes the name of desired service\end{tabular} \\ \hline
  11. Exception Flow & \begin{tabular}[c]{@{}l@{}}The system cannot connect to the server\\ - An error message notifies the user\end{tabular}            \\ \hline
  12. Post Condition & The desired service is listed                                                                                                     \\ \hline
  13. \end{tabular}
  14. \caption{Search Service}
  15. \end{table}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement