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
TestLink and GoToAssist
Moderators: Amaradana, TurboPT, TL Developers
Re: TestLink and GoToAssist
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)
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)
Re: TestLink and GoToAssist
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
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