Client-Side Profiling with Selenium 2
Published February 2nd, 2012 Under Performance Testing | Leave a Comment
This video explains automatic client-side profiling of performance issue with Selenium 2 (part 1) and answers questions about the presentation (part 2). Read more
Best Practices to Write First Class Unit Tests
Published January 31st, 2012 Under Unit Testing | Leave a Comment
Techniques such as Test Driven Development, and more recently, Behavior Driven Development are well known. Yet, you still hear conflicting stories about unit testing. Some claim that introducing a lot of unit tests can hamper development, or that those tests are a maintenance problem on itself. To a limited degree I agree, but isn’t that true for all software that is not been well though off? An important reason for this is that unit tests not always seen as being part of the production code. Read more
Load Testing for Developers
Published January 23rd, 2012 Under Performance Testing | Leave a Comment
Debugging live performance and scalability issues when a system is slow with business sponsors watching over your shoulder is not fun. Load testing is an often forgotten and seemingly difficult task that many people shy away from but a basic level of load testing is often enough to give you confidence that you’ve satisfied expectations regarding performance and scalability. Read more
Testing a RESTful Web Service with JMeter
Published January 17th, 2012 Under Performance Testing | Leave a Comment
This video shows how to use JMeter as an automated test harness, triggering a breakpoint in the Jersey / JTA / JPA / Hibernate / MySQL / Glassfish RESTful web service. It explains how the code works as it step through it. Read more
Test XSLT with XSpec
Published January 12th, 2012 Under Unit Testing | Leave a Comment
Test-driven development is one of the corner stones of Agile development, providing quick feedback about mistakes in code and freeing developers to refactor safe in the knowledge that any errors they introduce will be caught by the tests. There have been several test harnesses developed for XSLT, of which XSpec is one of the latest. Read more
Build Automation and Continuous Integration with TFS 2010
Published January 12th, 2012 Under Continuous Integration | Leave a Comment
This video explains how to leverage TFS 2010, Windows Workflow (WF), and MSBuild to streamline the build and deployment processes and enable continuous integration. Continuous integration is an Agile best practice that allows for faster, more frequent feedback from other developers and even business stakeholders by providing regular builds, unit test runs, and deployments via automated build processes instrumented using a build server such as TFS Build. Read more
Test First Development with Pex and Moles
Published January 5th, 2012 Under Unit Testing | Leave a Comment
This video provides a demonstration of Pex, a parameterized white box unit test tool, and Moles, an isolation framework. These two tools useful for test-first development in the context of .NET development. Read more
next page »
RSS
Twitter