HP ALM与Appium之间的集成 [英] Integration between HP ALM and Appium

查看:124
本文介绍了HP ALM与Appium之间的集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以在HP ALM和Appium之间建立连接以自动化ALM中的测试执行?

Is it possible to establish a connection between HP ALM and Appium to automate the test execution in ALM?

推荐答案

是的,有可能.您将必须为ALM使用其他API.您有2种方法可以实现此目的:

Yes, it is possible. You will have to use a different API for ALM. You've got 2 ways to achieve this:

  1. 使用HP-ALM OTA API(OTA API参考:单击此处)

    优点:
    a.)OTA API是一个庞大的C#API,具有可以使用的多种功能.
    b.)基于对象的API.大多数程序员都可以轻松地使用它.

    缺点:
    a.)取决于平台.需要在您的本地系统(Windows)中注册OTA COM Client .dll才能使用它. b.)HP将来可能会完全迁移到REST API,并停止对COM API的支持/更新.

  1. Using HP-ALM OTA API (OTA API Reference: Click here)

    Pros:
    a.) OTA API is a huge C# API with enormous variety of functionalities which can be used.
    b.) Object Based API. Most programmers can work easily use it.

    Cons:
    a.) Platform dependent. Need to register the OTA COM Client .dll in your local system (Windows) to use it. b.) HP might migrate entirely to REST API in future and stop support/updates for COM API.

使用HP-ALM REST API(REST API参考:

Using HP-ALM REST API (REST API Reference: Click here)

Pros:
a.) Platform independent. Does not require any client-side software to be installed/registered. Post HTML requests to a server and process the XML-formatted results.
b.) API of the future. HP might migrate entirely to REST API in future.

Cons:
a.) It primarily focuses only on simple CRUD operations of core entities in the client (CRUD = create, read, update, delete).
b.) Not all ALM functionalities exposed through this API.

您还可以查看我的git repo: myGitRepo .已经使用OTA COM API实现了2个项目.两者都有一个具有功能的UI,可以完成在ALM中执行的日常手动任务.我目前正在努力进行多项改进.

You can also have a look at my git repo: myGitRepo. Have got 2 projects implemented using OTA COM API. Both have got a UI with functionalities to achieve several day to day manual tasks performed in ALM. There are several enhancements I am currently working on.

这篇关于HP ALM与Appium之间的集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆