[SOLVED] Simple Automation Approach

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
mfuentesf
TestLink user
Posts: 4
Joined: Mon Oct 18, 2010 7:00 pm
Location: Santiago de Chile
Contact:

[SOLVED] Simple Automation Approach

Post by mfuentesf »

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
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Simple Automation Approach

Post by fman »

1. all documentation you need is present inside xml rpc test link server
2. if this is an issue please open it on mantis
mfuentesf
TestLink user
Posts: 4
Joined: Mon Oct 18, 2010 7:00 pm
Location: Santiago de Chile
Contact:

Re: Simple Automation Approach

Post by mfuentesf »

mfuentesf
TestLink user
Posts: 4
Joined: Mon Oct 18, 2010 7:00 pm
Location: Santiago de Chile
Contact:

Re: Simple Automation Approach

Post by mfuentesf »

I resolve my problem, the method has a new boolean parameter called "getstepsinfo".
Post Reply