-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeeting.tex
More file actions
430 lines (365 loc) · 15.5 KB
/
meeting.tex
File metadata and controls
430 lines (365 loc) · 15.5 KB
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
\documentclass{beamer}
% Manifest data
\input{manifest}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{listings}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usepackage{tikzsymbols}
\usepackage{anyfontsize}
\usepackage{makecell, tabularx}
\newcolumntype{M}{>{\raggedright\arraybackslash}m}
\renewcommand\tabularxcolumn[1]{M{#1}}
\renewcommand\arraystretch{1.2}
\usetikzlibrary{shapes,shapes.geometric,arrows,graphs,graphdrawing,fit,calc,positioning,automata,decorations.pathreplacing}
\usepackage{pgf-pie,pgfplots}
\pgfplotsset{compat=1.9}
\usepackage{multicol}
\usepackage[disable]{todonotes}
% Disable footnotes; from https://tex.stackexchange.com/a/240494/192195
\renewcommand{\footnote}[2][]{\relax}
% From https://tex.stackexchange.com/a/283202/192195
\usepackage[shortcuts]{extdash}
% Required for biblatex, but also adds functionality for quotation
\usepackage{csquotes}
% Jason's bibliography format
% % Credit to Gabriel Devenyi for this bibliography cfg:
% % github.com/gdevenyi/mcmaster.latex
% \usepackage[
% style=numeric-comp,
% backend=biber,
% sorting=none,
% backref=true,
% maxnames=99,
% alldates=iso,
% seconds=true
% ]{biblatex} % bibliography
% \addbibresource{references.bib}
\usepackage[round]{natbib}
\bibliographystyle{plainnat}
\setcitestyle{yysep={;}}
\defcitealias{ISTQB}{Hamburg and Mogyorodi}
\newcommand{\citetISTQB}{\citetalias{ISTQB} (\citeyear{ISTQB})}
\newcommand{\citepISTQB}{\citepalias[\citeyear{ISTQB}]{ISTQB}}
\newcommand{\citealpISTQB}{\citetalias{ISTQB}, \citeyear{ISTQB}}
\lstset{
language=[latex]tex,
breaklines=true}
\usetheme{Madrid}
\setbeamertemplate{caption}{\centering\insertcaption\par}
% Change block width
\addtobeamertemplate{block begin}{%
\centering\large%
\setlength{\textwidth}{0.9\textwidth}
}{}
% From https://tex.stackexchange.com/a/489625/192195
\BeforeBeginEnvironment{block}{\begin{adjustbox}{minipage={\linewidth}, center}}
\AfterEndEnvironment{block}{\end{adjustbox}}
\usepackage{adjustbox}
\def\checkmark{\tikz\fill[scale=0.4](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;}
\input{common_macros}
\input{assets}
\notpapertrue
\newenvironment{paperTable}{
\begingroup
\renewcommand*{\thefootnote}{\alph{footnote}}
\begin{table}[hbtp!]
}{
\end{table}
\endgroup
}
\renewcommand\stds{\stdSources{1}}
\renewcommand\metas{\metaSources{1}}
\renewcommand\texts{\textSources{1}}
\renewcommand\papers{\paperSources{1}}
\newcounter{methodCounter}
% Based on https://tex.stackexchange.com/a/182669/192195
\newcommand{\tikzmark}[1]{\tikz[overlay,remember picture] \node[baseline] (#1) {};}
\tikzset{bracestyle/.style={midway, left, xshift=-2ex, align=right, font=\small, draw=none, thin, text=black}}
\newcommand\VerticalBrace[5][]{%
% #1 = draw options
% #2 = top mark
% #3 = bottom mark
% #4 = amplitude
% #5 = label
\begin{tikzpicture}[overlay,remember picture]
\draw[decorate,decoration={brace, amplitude=#4ex}, #1]
([yshift=0.5ex, xshift=-3ex]#3.south west) -- ([yshift=1ex, xshift=-3ex]#2.north west)
node[bracestyle] {#5};
\end{tikzpicture}
}
\title[Committee Meeting 2]{Second Committee Meeting}
\subtitle{Updated Progress Report}
\author{\thesisAuthorName{}}
% Committee
% \begin{itemize}
% \item \emph{Supervisor}: Dr.~Jacques Carette
% \item \emph{Supervisor}: Dr.~Spencer Smith
% \item Dr.~Ned Nedialkov
% \item Dr.~Richard Paige
% \end{itemize}
\institute{McMaster University}
\date{Fall 2025}
\AtBeginSection[]
{
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents[currentsection]
\end{frame}
}
\begin{document}
% From https://tex.stackexchange.com/a/42826/192195
\NewDocumentCommand{\ShowListingForLineNumber}{s O{1.0} m m}{
\IfBooleanTF{#1}{\vspace{-#2\baselineskip}}{}
\lstinputlisting[
style=MyListStyle,
linerange={#3-#3},
firstnumber=#3,
]{#4}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% TITLE PAGE
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\frame{\titlepage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% TABLE OF CONTENTS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% INTRODUCTION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
\begin{frame}
\frametitle{Introduction}
\framesubtitle{Where Were We?}
\begin{itemize}
\item We wanted to generate test cases in \textbf{Drasil}, our software
artifact generation framework
\begin{itemize}
\item Started writing test cases manually
\item\pause We stopped to understand software testing to follow existing standards
% \begin{itemize}
% \item Understand the problem domain
% \item Make use of all areas of the domain
% \item Follow domain standards, including quality and terminology
% \end{itemize}
\end{itemize}
\item What happened?
\begin{itemize}
\item The domain of software testing is \emph{much} larger than we expected
\item Software testing terminology and standards are \emph{not} standardized
\end{itemize}
\end{itemize}
\end{frame}
\begin{frame}{Introduction}
\framesubtitle{Existing Taxonomies?}
\begin{itemize}
\item Existing software testing taxonomies: \hfill Focus on: \hspace{0.25cm}
\begin{itemize}
\item \citet{TebesEtAl2020a} \hfill {\small The Testing Process}
\item \citet{SouzaEtAl2017} \hfill {\small Organizing Terminology}
\item \citet{Firesmith2015} \hfill {\small Relations between Approaches}
\item \citet{UnterkalmsteinerEtAl2014} \hfill {\small Traceability between Stages}
\end{itemize}
\end{itemize}
\end{frame}
% \subsection{The Need for Standardized Terminology}
% \subsection{The Lack of Standardized Terminology}
\begin{frame}[c]{Introduction}
\framesubtitle{Existing Taxonomies?}
\begin{figure}
\begin{center}
\only{\includegraphics[height=0.65\textheight]{assets/images/system testing}
\caption{\tiny \citep[p.~23]{Firesmith2015}}}<1>
\only{\includegraphics[height=0.65\textheight]{assets/images/system testing hil}
\caption{\tiny Adapted from \citep[p.~23]{Firesmith2015}}}<2>
\only{\includegraphics[height=0.65\textheight]{assets/images/system testing sos}
\caption{\tiny Adapted from \citep[p.~23]{Firesmith2015}}}<3>
\only{\includegraphics[height=0.65\textheight]{assets/images/system testing self}
\caption{\tiny Adapted from \citep[p.~23]{Firesmith2015}}}<4>
\only{\includegraphics[height=0.65\textheight]{assets/images/system testing int}
\caption{\tiny Adapted from \citep[p.~23]{Firesmith2015}}}<5>
\only{\includegraphics[height=0.65\textheight]{assets/images/system testing int 2}
\begin{columns}
\centering
\begin{column}{0.4\textwidth}
\caption{\tiny Adapted from \citepISTQB{}}
\end{column}
\begin{column}{0.4\textwidth}
\caption{\tiny Adapted from \citep[p.~23]{Firesmith2015}}
\end{column}
\end{columns}
}<6>
\end{center}
\end{figure}
\end{frame}
% \begin{frame}
% \frametitle{Barriers to Effective Communication}
% \framesubtitle{``The Problem'' (cont.)}
% \vspace{-1cm}
% \begin{columns}[T]
% \begin{column}{.5\textwidth}
% \begin{center}
% \huge Interorganizational
% \normalsize Schools, companies, etc.
% \vspace{5mm}
% % Based on code frustratingly generated by ChatGPT
% \begin{tikzpicture}
% % Define coordinates of the triangle's vertices
% \coordinate (A) at (0, 0);
% \coordinate (B) at (3, 0);
% \coordinate (C) at (1.5, 2.6);
% \coordinate (D) at (1.5, 0.86667);
% % Draw circles at each vertex without labels
% \draw[fill=blue!20] (A) circle [radius=0.5];
% \draw[fill=blue!20] (B) circle [radius=0.5];
% \draw[fill=blue!20] (C) circle [radius=0.5];
% % Draw arrows as arcs
% \draw[->, thick, shorten <= 20pt] (B) arc (0:48:3cm);
% \draw[->, thick, shorten <= 20pt] (C) arc (120:168:3cm);
% \draw[->, thick, shorten <= 20pt] (A) arc (240:288:3cm);
% % Small diagrams inside each circle
% \only<2->{
% \foreach \x in {A,B,C} {
% \begin{scope}[shift={(\x)}, scale=0.2] % Scaling down and shifting to position A
% \coordinate (D) at (-1.25, -0.75);
% \coordinate (E) at (1.25, -0.75);
% \coordinate (F) at (0, 1.5);
% \draw[fill=blue!20] (D) circle [radius=0.5];
% \draw[fill=blue!20] (E) circle [radius=0.5];
% \draw[fill=blue!20] (F) circle [radius=0.5];
% \draw[->, shorten <= 4pt] (E) arc (0:45:2.5cm);
% \draw[->, shorten <= 4pt] (F) arc (120:165:2.5cm);
% \draw[->, shorten <= 4pt] (D) arc (240:285:2.5cm);
% \end{scope}
% }
% }
% \end{tikzpicture}
% \end{center}
% \end{column}
% \begin{column}<2->{.5\textwidth}
% \begin{center}
% \huge Intraorganizational \normalsize
% \end{center}
% ``Complete testing'' could require the tester to:
% \begin{itemize}
% \item discover every bug,
% \item exhaust the time allocated,
% \item implement every planned test,
% \item \dots{} \tiny \citep[p.~7]{KanerEtAl2011}
% \normalsize \hspace{0pt} % For bullet spacing
% \end{itemize}
% \end{column}
% \end{columns}
% \end{frame}
\input{common_slides}
% \begin{figure}
% % \vspace{-1mm}
% \includegraphics[width=.8\textwidth]{assets/stable.png}
% % \vspace{-3mm}
% \caption{Contents of \texttt{stable}}
% \vspace{-1mm}
% \end{figure}
% \lstinputlisting[
% title=An example log,
% captionpos=b,
% language={},
% basicstyle=\tiny, % TODO: reduce font size?
% breakatwhitespace=true,
% showstringspaces=false
% ]{assets/log.txt}
% \onslide<7-|handout:1>\begin{block}{}
% {"The information you have should be just as useful for generating
% tests as it should be for manually running them."}
% \vspace{3mm}
% \hspace\fill{\small--- Dr.~Jacques Carette}
% \end{block}
\begin{frame}{Conclusion}
\begin{itemize}
\item The software testing literature is flawed, so
don't assume everyone is on the same page
\only<1>{\vspace{0.3cm}
\begin{figure}
\adjustbox{scale=0.85, center}{
\input{assets/graphs/flawBarsSummarySem}}
\end{figure}} \pause
\item Even if they are, there can still be issues!
\end{itemize}
\begin{figure}
\includegraphics[width=0.8\textwidth]{assets/images/system testing}
\caption{\tiny \citep[p.~23]{Firesmith2015}}
\end{figure}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% NEXT STEPS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Next Steps}
\begin{frame}
\frametitle{Thesis Chapters}
\begin{columns}
\begin{column}{0.2\textwidth}
\end{column}
\begin{column}{0.8\textwidth}
\begin{enumerate}
\setcounter{enumi}{-1}
\item\tikzmark{top 1}Abstract
\item Introduction
\item Terminology (including relevant appendices)
\item\tikzmark{bottom 1}Methodology
\item\tikzmark{top 2}Tools
\item\tikzmark{bottom 2}Observed Flaws (including relevant appendix)
\item\tikzmark{top 3}Recommendations
\item Threats to Validity
\item\tikzmark{bottom 3}Future Work
\item\tikzmark{top 4}\tikzmark{bottom 4}Conclusion
\end{enumerate}
\VerticalBrace[ultra thick, blue]{top 1}{bottom 1}{1.50}{Complete}
\VerticalBrace[ultra thick, blue]{top 2}{bottom 2}{1.46}{Under Review}
\VerticalBrace[ultra thick, blue]{top 3}{bottom 3}{1.48}{In Progress}
\VerticalBrace[ultra thick, blue]{top 4}{bottom 4}{1.15}{To Do Later}
\end{column}
\end{columns}
\end{frame}
\begin{frame}
\frametitle{Scheduling Next Presentations}
\begin{table}
\begin{tabular}{|ll|ll|}
\hline
\multicolumn{2}{|c|}{\textbf{Seminar}} & \multicolumn{2}{c|}{\textbf{Defense}} \\ \hline
Oct.~27 & 2:00--3:00 & Nov.~10 & 2:00--5:00 \\
Oct.~28 & 2:30--3:30 & Nov.~11 & 10:00--1:00 or 2:30--4:00 \\
Oct.~29 & 1:30--3:30 & Nov.~17 & 2:00--5:00 \\
Nov.~3 & 2:00--5:00 & Nov.~18 & 11:00--1:00 or 2:30--4:00 \\
Nov.~4 & 11:00--1:00 or 2:30--4:00 & Nov.~19 & 9:30--10:30 or 1:00--3:30 \\
Nov.~5 & 9:30--11:30 or 1:00--3:30 & & \\ \hline
\end{tabular}
\end{table}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% ACKNOWLEDGEMENT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Acknowledgment}
\begin{itemize}
\item \supersAck{}
\item The format of this presentation was \emph{heavily} based on
a previous presentation by Jason Balaci, who also provided a
great thesis template
\item \codeAI*{}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% REFERENCES
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% From https://tex.stackexchange.com/a/457255/192195
\setbeamertemplate{page number in head/foot}{}
\begin{frame}[allowframebreaks,noframenumbering]
\frametitle{References}
\bibliography{references,seminar_refs}
\end{frame}
\end{document}