8000 GitHub - jaism/ALM-Rest-Client-API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaism/ALM-Rest-Client-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

whitebear

A simple Java wrapper API to connect to HP ALM using REST service

Features

Create Defect

Read Defect(s)

Update Defect Fields

Usage

  1. Create an instance of Authenticator class to authenticate your session

     Authenticator auth = new Authenticator("alm-host","port","alm_domain","alm_project");
    
  2. Login

     auth.login("alm_username","alm_password");
    
  3. Use DefectUtils class to access defects

     DefectUtils du = new DefectUtils(auth);
     du.updateDefect("defectId","fields_to_update_map");
    
  4. Logout

     auth.logout();
    

===================
Happy Automation !!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0