"Execute and Save Reslut" button

Discussion and information for XML-RPC interface.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
arcia
TestLink user
Posts: 1
Joined: Mon Jan 10, 2011 9:09 pm

"Execute and Save Reslut" button

Post by arcia »

Hello

The company I work for has recently adapt TestLink 1.8.5 as our test management system.

The company has it's own set of Java base automation test script.

My task now is to integrate these automation scripts with TestLink.

I am new to all of these, and still learning the interface.

From reading the forum, I gather that there is a "Execute and Save Result" button which should allow me to start off automation script (in my case, they are Java programs). From one of the threads I have read, this button can be enabled during installation of TestLink.

How exactly do I enable this button? I was not the one installed the TestLink for the company. I have a local copy to work with. For this local copy, I used automatic installation and this button is no where to be found. Do I need to change some configuration file?

Any help will be appreciated. Thank you
tom1
Advanced user
Posts: 23
Joined: Thu Nov 11, 2010 4:40 pm

Re: "Execute and Save Reslut" button

Post by tom1 »

Hi,
I had the same problem and discovered that some functions in the php code needed to be fixed.
To activate the button you have to set $tlCfg->api->enabled = TRUE in config.inc.php.
The communication with your remote test application is done by xmlrpc.
You can find a workaround with a perl example here:

http://www.teamst.org/forum/viewtopic.p ... 9caf7b108e

Tom
Post Reply