Hi all,
I am using Test Link 1.9.3 and is trying to integrate with a requirement management tool. I have enabled XML-RPC API. Test Link provides XML-RPC interface to update the Test Results. Can XML-RPC interface also be used to do the following:
1. Create a project in testlink
2. Update requirements in testlink
Any help on this will be highly appreciated.
--
Thanks
Rajdeep
Updatation of Project Name and Requirements using XML-RPC
Moderators: Amaradana, TurboPT, TL Developers
Re: Updatation of Project Name and Requirements using XML-RP
google on test link xmlrpc api documentation provides this result:
http://www.jetmore.org/john/blog/2012/0 ... mentation/
if you use our FAQ/HINTS forums will be able to find same doc
http://www.jetmore.org/john/blog/2012/0 ... mentation/
if you use our FAQ/HINTS forums will be able to find same doc
Re: Updatation of Project Name and Requirements using XML-RP
Thanks fman. We could successfully do the following using XML-RPC:
1. Creation of Project in Testlink using xml rpc from a java client
2. Creation of Build ID in TestLink using xml rpc from a java client
However we are not able to upload the requirements using xml-rpc. We referred the site provided by you. It would be great help if you could provide some insight on this.
--
Thanks
Rajdeep
1. Creation of Project in Testlink using xml rpc from a java client
2. Creation of Build ID in TestLink using xml rpc from a java client
However we are not able to upload the requirements using xml-rpc. We referred the site provided by you. It would be great help if you could provide some insight on this.
--
Thanks
Rajdeep
Re: Updatation of Project Name and Requirements using XML-RP
there is no simple way to guide you.
Anyway is not so difficcult:
You need to learn corresponding classes and then write wrapper that allow it to be called via xmlrpc.
Anyway is not so difficcult:
You need to learn corresponding classes and then write wrapper that allow it to be called via xmlrpc.