-
Notifications
You must be signed in to change notification settings - Fork 9
/
continuoustesting.bib
101 lines (84 loc) · 3.09 KB
/
continuoustesting.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
@InProceedings{Basili96,
author = "Victor R. Basili",
title = "The role of experimentation in software engineering:
past, current, and future",
crossref = "ICSE96",
pages = "442--449",
}
@InProceedings{ControlledExperiment1,
author = "Marc K. Zimmerman and Kristina Lundqvist and Nancy Leveson",
title = "Investigating the readability of state-based formal
requirements specification languages",
crossref = "ICSE2002",
pages = "33--43",
}
@InProceedings{ControlledExperiment2,
author = "Alastair Dunsmore and Marc Roper and Murray Wood",
title = "Further investigations into the development and
evaluation of reading techniques for object-oriented code
inspection",
crossref = "ICSE2002",
pages = "47--57",
}
@InProceedings{ControlledExperiment3,
author = "Margaret Burnett and Curtis Cook and Omkar Pendse and
Gregg Rothermel and Jay Summet and Chris Wallace",
title = "End-user software engineering with assertions in the
spreadsheet paradigm",
crossref = "ICSE2003",
pages = "93--103",
}
@InProceedings{ControlledExperiment4,
author = "Daniel L. Moody and Guttorm Sindre and Terje Brasethvik
and Arne S{\o}lvberg",
title = "Evaluating the quality of information models: Empirical
testing of a conceptual model quality framework",
crossref = "ICSE2003",
pages = "295--305",
}
@Misc{mathquiz,
key = "Tacoma Community College Elementary Algebra Syllabus",
title = "Tacoma Community College Elementary Algebra Syllabus",
howpublished = "\url{http://www.tacoma.ctc.edu/home/jkellerm/MATH090/default.htm}",
URL = "http://www.tacoma.ctc.edu/home/jkellerm/MATH090/default.htm"
}
@book{ContributingToEclipse,
author = {Erich Gamma and Kent Beck},
title = {Contributing to Eclipse: Principles, Patterns, and Plug-ins},
year = {2003},
isbn = {0-321-20575-8},
publisher = {Addison Wesley Longman},
}
@book{GOMS,
author = {Stuart K. Card and Allen Newell and Thomas P. Moran},
title = {The Psychology of Human-Computer Interaction},
year = {2000},
isbn = {0898598591},
publisher = {Lawrence Erlbaum Associates, Inc.},
}
@InProceedings{KimFreq,
author = {Jung-Min Kim and Adam Porter and Gregg Rothermel},
title = {An empirical study of regression test application frequency},
crossref = "ICSE2000",
pages = {126--135},
}
@InProceedings{FactorSS2004,
author = "Michael Factor and Assaf Schuster and Konstantin Shagin",
title = "Instrumentation of standard libraries in object-oriented
languages: The {Twin Class Hierarchy} approach",
crossref = "OOPSLA2004",
pages = "288--300",
}
@InProceedings{OrsoK2005,
author = "Alessandro Orso and Bryan Kennedy",
title = "Selective capture and replay of program executions",
crossref = "WODA2005",
pages = "1--7",
}
@Book{Feathers2004,
author = "Michael C. Feathers",
title = "Working Effectively with Legacy Code",
publisher = "Pearson Education",
year = 2004,
OMITseries = "Robert C. Martin"
}