Skip to content
/ Testix Public
forked from eltonjhony/Testix

Test tool to aid in the planning of software testing cases

Notifications You must be signed in to change notification settings

rbsilva/Testix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Testix [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)] > Test tool to aid in the planning of software testing cases

Install Pip

  • apt-get install python-pip

Install Django

  • pip install django

Run Server

  • python manage.py runserver

Setup

  • To start using the application you must create an admin user, see the command below.
  • python manage.py createsuperuser (pass the required information in this process)

As an admin user, create some "normal" users

Login Testix

screenshot from 2017-02-07 17-12-56

Login Page

screenshot from 2017-02-07 17-13-11

Contribute

Contributions are always welcome!

License

CC0

About

Test tool to aid in the planning of software testing cases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.1%
  • HTML 36.3%
  • CSS 16.6%