TestLink and Selenium

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
josri
Advanced user
Posts: 30
Joined: Fri Jun 12, 2009 9:39 pm

TestLink and Selenium

Post by josri »

Hi,

I am pretty new to TestLink. We use excel to write our testcases and use Selenium RC (Perl) for automation. We would like to move to TestLink. I found out that the excel testcases can be imported to testlink. But not sure how to integrate the selenium scripts to TestLink using XML-RPC. Is it possible with Selenium RC (Perl) at all? If not, is it possible with the Selenium IDE (HTML) scripts? If so, is there any step-by-step instruction on how to?

Thank you for any input.
Jo
havlatm
Member of TestLink Community
Posts: 940
Joined: Mon Oct 31, 2005 1:24 am
Location: Czech

Post by havlatm »

You could use TestLink API to deliver results via XML-RPC from perl to TestLink. See http://www.teamst.org/index.php?option= ... 2&Itemid=2 (not up-to-date) and also examples of code <testlink>/lib/api/sample_clients. Perl is not here, but examples can help you to create functions.

Anyway I love to share your experience with other users :wink:
Thanks.
josri
Advanced user
Posts: 30
Joined: Fri Jun 12, 2009 9:39 pm

TestLink and Selenium

Post by josri »

Hi,

I moved to a different company :)
Here they use Python. I tried xmlrpc with python and it works great! I haven't tried importing from excel yet.

Thank you
Jyothi Krishnan
Locked