Please note that this just enables you to RUN the tests, not write and
maintain them. Please read on for details. This might be little off
topic but I think it might be still useful to others.
The idea is simple. We have small CSV based test execution framework
around watir, which exposes all the tests using xml rpc server.
One needs to write a test cases in testlink such that the name of
testcase is exactly the name of test api in the framework. The patched
testlink provides a execute button, pressing which simply invokes
the test case using xmlrpc call. There will also be a execute complete
test plan in this way.
The testlink patch is already in the trunk and is enabled by some
config variable, I don't remember the exact name.
This is very simple and straight forward integration that we have
tried, but it works for us.
You may achieve the same thing by writing simple xmlrpc server
execution engine for your test cases. Best thing would be a
xmlrpc based runner for runit/testunit. :-)
Please do let me know if you need more details.
Regards,
Manish
Natasha, there's an API already available which you could use as a
client. As Manish has mentioned, it would be relatively simple to
execute test cases. To update, you could just use the sample ruby
client implementation ... Do you have specific functionality in mind
that you're looking to implement? If so, it might be worth mentioning
so some of us can have a hack at it =)
Regards,
Tim Koopmans
Would it be all right to just describe the approach?
Thanks and Regards,
Manish
Thanks for the response.
Regards,
manish
I have recently looked into Testlink tool. will be grateful if I can do
something. This would help us too.
/Sathyz