Hi
I'm searching a simple approach to allow to QA people write test cases describing the steps and expected results in a XML meta-language and by other side write specific scripts that uses XMLRPC interface to recover the test cases, parse the XML, execute the test and finally report result en TestLink.
Ok, now my problem, how I can recover the "Steps/Results" for a TestCase??, I'm using the "getTestCasesForTestPlan" API method but I don't see the expected data.
If anybody have another approach and wants to share with me, I'll be greatful.
Thanks!
Update: I'm using Testlink 1.9 RC1
[SOLVED] Simple Automation Approach
Moderators: Amaradana, TurboPT, TL Developers
Re: Simple Automation Approach
1. all documentation you need is present inside xml rpc test link server
2. if this is an issue please open it on mantis
2. if this is an issue please open it on mantis
-
- TestLink user
- Posts: 4
- Joined: Mon Oct 18, 2010 7:00 pm
- Location: Santiago de Chile
- Contact:
Re: Simple Automation Approach
I resolve my problem, the method has a new boolean parameter called "getstepsinfo".