-
Notifications
You must be signed in to change notification settings - Fork 3
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
-
Edit the project and select "Enable Test Automation (API keys)"
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.