Usually the automated test suites run in series. The main reason for this behaviour is about the consistency of the data which is accessed by the tests. This means, for example, that if a test A drops the users' database, and the test B does the same thing, then they ...
Read more