forked from STAR-RG/practical_testing_book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zreferences.bib
247 lines (214 loc) · 7.86 KB
/
zreferences.bib
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
@inproceedings{holdgraf_evidence_2014,
address = {Brisbane, Australia, Australia},
title = {Evidence for {Predictive} {Coding} in {Human} {Auditory} {Cortex}},
booktitle = {International {Conference} on {Cognitive} {Neuroscience}},
publisher = {Frontiers in Neuroscience},
author = {Holdgraf, Christopher Ramsay and de Heer, Wendy and Pasley, Brian N. and Knight, Robert T.},
year = {2014}
}
@book{ruby,
title = {The Ruby Programming Language},
author = {Flanagan, David and Matsumoto, Yukihiro},
year = {2008},
publisher = {O'Reilly Media}
}
@misc{qaplatforms,
title = {What Is Structural Testing?},
howpublished = {\url{https://qa-platforms.com/what-is-structural-testing/}},
note = {Accessed: 2020-07-21}
}
@misc{codemag,
title = {Improve Code Quality Using Test Coverage},
howpublished = {\url{https://www.codemag.com/Article/1701081/Improve-Code-Quality-Using-Test-Coverage}},
note = {Accessed: 2020-07-21}
}
@misc{coverage,
title = {Coverage.py},
howpublished = {\url{https://coverage.readthedocs.io/en/coverage-5.2/}},
note = {Accessed: 2020-07-21}
}
@misc{pythonlibrary,
title = {An Intro to coverage.py},
howpublished = {\url{https://www.blog.pythonlibrary.org/2016/07/20/an-intro-to-coverage-py/}},
note = {Accessed: 2020-07-21}
}
@article{actscombinatorial,
journal = {Encyclopedia of Software Engineering Three-Volume Set (Print)},
title = {Combinatorial Testing},
url = {https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=910001},
publisher = {Auerbach Publications},
author = {Kuhn, D. Richard, Raghu N. Kacker and Yu Lei},
year = {2014}
}
@misc{combinatorialexample,
title= {Introduction to Combinatorial Testing},
url = {https://personal.utdallas.edu/~ewong/SE6367/03-Lecture/29-A-Combinatorial-Testing-by-Kuhn.pdf},
note = {Accessed: 2020-07-30},
author = {Rick Kuhn}
}
@article{combinatorialsurvey,
author = {Nie, Changhai and Leung, Hareton},
title = {A Survey of Combinatorial Testing},
year = {2011},
issue_date = {January 2011},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {43},
number = {2},
issn = {0360-0300},
url = {https://doi.org/10.1145/1883612.1883618},
doi = {10.1145/1883612.1883618},
journal = {ACM Comput. Surv.},
month = feb,
articleno = {11},
numpages = {29},
keywords = {test case generation, covering array, Software testing, combinatorial testing (CT)}
}
@Misc{robotdocumentation,
howpublished = {\url{https://robotframework.org/robotframework/}},
note = {Accessed: 2020-07-20},
title = {Robot Framework documentation}
}
@Misc{robotorg,
howpublished = {\url{https://robotframework.org/}},
note = {Accessed: 2020-07-20},
title = {Robot Frame Work}
}
@Misc{robotlibrary,
howpublished = {\url{http://robotframework.org/SeleniumLibrary/SeleniumLibrary.html}},
note = {Accessed: 2020-07-20},
title = {SeleniumLibrary}
}
@Misc{selenium,
howpublished = {\url{https://medium.com/@lais.farias95/nosso-segundo-teste-tem-um-pouco-mais-de-a%C3%A7%C3%B5es-e-verifica%C3%A7%C3%B5es-e0cd733ed090/}},
note = {Accessed: 2020-07-20},
title = {Selenium Web Driver: Testes de Interface}
}
@article{5487526,
author={Y. {Jia} and M. {Harman}},
journal={IEEE Transactions on Software Engineering},
title={An Analysis and Survey of the Development of Mutation Testing},
year={2011},
volume={37},
number={5},
pages={649-678}
}
@inproceedings{6825653,
author={A. {Derezinska} and K. {Halas}},
booktitle={2014 IEEE Seventh International Conference on Software Testing, Verification and Validation Workshops},
title={Experimental Evaluation of Mutation Testing Approaches to Python Programs},
year={2014},
volume={},
number={},
pages={156-164}
}
@article{6613487,
author={L. {Madeyski} and W. {Orzeszyna} and R. {Torkar} and M. {Józala}},
journal={IEEE Transactions on Software Engineering},
title={Overcoming the Equivalent Mutant Problem: A Systematic Literature Review and a Comparative Experiment of Second Order Mutation},
year={2014},
volume={40},
number={1},
pages={23-42}
}
@article{ma2005description,
title={Description of method-level mutation operators for java},
author={Ma, Yu-Seung and Offutt, Jeff},
journal={Electronics and Telecommunications Research Institute, Korea, Tech. Rep},
year={2005}
}
@article{frankl1997all,
title={All-uses vs mutation testing: an experimental comparison of effectiveness},
author={Frankl, Phyllis G and Weiss, Stewart N and Hu, Cang},
journal={Journal of Systems and Software},
volume={38},
number={3},
pages={235--253},
year={1997},
publisher={Elsevier}
}
@misc{papadakis2019chapter,
title={Chapter six—Mutation testing advances: An analysis and survey. volume 112 of Advances in Computers},
author={Papadakis, Mike and Kintis, Marinos and Zhang, Jie and Jia, Yue and Le Traon, Yves and Harman, Mark},
year={2019},
publisher={Elsevier}
}
@Misc{gitreference,
howpublished = {\url{https://git-scm.com/docs}},
note = {Accessed: 2020-08-04},
title = {Git Reference}
}
@Misc{gittricks,
howpublished = {\url{https://goiabada.blog/git-tricks-debugging-with-git-bisect-78f72807436f}},
note = {Accessed: 2020-08-04},
title = {Git Tricks Debugging with git bisect},
author = {Matheus Santana}
}
@inproceedings{10.1145/2635868.2635920,
author = {Luo, Qingzhou and Hariri, Farah and Eloussi, Lamyaa and Marinov, Darko},
title = {An Empirical Analysis of Flaky Tests},
year = {2014},
isbn = {9781450330565},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/2635868.2635920},
doi = {10.1145/2635868.2635920},
booktitle = {Proceedings of the 22nd ACM SIGSOFT International Symposium on Foundations of Software Engineering},
pages = {643–653},
numpages = {11},
keywords = {non-determinism, flaky tests, Empirical study},
location = {Hong Kong, China},
series
= {FSE 2014}
}
@misc{scope,
title = {How can we peacefully co-exist with flaky tests?},
url = {https://medium.com/scopedev/how-can-we-peacefully-co-exist-with-flaky-tests-3c8f94fba166},
journal = {Medium},
publisher = {Scope},
author = {Lee, Bryan},
year = {2020},
month = {Apr},
note = {Accessed: 2020-07-27}
}
@misc{googleflakytest,
title = {Flaky Tests at Google and How We Mitigate Them},
url = {https://testing.googleblog.com/2016/05/flaky-tests-at-google-and-how-we.html},
publisher = {Testing Blog},
author = {Micco, John},
year = {2016},
month = {May},
note = {Accessed: 2020-07-27}
}
@inproceedings{ifixflakies,
author = {Shi, August and Lam, Wing and Oei, Reed and Xie, Tao and Marinov, Darko},
title = {IFixFlakies: A Framework for Automatically Fixing Order-Dependent Flaky Tests},
year = {2019},
isbn = {9781450355728},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3338906.3338925},
doi = {10.1145/3338906.3338925},
booktitle = {Proceedings of the 2019 27th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering},
pages = {545–555},
numpages = {11},
keywords = {patch generation, flaky test, order-dependent test, automated fixing},
location = {Tallinn, Estonia},
series = {ESEC/FSE 2019}
}
@inproceedings{deflaker,
author = {Bell, Jonathan and Legunsen, Owolabi and Hilton, Michael and Eloussi, Lamyaa and Yung, Tifany and Marinov, Darko},
title = {DeFlaker: Automatically Detecting Flaky Tests},
year = {2018},
isbn = {9781450356381},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3180155.3180164},
doi = {10.1145/3180155.3180164},
booktitle = {Proceedings of the 40th International Conference on Software Engineering},
pages = {433–444},
numpages = {12},
keywords = {software testing, flaky tests, code coverage},
location = {Gothenburg, Sweden},
series = {ICSE ’18}
}