Forum Discussion

bekil's avatar
bekil
New Contributor
11 years ago

SoapUI & Testlink Integration

Hi,

We are using Testlink for test management tool . Our business analysts enter requirements to testlink for web services.
It will be great for us to integrate testlink and SoapUI with two directions such that :

From Testlink to SoapUI requirement and test case transfer :
When business analyst enter reuqirements at Testlink we will write test cases which is linked to requirements. Then we want to export these requirements and/or test cases to SoapUI and when we run test cases at SoapUI, we want to see all results and requirements coverage report as a SoapUI report.
From SoapUI to Testlink testcase transfer :
When we run test cases at SoapUI we want to export results to Testlink and we want to see all requirement coverage and requirement tracebility as a testlink report.

Is it possible to do this ? How can we provide these features?
Thanks in advance

Best Regards

Metin Bekil
    • charlesfradley's avatar
      charlesfradley
      Contributor

      Greetings,

       

      I have the same question and  do not understand the answer provided.    The testlink API [which is now on github, not soruceforge] is implemented in Java, but the SoapUI use Groovy scripting.   How can I write a groovy script to communicate with the Testlink java API ?