-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProblem6-7.tex
251 lines (248 loc) · 6.91 KB
/
Problem6-7.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
\documentclass[12pt,a4paper]{article}
\usepackage[latin2]{inputenc}
\usepackage{graphicx}
\usepackage{ulem}
\usepackage{amsmath}
\begin{document}
\textbf{Deliverable-2}\newline
\textbf{Problem-6}\newline\newline
User Story 1:-
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
ID: & US-1\\
\hline
Statement: & As a \textbf{normal user }\\ & I want \textbf{a desktop application of Scientific Calculator having a}\\ & \textbf{graphical user interface}\\
&So that \textbf{I can perform calculations for my research area}\\
\hline
Acceptance Test: & Given that I am in role of a normal user\\
& When i run the desktop application,\\& the GUI should be displayed on the screen \\
\hline
Priority: & Medium \\
\hline
Estimate: & 20\\
\hline
Constraint: & The application should be compatible on \\& different operating systems\\
\hline
\end{tabular}
\end{table}
\newpage
User Story 2:-
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
ID: & US-2 \\
\hline
Statement & As a \textbf{normal user} \\
&I want to \textbf{Use the Golden Ratio constant in the calculator} \\
& So that \textbf{I can use the golden ratio value} \\& \textbf{for computation}\\
\hline
Acceptance Test: & Given that I am in a role of user\\
& When i click on the $\phi$ button,\\& Calculator GUI should display 1.618 value on the screen \\
\hline
Priority: & High \\
\hline
Estimate: & 40\\
\hline
Constraint: & The application should be scalable to add \\ &new irrational constant in future if needed\\
\hline
\end{tabular}
\end{table}
\newpage
User Story 3:-
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
ID: & US-3 \\
\hline
Statement & As a \textbf{normal user} \\& I want to\textbf{perform addition of two numbers } \\ &So that \textbf{I can view the result of }\\& \textbf{addition of the given numbers }\\
\hline
Acceptance Test: & Given that I am in a role of a normal user\\
& When i enter two numbers and,\\& click on '+' symbol on GUI and click on \\
& '=', the result of addition of two number \\& should be displayed on screen\\
\hline
Priority: & Medium \\
\hline
Estimate: & 15\\
\hline
Constraint: & The application should be able \\& to calculate the result in milliseconds\\
\hline
\end{tabular}
\end{table}
\newpage
User Story 4:-
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
ID: & US-4 \\
\hline
Statement & As a \textbf{normal user} \\& I want to \textbf{perform Subtraction of two numbers } \\ &So that \textbf{I can view the result of }\\& \textbf{subtraction of the given numbers }\\
\hline
Acceptance Test: & Given that I am in a role of user\\
& When i enter two numbers and,\\& click on '-' symbol on GUI and click on \\
& '=', the result of subtraction of two number \\& should be displayed on screen\\
\hline
Priority: & Medium \\
\hline
Estimate: & 15\\
\hline
Constraint: & The application should be able \\& to calculate the result in milliseconds\\
\hline
\end{tabular}
\end{table}
\newpage
User Story 5:-
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
ID: & US-5 \\
\hline
Statement & As a \textbf{normal user} \\& I want to \textbf{perform Multiplication of two numbers } \\ &So that \textbf{I can view the result of }\\& \textbf{Multiplication of the given numbers }\\
\hline
Acceptance Test: & Given that I am in a role of user\\
& When i enter two numbers and,\\& click on '*' symbol on GUI and click on \\
& '=', the result of multiplication of two number \\& should be displayed on screen\\
\hline
Priority: & Medium \\
\hline
Estimate: & 15\\
\hline
Constraint: & The application should be able \\& to calculate the result in milliseconds\\
\hline
\end{tabular}
\end{table}
\newpage
User Story 6:-
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
ID: & US-6 \\
\hline
Statement & As a \textbf{normal user} \\& I want to \textbf{perform Division of two numbers } \\ &So that \textbf{I can view the result of }\\& \textbf{Division of the given numbers }\\
\hline
Acceptance Test: & 1. Given that I am in a role of user\\
& When i enter two numbers and,\\& click on '/' symbol on GUI and click on \\
& '=', the result of Division of two number \\& should be displayed on screen\\
& 2. Given that I am in a role of user\\
& When i enter the second number as '0' and,\\& click on '/' symbol on GUI and click on \\
& '=', the error message should be \\& displayed on screen\\
\hline
Priority: & Medium \\
\hline
Estimate: & 15\\
\hline
Constraint: & The application should be able \\& to calculate the result in milliseconds\\
\hline
\end{tabular}
\end{table}
\newpage
User Story 7
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
ID: & 7 \\
\hline
Statement & As a \textbf{normal user} \\& I want to \textbf{clear the screen}\\
& so that \textbf{ the results can be cleared}\\
\hline
Acceptance Test: & Given that I am in a role of user\\
& When I click on 'C' on the GUI, \\& the screen should be cleared.\\
\hline
Priority: & low \\
\hline
Estimate: & 10\\
\hline
Constraint: & The memory of the application \\& should be conserved.\\
\hline
\end{tabular}
\end{table}
\newpage
User Story 8
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
ID: & US-8 \\
\hline
Statement & As a \textbf{normal user} \\& I want to \textbf{Calculate the value in golden ratio to} \\ & \textbf{an entered number}\\
& so that \textbf{ I can use the values to create a golden rectangle }\\
\hline
Acceptance Test: & Given that I am in a role of user\\
& When I enter a number and \\& click on 'GR' button\\ & the value which is in golden ratio \\ &to given value should be displayed on screen\\
\hline
Priority: & high \\
\hline
Estimate: & 40\\
\hline
Constraint: & The application should be able \\& to calculate the result in milliseconds\\
\hline
\end{tabular}
\end{table}
\newpage
\textbf{Problem -7}
\textbf{Traceability Matrix}
\begin{table}[h]
\centering
\begin{tabular}{|l|l|l|l|l|l|l|l|l|l|}
\hline
US $|$ Source & UC-1A & UC-2A & UC-2B &
UC-2C & UC-2D & UC-3 & UC-4 & UC-5 & Interview \\
\hline
US-1 & & & & & & & & & \textbf{X}\\
\hline
US-2 & \textbf{X} & & & & & & & & \textbf{X} \\
\hline
US-3 & & \textbf{X}& & & & \textbf{X}&\textbf{X} & & \\
\hline
US-4 & & & \textbf{X}& & &\textbf{X} &\textbf{X} & & \\
\hline
US-5 & & & & \textbf{X}& & \textbf{X}&\textbf{X} & & \\
\hline
US-6 & & & & & \textbf{X}& \textbf{X} &\textbf{X} & & \\
\hline
US-7 & & & & & & & & \textbf{X} & \\
\hline
US-8 & & & & & & & & & \textbf{X}\\
\hline
\end{tabular}
\end{table}
\newline
The below table has information about the Use Cases used in Traceability matrix:-\newline
\textbf{Use case Table}
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
\textbf{Use case ID} & \textbf{Use case Name} \\
\hline
UC-1 & Select Operand \\
\hline
UC-1A & Select Golden Ratio Constant \\
\hline
UC-2 & Select Operator (Abstract) \\
\hline
UC-2A & Addition \\
\hline
UC-2B & Subtraction \\
\hline
UC-2C & Multiplication \\
\hline
UC-2D & Division \\
\hline
UC-3 & Calculate Result \\
\hline
UC-4 & Display Result \\
\hline
UC-5 & Clear Screen\\
\hline
\end{tabular}
\end{table}
\newpage
\end{document}