Giter Site home page Giter Site logo

software-test's Introduction

KylinAutoGUI 😎

工具简介

运行方式

配置要求

硬件要求:
软件要求:
系统要求:Kylin-Desktop
依赖要求:scrot xdotool  python3

安装xdotool依赖

sudo apt install xdotool

安装scrot依赖

sudo apt install scrot

安装python依赖

pip3 install -r requirements.txt

运行命令

运行示例case的方法:
python3 case1.py

使用方法

1.安装所有依赖
2.根据需求使用基础方法编写测试用例

目录结构

kylinautogui        #根目录
├── libs
   └── untils
       └── functions.py   #主要方法
├── log           #log日志存放目录
├── README.md     #说明文档
├── requirements.txt   #Python依赖文件
├── result          #结果存放目录
├── screenshot      #截图存放目录
└── test          #测试用例目录
   ├── testcase.py     #测试用例文件
   └── test.py       #方法测试文件

常见问题

1.在arm架构下验证,第一次运行需额外安装python3-tk python3-dev
安装命令:
sudo apt-get install python3-tk python3-dev

版本更新

v0.1

优化部分方法
修改方法名称
增加入参校验及方法执行返回值
部分会出问题的方法暂时设为私有方法

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.