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.
Using the API in MS Dev Studio
Moderators: Amaradana, TurboPT, TL Developers
in case your query is still valid
I'm just building a trial api in C#.
email me if you want the code.
email me if you want the code.
API in MS Dev Studio??
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
Either PM me - or send email to jcowan@digitalreefinc.com
Thanks! -
Jim
Source are on Google code
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)
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)