dimanche 16 octobre 2016

How to build a test excecution system in python? [on hold]

we use pytest and requests to do api automation test, This does work well. But now director want to see the test result in web and given us a lot of requirements.

  • store test scripts in file or db
  • store test data in db
  • can edit test data and test script in web
  • can add test case based on test script(keyword!) in web
  • test report in web(running and after running)
  • can set dns for each test case
  • test suite can include many test cases. test suite can include many test suites.
  • showing test cases and test suites in navigation tree
  • searching test cases
  • Modifying many test cases at the same time.
  • Running test cases schedulely

Have anyone some similar system?

I only found:

And Django based full-featured test case management system http://ift.tt/2dTnuV0

We want to use PostgreSQL or mysql 、django and activemq、celery or thrift.

Hope could see your advices, Thanks!

Aucun commentaire:

Enregistrer un commentaire