Git Product home page Git Product logo

software_test_homework's Introduction

Software_Test_Homework

一个测试框架

前期准备工作

下载zip到本地或者git clone到本地之后用gradle构建本工程

如何运行

  1. 保证8080端口未被占用(或手工更改代码中的监听端口)
  2. 选定Application.java -> Run as Java Application
  3. 在本地浏览器中访问http://localhost:8080 (或更改后的端口)

如何添加新的测试函数

  1. 在testunits包下创建待测函数
  2. 在test包下创建tester,继承TestFacilty类,实现与待测函数匹配的eval函数
  3. 在test包下的TestManger.java中注册tester即可
  4. 当然,你还需要改一下前端

Todolist

  1. 用DI将tester注册到TestManager中
  2. 实现一个文件上传功能这样就可以跑在server上了
  3. 入门一下前端 锻炼一下前端抄模板能力

software_test_homework's People

Contributors

leoghcode 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.