• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

LDTPLibrary: 基于Robot Framework的Linux 桌面系统GUI自动化测试库.

原作者: [db:作者] 来自: 网络 收藏 邀请

ldtp library for Robot Framework

https://coveralls.io/repos/github/wywincl/LDTPLibrary/badge.svg?branch=master

Introduction

LDTPLibrary is a linux desktop GUI application testing library for Robot Frameworkthat leverages the ldtp libraries from theLDTP project.

Installation

Using pip

The recommended installation method is usingpip:

pip install robotframework-ldtplibrary

The main benefit of using pip is that it automatically installs alldependencies needed by the library. Other nice features are easy upgradingand support for un-installation:

pip install --upgrade robotframework-ldtplibrarypip uninstall robotframework-ldtplibrary

Notice that using --upgrade above updates both the library and allits dependencies to the latest version. If you want, you can also installa specific version or upgrade only the ldtp tool used by the library:

pip install robotframework-ldtplibrary==10.1.0pip install --upgrade ldtppip install ldtp==3.6.0

Proxy configuration

If you are behind a proxy, you can use --proxy command line optionor set http_proxy and/or https_proxy environment variables toconfigure pip to use it. If you are behind an authenticating NTLM proxy,you may want to consider installing CNTMLto handle communicating with it.

For more information about --proxy option and using pip with proxiesin general see:

Manual installation

If you do not have network connection or cannot make proxy to work, you needto resort to manual installation. This requires installing both the libraryand its dependencies yourself.

  1. Make sure you have Robot Framework installed.

  2. Download source distributions (*.tar.gz) for the library and itsdependencies:

  3. Extract each source distribution to a temporary location.

  4. Go each created directory from the command line and install each projectusing:

    python setup.py install

If you are on Windows, and there are Windows installers available forcertain projects, you can use them instead of source distributions.Just download 32bit or 64bit installer depending on your system,double-click it, and follow the instructions.

Directory Layout

demo/
A simple demonstration
doc/
Keyword documentation
src/
Python source code
test/
Unit test and acceptance test for LDTPLibrary

Usage

To write tests with Robot Framework and LDTPLibrary,LDTPLibrary must be imported into your Robot test suite.See Robot Framework User Guide for more information.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap