0

What configuration follow for "Integration of selenium with Testlink 1.9.9"?

I want exact working step for configure "Selenium" with "Testlink" in Ubuntu12.04 LTS (Linux or Ubuntu).

I am tried with steps which are given for "Windows OS".

Working : 1) Testlink working properly 2) Apache working properly 3) Php5 working properly

$tlCfg->api->enabled = TRUE; is added

Used URL : -URL = /var/www/html/testlink/lib/api/xmlrpc/v1/xmlrpc.php

When I have run my code I face this error:

-testlink.api.java.client.TestLinkAPIException: Unable to create a XML-RPC client.

Sagar007
  • 848
  • 1
  • 13
  • 33

2 Answers2

2

This path "http://localhost/testlink/lib/api/xmlrpc/v1/xmlrpc.php" remains same for Ubuntu as well as Windows.

0

I have made change in path : "http://localhost/testlink/lib/api/xmlrpc/v1/xmlrpc.php"

It work correctly. Thank You

Sagar007
  • 848
  • 1
  • 13
  • 33