Python test case management system?

Mudcat mnations at gmail.com
Fri Sep 5 10:37:48 EDT 2008


> What would the behaviour of such a system be? In other words, what is
> a "test case management system" in terms of the things that it does?

The feature set for one tends to vary. In short it's a front end app
which is tied to a db that stores and organizes test cases. The system
will allow you to select and execute test cases based on different
criteria which will then log and store the results. They aren't
extremely complicated however they do need to have a well-built
execution engine that are multi-threaded and can handle several
different things at the same time.



More information about the Python-list mailing list