Code Monkey home page Code Monkey logo

hit-software_testing's Introduction

软件测试与质量保证

Commission后台

使用pip安装相关依赖:

(sudo) pip install -r requirements.txt

使用gunicorn开启后台:

gunicorn -c gunicorn.ini newspaper:app

Pycharm下运行test/main.py即可运行测试脚本。  
如果不使用IDE,直接用Python命令运行,则会因为Commission的路径无法找到而出现问题。  
此时可以将本项目根路径添加到os.path中,如果不会请自行Google之。

基本需求

千万别相信老师需求文档的需求
千万别相信老师需求文档的需求
千万别相信老师需求文档的需求

对于需求的一切问题最终解释权都在老师身上,所以本文档不过多解读需求。祝学弟学妹们能取得好成绩。

测试用例

本课程实验的目的是利用所学的黑盒测试与白盒测试知识,对代码进行测试。    
本实验后台部分使用unittest进行测试,前端和后台作为两个独立模块分别测试。

其中fuck.py是灵活性更高的自用Python脚本。

hit-software_testing's People

Contributors

bicongwang avatar

Watchers

 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.