Unit testing in Python
A guide to unit testing in Python, covering its benefits, components, and a practical walkthrough using the py.test framework.
A guide to unit testing in Python, covering its benefits, components, and a practical walkthrough using the py.test framework.
Explains why OCUnit test files in Objective-C only need a .m implementation file and don't require a separate .h header.
A guide to setting up and writing unit tests for iOS apps in Xcode 4, covering project configuration, resource management, and bundle paths.
A review of Packt's book on software testing using Visual Studio Team System 2008, covering test types, deployment, and reporting.
Guide to integrating NUnit unit test results into Team Foundation Server 2008's Team Build for reporting and metrics.
A developer details creating a custom Visual Studio Team System check-in policy to run solution-specific unit tests, addressing a multi-solution project challenge.