Compare View
Commits (2)
Diff
Showing 1 changed file Side-by-side Diff
TestCases.tex
View file @
036d7c2
... | ... | @@ -34,7 +34,7 @@ Rachel Lee & Software Development Lead \\ |
34 | 34 | Laura Hawkins & Project Manager \\ |
35 | 35 | Rohan Rangray & Algorithms Specialist\\ |
36 | 36 | Andrew Buss & Database Specialist \\ |
37 | -Phuong Tran & Quality Assurance Lead \ | |
37 | +Nam Phuong Tran & Quality Assurance Lead \ | |
38 | 38 | Chung Kang Wang & Business Analyst\\ |
39 | 39 | Masud Rahman & User Interface Specialist\\ |
40 | 40 | Kevin Mach & User Interface Specialist\\ |
... | ... | @@ -46,13 +46,30 @@ Kevin Mach & User Interface Specialist\\ |
46 | 46 | \section{Testing Notes} |
47 | 47 | \subsection{Testing Multiple Users} |
48 | 48 | Some test cases relating to real-time functionality require two users simultaneously logged into the the application. This requires two separate browser sessions. Refer to browser documentation for this. |
49 | + | |
50 | +\chapter{User Credentials:} | |
51 | +\section | |
52 | + UserX: | |
53 | +\subsection | |
54 | + Email: userx@flashy.cards | |
55 | + Password: 1234 | |
56 | + | |
57 | +\section | |
58 | + UserY: | |
59 | +\subsection | |
60 | + Email: usery@flashy.cards | |
61 | + Password: 5678 | |
62 | + | |
63 | + | |
49 | 64 | \newpage |
65 | + | |
66 | +{} | |
50 | 67 | \section{Accounts} |
51 | 68 | |
52 | 69 | \subsection{[A1] User Registration} |
53 | 70 | \begin{description}[style=multiline,leftmargin=3cm] |
54 | 71 | |
55 | -\item[Description:]{This Test Case outlines the presentation layer step process of a user registering for an account with our application. } | |
72 | +\item[Description:]{This Test Case outlines the presentation layer step process of a user registering for an account with our application.} | |
56 | 73 | |
57 | 74 | \item[Desired Outcome:]{An account will be created for the user from the |
58 | 75 | specified username, password, email. The user will be able to log into |