Comments on: TestLink – Update Test Execution Status Remotely Through Selenium https://www.softwaretestinghelp.com/testlink-tutorial-3/ Passion for Quality! Fri, 09 May 2025 10:49:07 +0000 hourly 1 https://wordpress.org/?v=6.9 By: Anitha Eswari https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-102631 Fri, 15 Nov 2024 09:50:28 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-102631 @Tanaya – Ensure , whether you’ve enabled API in Testlink Config file and check whether your Developer key is correct.

If, Still you’re facing the same problem then, generate a new developer key and use it in your code.

]]>
By: Suprita https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-238131 Wed, 06 Nov 2024 02:55:15 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-238131 I am getting the below error:

The xml-rpc call to TestLink API method tl.reportTCResult failed.
Result[0] = {code=200, message=(reportTCResult) – Parameter platformname OR platformid is required, but has not been provided}

where do I pass the platformname? Any idea ? Thanks

]]>
By: Pardhu https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-187853 Sun, 27 Oct 2024 11:23:58 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-187853 Thanks a lot very helpful tutorial.it is working fine but i am not able update status on TEST LINK. I am getting bellow ERROR:

“”Exception in thread “main” testlink.api.java.client.TestLinkAPIException: The test case identifier null was not found and the test case CPIDM-8937: 20150604-03:58:17 SSO_Email_Forgot_Password could not be accessed to report a test result to test plan Sample – Smoke Suite.””

]]>
By: Mahendran https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-190239 Thu, 24 Oct 2024 22:16:47 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-190239 This works great, Is there any way to log the test case step level result?.

]]>
By: Vishi https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-105838 Fri, 13 Sep 2024 09:41:53 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-105838 Please share the code. Also even though I have added the dependency in pom.xml .

br.eti.kinoshita
testlink-java-api
1.9.8-1

Build is throwing error, package testlink.api.java.client does not exist. How to resolve this? Are you guys also facing the same error?

]]>
By: richard https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-252296 Tue, 27 Aug 2024 15:48:12 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-252296 Good article.
Is it possible to Update TestLink Test Case Execution Status Remotely while executing Web Services automation?

Thanks.

]]>
By: mona https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-184136 Fri, 23 Aug 2024 00:47:18 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-184136 I’m getting below testlink exception after running the junit test-

testlink.api.java.client.TestLinkAPIException:
The xml-rpc call to TestLink API method tl.getProjects failed.
Result[0] = {message=Can not authenticate client: invalid developer key, code=2000}

Please please help

]]>
By: Sampathkumar https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-498178 Sat, 15 Jun 2024 08:40:30 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-498178 Dear All,

Please follow the below mentioned instruction to get rid of “The call to the xml-rpc client failed” exception
1. Download testlink.eclipse.plugin_0.97.11.zip and add all library files to you lib folder of project
2. Make sure you are using jdk1.8.0_261
3. After adding library files reload the project
4. Try to update it will work

Thanks
Sampathkumar

]]>
By: patrick https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-247143 Tue, 21 May 2024 05:14:39 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-247143 great article,
worked a treat! We now have integration for out selenium test cases, which is a big improvement.
Does anyone konw if there is anything comparable with with QTP / UFT?
thanks

]]>
By: KOushik https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-104940 Fri, 19 Apr 2024 23:41:16 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-104940 Hi ,

Thanks For the post , it is very useful for me to execute the testcases from test-Link using Jenkins. Can you please help me out for , how to extract the the Testcases within the build.

i.e. Execute the all the testcases with in the build.

Thanks

]]>
By: Vishal Deshpande https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-116785 Sat, 23 Mar 2024 17:21:02 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-116785 Hi Team,

Appreciate your effort to explain the procedure. However I am looking for Test step level result logging. Your help will be appreciable. Thanks in Advance.

Regards,
Vishal D

]]>
By: Reymond Villaluz https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-281306 Tue, 05 Mar 2024 13:26:53 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-281306 Hi great tutorial but I’m having an issue which is the same with the other guys here. ” The call to the xml-rpc client failed” I’ve already updated config.inc in testlink root directory. I’ve also enable test automation API Key on my testlink test project. I’m using testlink-api-client 2.0. Thanks!

]]>
By: Toni https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-135572 Sat, 24 Feb 2024 18:47:17 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-135572 Can someone share with me a XML template to update the result of a test case? I would like to create the post to the http://localhost/testlink/lib/api/xmlrpc.php file manually. Thank you for the help

]]>
By: Madhushri https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-275447 Wed, 24 Jan 2024 14:13:50 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-275447 Hi,
I want to install XAMPP for testlink. I am using windows 8 64 bit. Because of this i am unable to install. Please help me..

Thanks

]]>
By: Sagar Khalasi https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-137385 Sat, 18 Nov 2023 00:24:36 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-137385 Hello,
I have tried this same for ubuntu12.04.
I have found this error.

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

Check this :
boolean isConn = api.isConnected;
System.out.println(isConn);//return false

Fore more info : http://stackoverflow.com/questions/28272881/what-is-solution-for-this-error-unable-to-create-a-xml-rpc-client

]]>
By: Deepankar https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-353378 Sat, 11 Nov 2023 14:52:29 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-353378 Thanks for the post, it helped me to update status through selenium. Only issue I see is it takes a lot of time to update the status in Testlink. I have nearly 300 cases and it takes almost 3 to 4 hours to update the status.
Is there a quick soltuion to this, please let me know.

]]>
By: rohan https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-470366 Sat, 16 Sep 2023 01:41:08 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-470366 any one can help me how to update number of test cases in testLink or we can say that number of test cases per suite?

]]>
By: Pardhu https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-187904 Sat, 26 Aug 2023 02:19:53 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-187904 I need to integrate selenium with testlink for automated testing.
i am using below code

TestLinkAPIClient api = new TestLinkAPIClient(DEVKEY, URL);
api.reportTestCaseResult(TestProject, TestPlan, Testcase, Build, Notes,Result);

But getting exception

“testlink.api.java.client.TestLinkAPIException:
The xml-rpc call to TestLink API method tl.reportTCResult failed.
Result[0] = {message=(reportTCResult) – Parameter platformname OR platformid is required, but has not been provided, code=200}”

]]>
By: Panchajanya https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-108758 Thu, 24 Aug 2023 02:57:10 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-108758 hi,
When i run i got this message – ” The email or password you entered is incorrect. ”
Please help me

]]>
By: Gnana https://www.softwaretestinghelp.com/testlink-tutorial-3/#comment-355772 Wed, 16 Aug 2023 13:43:35 +0000 https://www.softwaretestinghelp.com/?p=4013#comment-355772 Hi,

Thank you for the useful information.
We are using same in our project to update 300+ test cases through XML-RPC call and it is taking 4+ hours to update same.
As we have totally around 2000 test cases to be updated. Can you please suggest the ways to increase its performance.

Advance thank you!

]]>