kinow / testlink-java-api

TestLink Java API
http://kinow.github.io/testlink-java-api/
MIT License
64 stars 88 forks source link

SoapUI Integration #105

Closed filypsdias closed 5 years ago

filypsdias commented 6 years ago

Hi. I'm running a new SoapUI project and i'm trying to transfer the testCase values into a TestLink project. Is it possible to do that? If it is, can someone help me with it?

I want to save a JDBC and REST Requests. Thx.

kinow commented 5 years ago

Hi @filypsdias

It should be doable, I think someone did something similar in the past using this same API, but it was with an older version of TestLink. Not sure if the API is compatible with the latest version (see #120 comments).

You would have to extend SoapUI to report on the success/failure using the API and post to TestLink PHP.

If you find issues using the Java API, feel free to report the bug here. Try to include as much information as possible so others can reproduce your issue too 👍

Closing as not a bug. Bruno