jfilipe / robotframework-soapuilibrary

SoapUI test library for the Robot Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a test library for the Robot Framework, which allows to run and check SoapUI test. Whatever SoapUI can
do (functional tests, load tests etc.) can (will) be wrapped through this test library.

It is written for Jython, since it uses SoapUI's Java API.

Current version 0.2 can run whole projects, single test suites with all their cases and single test cases. The status is reported to Robot.

There is still a lot of work to be done. Feedback and contributions are welcome anytime.

There is an example in "examples/currency" including a SoapUI project which is used to talk to a public currency conversion SOAP web service.
Run "examples/currency/run.sh" to see it in action.

About

SoapUI test library for the Robot Framework

License:Apache License 2.0


Languages

Language:Python 91.4%Language:Shell 8.6%