Guest User

Untitled

a guest
Jul 19th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. documentclass[10pt]{article}
  2. usepackage[margin=1in]{geometry}
  3. usepackage{array,multirow}
  4. begin{document}
  5. sffamilysmall
  6. begin{tabular}{|p{1.5cm}|p{1cm}|@{}p{3cm}|*{3}{p{2.5cm}|}}
  7. hline
  8. Test case & Action & ~Test procedure & Expected result & Actual result & Remarks\
  9. hline
  10. multirow{2}{=}{Login} & User login & multirow{2}{=}{
  11. begin{enumerate}
  12. item Provide username and password
  13. item Validate all fields have been filled
  14. item Goes to the Main Site
  15. end{enumerate}
  16. } & Successfully
  17. logged in & Successfully logged in & logged in \[3cm]
  18. cline{2-2} cline{4-6}
  19. & Missing credentials & & dots & dots & Cannot log in\[3cm]
  20. hline
  21. end{tabular}
  22. end{document}
Add Comment
Please, Sign In to add comment