Recently I worked on Rally API integration with our Java Automation framework .Rally is the ALM (Application Life Management tool) . In this blog I would be posting my experiences in Integrating Rally API and the context would be more on Test Management
Rally exposes some webservices typically REST services that allows user to Manage the Test Management. To access the webservices Rally does not provide any API. How ever there are many open source Rest Clients for Java,C#,python.....
I used Java Rest Client to access the Rally REST services you can download the libraries from the link
https://github.com/RallyTools/RallyRestToolkitForJava
Hi Kiran,
ReplyDeleteCan we use this rally API integration for automation test result update in rally for our project.We are using selenium-Keyword data driven framework.Will this work ?Please suggest.
Sorry for late reply yes you can do . It’s has nothing do with key word driven . Logic behind will be code you can just call from the code that your keyword drive . How to report Geraration is done your keyword drive or data driven framework? This will call Report genatiin API like wise you need to make rest api call like report generation
DeleteDo it*
Delete