Best Quality Assurance and Testing Software for Linux
multi-mechanize is a web performance and load testing frameworkmulti-mechanize is an open source framework for API performance and load testing. It allows you to run simultaneous python scripts to generate load (synthetic transactions) against a web site...
MPI-IO Test is a software used to gather timing information for reading from and writing to file(s) using a variety of I/O profiles. It is build on top of MPI's I/O calls.A data aggregation capability is available and the user can pass down MPI-IO, ROMIO,...
nose-skipreq is a simple nose plugin which acts like the SkipTest plugin for Google's RequestError exception.Testing against live Google APIs--other than being a bad idea to begin with--often results in random RequestError responses from Google. We may...
eutester is a test framework for AWS compatible clouds.Package...
lintswitch runs pylint, pep8 and pymetrics on your Python code, and jshint on your JS code, in the background.You must tell lintswitch which files to lint. A **vim** plugin is included, in the contrib directory, which calls lintswitch every time you save...
Testify is a replacement for Python's unittest module and nose.Testify is modeled after unittest, and tests written for unittest will run under testify with a minimum of adjustments, but it has features above and beyond unittest: * class-level setup...
PyModel is an open-source model-based testing framework in Python.In unit testing, the programmer codes the test cases, and also codes assertions that check whether each test case passed. In model-based testing, the programmer codes a "model" that...
nose2-cov is a nose2 plugin that produces coverage reports. It also supports coverage of subprocesses.All features offered by the coverage package should be available, either through nose2-cov or through coverage's config file.InstallationInstall...
jstestnetlib is a Python module designed to execute JavaScript tests against a JavaScript TestNet server.InstallUsing pip execute:pip install git+git://github.com/kumar303/jstestnetlib.git#egg=jstestnetlibRunning TestsJavaScript tests can be executed...
HOL-TestGen allows one to write test specifications in Higher-order logics (HOL). It can (semi-) automatically partition the input space, resulting in abstract test cases, and automatically select concrete test data.Automatic generation of test harnesses...