> 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.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to