rbsilva / Testix

Test tool to aid in the planning of software testing cases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 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


Languages

Language:Python 47.1%Language:HTML 36.3%Language:CSS 16.6%