How to Write Testable Code
This post tries to summarize the high level basics of writing testable code.
This post tries to summarize the high level basics of writing testable code.
A test is not a unit test if: * It talks to the database * It communicates across the network * It touches the file system * It can’t run at the same time as any of your other unit tests * You have to do special things to your environment (such as editing config files) to run it.
In this blog post, Alister Scott explains why it might be better to write acceptance tests in a different language than your code.
This video show how and why we should all be doing test reviews on our peer’s code. It talks about basic rules to look for in test code and reviews some of the tests of public open source projects.
This article covers several ways in which automated tests can help identify usability problems and limitations in Web-based applications, where fixing them makes the software more usable and/or accessible.
This blog post shows how to create test environment for the test plan in Microsoft Test Manager (MTM) 2010.
This blog post provides interesting trends on the number of professional software testers that might be looking for another job.
Copyright © 2009-2024 Software Testing Magazine by Martinig & Associates