Updatation of Project Name and Requirements using XML-RPC

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

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
rajsah
TestLink user
Posts: 6
Joined: Tue Jul 17, 2012 8:33 pm

Updatation of Project Name and Requirements using XML-RPC

Post by rajsah »

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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Updatation of Project Name and Requirements using XML-RP

Post by fman »

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
rajsah
TestLink user
Posts: 6
Joined: Tue Jul 17, 2012 8:33 pm

Re: Updatation of Project Name and Requirements using XML-RP

Post by rajsah »

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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Updatation of Project Name and Requirements using XML-RP

Post by fman »

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.
Post Reply