Skip to content

Commit 812616b

Browse files
committed
Add Leonidas' thesis and modify the bibitems
1 parent 23dd1fe commit 812616b

File tree

5 files changed

+34
-13
lines changed

5 files changed

+34
-13
lines changed

resources/papers/eirini-thesis.bib

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
@mastersthesis{arvaniti11,
1+
@MastersThesis{arvaniti-thesis-11,
22
author = {Eirini Arvaniti},
3-
title = {{Automated Random Model-Based Testing of Stateful Systems}},
4-
school = {National Technical University of Athens, School of Electrical
5-
and Computer Engineering},
3+
title = {Automated Random Model-Based Testing of Stateful Systems},
4+
school = {National Technical University of Athens, School of Electrical and Computer Engineering},
65
year = {2011},
7-
month = {July},
6+
month = jul,
87
type = {Diploma thesis},
9-
note = {\url{http://artemis.cslab.ntua.gr/el_thesis/artemis.ntua.ece/DT2011-0142/DT2011-0142.pdf}},
8+
url = {http://artemis.cslab.ntua.gr/el_thesis/artemis.ntua.ece/DT2011-0142/DT2011-0142.pdf},
109
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@MastersThesis{lampropoulos-thesis-2012,
2+
author = {Leonidas Lampropoulos},
3+
title = {Property-Based Testing of Web Services},
4+
school = {National Technical University of Athens, School of Electrical and Computer Engineering},
5+
year = {2012},
6+
month = jul,
7+
type = {Diploma thesis},
8+
url = {http://artemis.cslab.ntua.gr/el_thesis/artemis.ntua.ece/DT2012-0130/DT2012-0130.pdf},
9+
}
10+
265 KB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
With web services already being key ingredients of modern web systems,
2+
automatic and easy-to-use but at the same time powerful and expressive testing
3+
frameworks for web services are increasingly important. Our work aims at fully
4+
automatic testing of web services: ideally the user only specifies properties
5+
that the web service is expected to satisfy, in the form of input-output
6+
relations, and the system handles all the rest. In this thesis we present in
7+
detail all the components which form this system: how the WSDL specification
8+
of a web service is used to automatically create test case generators and
9+
properties that can be fed to PropEr, a property-based testing tool, to create
10+
structurally valid random test cases for its operations and check its
11+
responses. Although the process is fully automatic, our tool optionally allows
12+
the user to easily modify its output to either add semantic information to the
13+
generators or write properties that test for more involved functionality of
14+
the web services.
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
@mastersthesis{papadakis10,
1+
@MastersThesis{papadakis-thesis-10,
22
author = {Manolis Papadakis},
3-
title = {{Automatic Random Testing of Function Properties from
4-
Specifications}},
5-
school = {National Technical University of Athens, School of Electrical
6-
and Computer Engineering},
3+
title = {Automatic Random Testing of Function Properties from Specifications},
4+
school = {National Technical University of Athens, School of Electrical and Computer Engineering},
75
year = {2010},
8-
month = {October},
6+
month = oct,
97
type = {Diploma thesis},
10-
note = {\url{http://artemis.cslab.ntua.gr/el_thesis/artemis.ntua.ece/DT2010-0295/DT2010-0295.pdf}},
8+
url = {http://artemis.cslab.ntua.gr/el_thesis/artemis.ntua.ece/DT2010-0295/DT2010-0295.pdf},
119
}

0 commit comments

Comments
 (0)