Friday, 15 August 2014

java - HP ALM : Rest API vs OTA -



java - HP ALM : Rest API vs OTA -

is possible accomplish functionality using rest api, can achieved using ota. understand there examples given in both ota , rest api documentation, provided hp. need understand things in layman terms,as asked feasibility study whether possible same amount of work in rest possible in ota.

i highly benefited if provide me pros , cons of rest , ota w.r.t hp alm.

simple reply rest api not have functionality available in ota api. rest api focuses on simple crud operations of core entities in client (crud = create, read, update, delete). can compare documentation 2 api's see if able accomplish want rest.

the main benefit of rest on ota not require client-side software installed/registered. post html requests server , process xml-formatted results. opens api more clients ever before.

the main benefit of ota on rest exposes more alm functionality. programming in environment supports com objects, may find object-based nature of api easier work with, if editor provides rich intellisense.

basically ota api of past, , rest api of future. take time before hp can functionality exposed via rest.

java rest alm hp-quality-center

No comments:

Post a Comment