Skip to content

Commit 482fc4c

Browse files
committed
Add info about WWV'12 paper
1 parent 812616b commit 482fc4c

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

resources/papers/proper_ws.bib

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@InProceedings{ProperWS@WWV-12,
2+
author = {Leonidas Lampropoulos and Konstantinos Sagonas},
3+
title = {Automatic WSDL-guided Test Case Generation for {PropEr} Testing of Web Services},
4+
booktitle = {Proceedings 8th International Workshop on Automated Specification
5+
and Verification of Web Systems},
6+
editor = {Josep Silva and Francesco Tiezzi},
7+
pages = {3--16},
8+
series = {WWV 2012},
9+
month = jul,
10+
year = {2012},
11+
location = {Stockholm, Sweden},
12+
url = {https://doi.org/10.4204/EPTCS.98.3},
13+
doi = {10.4204/EPTCS.98.3}
14+
}

resources/papers/proper_ws.txt

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 paper we present in
7+
detail the component which lies at the heart of this system: how the WSDL
8+
specification of a web service is used to automatically create test case
9+
generators 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.

0 commit comments

Comments
 (0)