QTP and Testlink integration question

The release related discussions, plans and questions.
Locked
raddar
TestLink user
Posts: 1
Joined: Wed Nov 14, 2007 3:13 pm

QTP and Testlink integration question

Post by raddar »

We have started to used QTP as our automated testing tool and are now looking to use Testlink for test management. Does anyone else have this configuration and how have you "connected" QTP with testlink?

What is the best way to integrate an automated testtool with Testlink?

Thanks in advance,
Roland
shaw557
TestLink user
Posts: 6
Joined: Thu Aug 02, 2007 1:44 pm
Contact:

Just figured it out tonight..

Post by shaw557 »

We are using WATIR and Ruby & Compuware Test Partner 6.0

I have my WATIR Solution posted -- in this forum under the post.

Update execution -- SQL query


I needed an ODBC connection to DB
A class that handled Pass / Fail -- then collected all the correct ID's to create an entry in the execution table.

The trick is getting the tc_version for the TC id from edit mode..


Hopefully the watir Ruby code is easy enough for you to follow..

I will post my Test Parner Soulution once I get it working..
Locked