Using the API in MS Dev Studio

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
mkbutler
Advanced user
Posts: 33
Joined: Tue Jan 13, 2009 1:04 am

Using the API in MS Dev Studio

Post by mkbutler »

Howdy all,

Our shop uses MS Dev Studio and does it's unit testing in there. I'm also trying to get Selenium implemented but that's neither here nor there.

Anyway, I'm wondering if anyone has accessed the API using C# or better yet, C# in Dev Studio and would share any of their code. If you've done it in NANT that would get me way down the line.

It's my guess that I'm going to have to create a decent library. Do things like first check that I can get to TestLink and then make sure that the particular test case ID is there before sending the results and all that jazz.

Thanks,

MArk B.
smeyn
Advanced user
Posts: 22
Joined: Tue Mar 03, 2009 7:50 am

in case your query is still valid

Post by smeyn »

I'm just building a trial api in C#.

email me if you want the code.
mkbutler
Advanced user
Posts: 33
Joined: Tue Jan 13, 2009 1:04 am

Post by mkbutler »

I sent a PM
jcowan
TestLink user
Posts: 1
Joined: Wed Mar 11, 2009 10:22 pm
Location: Massachusetts

API in MS Dev Studio??

Post by jcowan »

If anyone could share what you have for MS Dev - C# or whatever - I would appreciate it - I'm using testlink api for both automation and management - it would be a big help if I could use the API through a DLL. (Excel access)

Either PM me - or send email to jcowan@digitalreefinc.com

Thanks! -
Jim
smeyn
Advanced user
Posts: 22
Joined: Tue Mar 03, 2009 7:50 am

Source are on Google code

Post by smeyn »

I have created a project on Google code and put up the sources in three zip files.

The project url is http://code.google.com/p/gallio-testlink-adapter/

TestLinkAPI.ZIP is the API library to Testlink

TlGallioAddon.ZIP is the addon to Gallio to export test run results to testlink

tLinkTest.ZIP contains the unit test cases for the TestLinkAPI (which incidentally use the TlGallioAddon to record the results - but that is optional)
Post Reply