|
|
|
|
|
|
|
|
|
|
WSCLT Overview
The required inputs for online conformance testing under load are:
- SUT (System Under Test): a Web service composition implemented in BPEL. In our case, this BPEL process is designed with JDeveloper and deployed on Oracle BPEL Application Server.
- Specification (TA): the Timed Automata specifying the SUT. It is designed using UPPAAL.
- Threads number : the number of concurrent calls of the composition under test.
- Delay: the delay between each two successive invocations of the BPEL process under test.
- tmax: network timeout.
As output, our WSCLT tool generates a load test report, which stores the identifiers of created instances, the invoked services, the received messages from the SUT, the time of their invocations and the verdict corresponding to checking of partner input messages types.
Overview of WSCLT tool
|
|
|