Selenium Integrated with ALM

Posted by Mufi on 7:02 AM with 5 comments
                                                     Selenium Integration with ALM




Integrating Selenium with HP Test Management Tool : This has been one of the important requirement for all of us. We have come up with an OpenSource Project (ALM Service Wrapper)that will help in acheiving this.

The below article will guide you on how to use the ALM Service Wrapper for Integrating with HP QC/ALM.

ALM Service Wrappera Java API using which you can Integrate Selenium and also any other automation tool supporting Java as scripting language. Tools like IBM RFT, OpenScript from Oracle OATS etc can use this library for updating the results into HP ALM.

The HP Quality Center (QC), Application Lifecyle Management (ALM) provides an Open Test Architecture API which is a COM library that enables you to integrate external applications. 

Using this API, we will be able to communicate with QC or ALM. For this, we will use JACOB (Java Com Bridge) library.

Jacob is a Java library that lets Java applications communicate with Microsoft Windows DLLs or COM libraries. It does this through the use of a custom DLL that the Jacob Java classes communicate with via JNI. The library and dll isolate the Java developer from the underlying windows libraries so that the Java developer does not have to write custom JNI code.

This Post is organized into following parts:

Go To: ALM ServiceWrapper Part 1  - Contains Details regarding Registering the DLL
Go To: ALM ServiceWrapper Part 2  - Contains Details regarding The usage along with Examples
Go To: ALM ServiceWrapper Part 3  - Contains Details regarding Upcoming Releases and Features



Download Links: Stable Version 2.0