TestLink and GoToAssist

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
MikeSoucy
TestLink user
Posts: 8
Joined: Sat Aug 09, 2014 6:12 am

TestLink and GoToAssist

Post by MikeSoucy »

Hi,

Looking to see if there's a way to do a little bit of coding to interface TestLink to GoToAssist's Service Desk for Problem linking to test case failures. I am new to TL and am figuring it out/evaluating it. So far it does pretty much what I need at this point.

Thanks for any pointers,

Mike
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: TestLink and GoToAssist

Post by fman »

1. you need to understand what kind of API is provided by GoToAssist
2. If API method is similar to one used by some of existent testlink integrations (XML-RPC,REST,SOAP) then you can use this testlink code as an starting point, and implement yours.
3. If you want, you can request a custom (payed) development to testlink dev team (contact: testlink.forum@gmailcom) , and then donate the implementation to community. (as other people have done in past)
MikeSoucy
TestLink user
Posts: 8
Joined: Sat Aug 09, 2014 6:12 am

Re: TestLink and GoToAssist

Post by MikeSoucy »

Hi fman,

GoToAssist uses JSON and I'll be looking into this as time permits to see if we can whip something together for it. First I need to get our token, then curl and test it from command line to see what kind of response I get via that route. Then go from there, again as time permits. Testlink installed here is 1.9.11.

Mike
Post Reply