org.unitils.testlink
Class TestLinkConnectorFactory

java.lang.Object
  extended by 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

Field Summary
 String projectName
           
 String url
           
protected static String XML_RPC
           
 
Constructor Summary
TestLinkConnectorFactory(String url, String devkey, String projectName, String username)
           
 
Method Summary
 TestLinkConnector create(String testPlanId, Boolean overwrite, String buildName, Boolean createPlanIfNeeded, Boolean createTestIfNeeded, Boolean assignTestToPlan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_RPC

protected static final String XML_RPC
See Also:
Constant Field Values

url

public String url

projectName

public String projectName
Constructor Detail

TestLinkConnectorFactory

public TestLinkConnectorFactory(String url,
                                String devkey,
                                String projectName,
                                String username)
Method Detail

create

public TestLinkConnector create(String testPlanId,
                                Boolean overwrite,
                                String buildName,
                                Boolean createPlanIfNeeded,
                                Boolean createTestIfNeeded,
                                Boolean assignTestToPlan)


Copyright © 2012-2013. All Rights Reserved.