{% extends "QAWeb/index.html" %} {% block MainTitle %}About{% endblock %} {% block SecondTitle %}About{% endblock %} {% block topbox %}{% endblock%} {% block desc %} {% endblock %} {% block content %}
What is QAWeb ? What's the philosophy behind it ? Released under the MIT License



What is QAWeb ?

Scroll to the top

In every software development cycle, the Quality Assurance (QA) constitutes probably the most vital phase for the success of the deliverables. Thus, the existence of an automated tool for reporting the test case results on a daily basis becomes a necessary part of that process. This demo presents a solution for building your own flexible web interface for reporting QA-Statistics, named QAWeb. In practice, it presents how you could use the Django web framework via SSH in order to implement a simplified, but nevertheless flexible and sufficiently powerful web tool. QAWeb is nothing more than a proof-of-concept. It is definitely not a complete system, but it gives all the essentials to the potential developers, in order to further extend it and customize it. That's why it is distributed, under the MIT License.


   For more information you are advised to read the whitepaper  →  QAWeb - Using Django via SSH for QA Stastics

What's the philosophy behind it ?

Scroll to the top

The main philosophy behind QAWeb was to bring together different technologies from different worlds and try to get a powerful but not over-complicated tool. By using the elegance of a framework that has as moto: "The Web framework for perfectionists with deadlines" and with the python as a backend, QAWeb suceeds to deliver an original interface for generating QA Statistics. Nothing sophisticated, but with a clean look and some basic features as enhancements. The ability to search against the database, graphs that you can include in e-mail notifications, an admin panel for controlling the entire platform and the RSS feeds for keeping track the recent changes in the database are just what this platform needs. Not necessarily the best solution for complex tasks, but a good start for basic daily statistics.


Released under the MIT License

Scroll to the top

Copyright (c) 2012 Spyridon Antakis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

{% endblock %}