Giter Site home page Giter Site logo

testeryu / autotestplat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from testdevhome/autotestplat

0.0 0.0 0.0 7.84 MB

一站式自动化测试平台及解决方案

License: GNU General Public License v3.0

JavaScript 2.32% Python 13.22% CSS 43.20% HTML 17.98% Batchfile 0.01% SCSS 23.27%

autotestplat's Introduction

Autotestplat

一站式自动化测试平台及解决方案 Autotestplat-v2.0版本

功能介绍: 一共7大模块:产品/项目,用户,系统参数设置,接口测试用例,测试计划,定时任务,测试报告。目前是接口,后续会集入UI,性能,智能化,是开源的强大的一站式自动化测试平台系统。

部署指南: python3.6 django2.1.3 版本待更新...
1、下载和安装python 3.6、git、mysql、redis等安装包https://github.com/testdevhome/installPackage
2、git clone https://github.com/testdevhome/Autotestplat
3、cd Autotestplat 
4、pip install -r requirements.txt
5、创建和导入数据库
创建数据库名autotestplat,导入autotestplat.sql 可能要修改数据库连接配置文件 Autotestplat/settings.py 77行 DATABASES 6、运行命令 python manage.py runserver 0.0.0.0:80 
7、运行命令 redis-server redis.conf
8、python manage.py celery worker -c 6 -l debug
9、python manage.py celery beat
10、访问 127.0.0.1/autotest/login
11、用户名 fin,密码test123456

操作手册:
第一步、设置用户,设置产品/项目,用户设置默认产品,也就是当前正在进入使用的产品。
第二步、在系统设置中设置参数,环境设置即设置host地址,常量即设置固定值作为参数,变量可以是时间戳,随机数字、字符等。
第三步、在接口用例中进行接口用例录入调试,设置断言,通过正则表达式设置关联参数,执行;在接口中通过{关键字}设置参数。
第四步、在测试计划中选择接口用例,定时设置,勾选用例调试。
第五步、在测试报告中查看测试记录,报告的详情数据。

image image image image image image

欢迎关注我们的微信公众号,请扫一扫如下图:

image

autotestplat's People

Contributors

testdevhome avatar

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.