Integration with ReadyAPI

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
sestka
TestLink user
Posts: 1
Joined: Thu Mar 17, 2016 7:15 pm

Integration with ReadyAPI

Post by sestka »

Is there any way how to integrate Testlink with ReadyAPI?
I mean that from Testlink I will hit button Execute tests and it will call ReadyAPI and execute test defined in it? And then returns results of execution back to Testlink?

Here is what I have done so far, but my solution is not perfect:
Testcases in ReadyAPI are named according to Testlink's testcase IDs. I have created single testcase in ReadyAPI which calls XML-RPC interface of Testlink and sets state of execution of test. This special testcase is then called from each testcase executed in ReadyAPI (ReadyAPI using special teststep which can call external testcase).

I am still searching for more elegant solution - I am not a programmer, so I cannot write my own interface bridge, or something like that. Any help will greatly be appreciated.
Post Reply