Compare View

switch
from
...
to
 
Commits (2)

Diff

Showing 1 changed file Side-by-side Diff

TestCases.tex View file @ ca80cf4
... ... @@ -1650,9 +1650,6 @@ from their deck.}
1650 1650 \item
1651 1651 {UserX has created a flashcard with the text
1652 1652 ``This is a bad card too''.}
1653   -\item
1654   - {UserX has created a flashcard with the text
1655   -``This is a bad card''.}
1656 1653 \end{itemize}
1657 1654  
1658 1655 \item[Postconditions:]
... ... @@ -1719,7 +1716,8 @@ process of a user viewing all the cards in their deck.}
1719 1716 \item[Desired Outcome:]{The User shall be able to view all the cards in their deck.}
1720 1717 \\
1721 1718  
1722   -\item[User Goals:]{To see all pulled cards for easier editing purposes.}
  1719 +\item[User Goals:]
  1720 +{To view all pulled and created cards in their deck.}
1723 1721  
1724 1722 \item[Dependency Use Cases:]{[A1] User Registration, [A2] User Login,
1725 1723 [A3] Add a Class, [F1] Push Flashcard, [F3] Pull Flashcard}
... ... @@ -1732,56 +1730,42 @@ process of a user viewing all the cards in their deck.}
1732 1730 \begin{itemize}
1733 1731 \itemsep1pt\parskip0pt\parsep0pt
1734 1732 \item
1735   - {A browser session is logged in as UserX.}
  1733 + {User is logged in as UserX.}
  1734 +\item
  1735 + {UserX has created a flashcard with the text
  1736 +``I made this''.}
1736 1737 \item
1737   - {Another browser session is logged in as UserY.}
  1738 + {UserX has pulled a flashcard with the text
  1739 +``Someone else made this''.}
1738 1740 \item
1739   - {UserX and UserY are registered for class TEST 101.}
  1741 + {UserX has added the class TEST 101.}
1740 1742 \item
1741   - {UserX and UserY are at the feed view for TEST 101.}
  1743 + {UserX is at the live feed of TEST 101.}
1742 1744 \end{itemize}
1743 1745  
1744 1746 \item[Postconditions:]
1745 1747 \begin{itemize}
1746 1748 \itemsep1pt\parskip0pt\parsep0pt
1747 1749 \item
1748   - {Cards in the deck are in time order.}
  1750 + {None}
1749 1751 \end{itemize}
1750 1752  
1751   -\item[Trigger:]{User wants to view a more organized deck.}
  1753 +\item[Trigger:]{The User wants to view the result of their adding
  1754 +and pulling flashcards.}
1752 1755  
1753 1756 \item[Workflow:]
1754 1757 \begin{enumerate}
1755 1758 \itemsep1pt\parskip0pt\parsep0pt
  1759 +
1756 1760 \item
1757   - {UserX shall click the ``Compose'' button in the lower right.}
1758   -\item
1759   - {The System shall present a modal with a text box.}
1760   -\item
1761   - {UserX shall type in ``Card A'' and click ``Contribute''.}
1762   -\item
1763   - {The System shall create a new card and add it to the feed.}
1764   -\item
1765   - {UserX shall click the ``Compose'' button in the lower right.}
1766   -\item
1767   - {The System shall present a modal with a text box.}
1768   -\item
1769   - {UserX shall type in ``Card B'' and click ``Contribute''.}
1770   -\item
1771   - {The System shall create a new card and add it to the feed.}
1772   -\item
1773   - {Another User logged in as UserY shall view the feed for TEST 101.}
1774   -\item
1775   - {UserY shall click ``Card B'' to pull the card and add it to their deck.}
1776   -\item
1777   - {UserY shall click ``Card A'' to pull the card and add it to their deck.}
1778   -\item
1779   - {UserY shall go to their Deck View.}
  1761 + {UserX shall click on 'Deck', the three vertical cards
  1762 +icon on the top left of the screen located on the left of the
  1763 +navigation bar.}
1780 1764 \end{enumerate}
1781 1765  
1782   -\item[Expected Results]{For UserX the cards are listed in the
1783   - order ``Card B'', ``Card A'' and for UserY they are in the
1784   -deck view as ``Card A'', ``Card B''.}
  1766 +\item[Expected Results]
  1767 +{UserX shall be at the deck for the class TEST 101 and see the
  1768 +cards ``I made this'' and ``Someone else made this''.}
1785 1769  
1786 1770 \end{description}
1787 1771 \newpage