Software Testing and Software Quality Assurance Videos and Tutorials Directory: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development
Updated: 3 hours 37 min ago
Client-Side Profiling with Selenium 2
This video explains automatic client-side profiling of performance issue with Selenium 2 (part 1) and answers questions about the presentation (part 2). Slides of the presentation
Categories: Blogs
Best Practices to Write First Class Unit Tests
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 [...]
Categories: Blogs
Load Testing for Developers
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 [...]
Categories: Blogs
Testing a RESTful Web Service with JMeter
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.
Categories: Blogs
Test XSLT with XSpec
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. [...]
Categories: Blogs
Build Automation and Continuous Integration with TFS 2010
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 [...]
Categories: Blogs
Test First Development with Pex and Moles
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. Watch this video on http://www.infoq.com/presentations/Pex-and-Moles
Categories: Blogs
Goal Driven Load Testing using Visual Studio
This short video discusses the types of performance testing, perform goal driven load testing with Visual Studio; analyzes the test run results and generate a report. Video Producer: http://geekswithblogs.net/tarunarora/Default.aspx
Categories: Blogs
Moving from MBUnit to NUnit
This video explains the reasons and the effects of moving from MBUnit to NUnit for .NET unit testing. Both tools are open source solutions that belong to the xUnit family of unit testing tools. A post relating the experience of a different company making the same transition can be found here. Video Producer: http://www.campaignmonitor.com/
Categories: Blogs