Forum Discussion
4 Replies
Hi,
Thank you for your post!
We don't provide integration of ReadyAPI and TestLink. The ReadyAPI project file is saved in the XML format. But, as far as I understand, the structure of the project differs from the format of the TestLink file. So, you will need to manually modify the project file to be able to import it to TestLink.
As for the second question, it depends on the API which TestLink provides (if there is some).
- hadesOccasional Contributor
Hello Nastya, testlink has its own API build on XML-RPC, I have already managed how to connect to its API via calls from ReadyAPI, here is description how I have done this: https://community.smartbear.com/t5/SoapUI-Pro/How-to-read-property-from-calling-testcase/m-p/149253#M34055. However some new problems have eveolved, they are descibed in new issue mentioned above.
- nmraoCommunity Herowhat format of result do you need in order to be update the results in TestLink? It should be possible if it is just matter of different formats by writing transformation.
- hadesOccasional Contributor
Transformation could be easy, I know, but now I decided to skip such step and I am looking for a way how to do a direct integration. Without manually exporting and importing files.