org.unitils.testlink
Class TestLinkConnectorFactory
java.lang.Object
org.unitils.testlink.TestLinkConnectorFactory
public class TestLinkConnectorFactory
- extends Object
Make sure that in the config.inc.php of your testlink the following settings are correct :
$tlCfg->api->enabled = TRUE;
$tlCfg->exec_cfg->enable_test_automation = ENABLED;
- Since:
- 3.3.1
- Author:
- Jeroen Horemans, Thomas De Rycke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML_RPC
protected static final String XML_RPC
- See Also:
- Constant Field Values
url
public String url
projectName
public String projectName
TestLinkConnectorFactory
public TestLinkConnectorFactory(String url,
String devkey,
String projectName,
String username)
create
public TestLinkConnector create(String testPlanId,
Boolean overwrite,
String buildName,
Boolean createPlanIfNeeded,
Boolean createTestIfNeeded,
Boolean assignTestToPlan)
Copyright © 2012-2013. All Rights Reserved.