Git Product home page Git Product logo

autoapitest's Introduction

AutoApiTest

基于python的接口自动化测试框架 Test部分基于yingoja开源的DemoApi优化修改而来 API部分将继续完善,提供基于C#,Go,Java,Python版本的Api服务程序,目的是为了学习接口测试的同学不需要去搭建其他语言的运行环境,顺便我也复习一下这几门语言的基础语法。

开发工具

VSCode,VS,Eclipse

Api服务默认地址

http://localhost:5000/api/person/

测试框架结构目录介绍

目录结构介绍如下: D:\项目\GITHUB\AUTOAPITEST ├─Api 服务端接口目录 │ ├─DotNet C#版本 │ ├─Golang Go版本 │ ├─Java Java版本 │ └─Python Python版本 └─Test 自动化测试目录 │ run.py 启动程序 ├─config │ │ config.ini 配置文件 │ │ setting.py
├─helper │ │ excelHelper.py 读写Excel │ │ requestHelper.py 发送Http请求 │ │ sendEmailHelper.py 发送邮件
├─package │ │ HTMLTestRunner.py 第三方库包,用于生成html的报告 ├─report 生成报告 │ └─excelReport │ PersonAPITestCase.xlsx
└─testcase │ apiTestCase.py 测试用例 │ PersonAPITestCase.xlsx

特别感谢

https://github.com/yingoja

autoapitest's People

Contributors

dwburning avatar

Stargazers

 avatar caro avatar

Watchers

 avatar  avatar

Forkers

carozhu

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.