Skip to content

Enabling Test Automation in Testlink

parthibann edited this page Jan 11, 2014 · 5 revisions

Step 1: Change config settings in testlink config file

  • Edit config.ini.php file and locate to the following line "$tlCfg->api->enabled = FALSE;" and change it to "$tlCfg->api->enabled = TRUE;"

  • And also locate to the line "$tlCfg->exec_cfg->enabled_test_automation = DISABLED;" and change it to "$tlCfg->exec_cfg->enabled_test_automation = ENABLED;"

Step 2: Enable Test Automation in project

  • Login into testlink as admin and open test project management page testprojectmanagement

  • Edit the project and select "Enable Test Automation (API keys)" enableapi

Step 3: Create an API Key for the logged in user:

  • Login into testlink and click on "[my settings]", in the account settings page, under API Interface section generate a new API Key for the logged in user. mysettings apikey
Clone this wiki locally