Using ApprovalTests .Net with NUnit
This video shows how to set up and start using ApprovalTests with Nunit. Both are open source tools that will help you perform unit testing on your .NET code.
Software Testing Videos and Tutorials
This video shows how to set up and start using ApprovalTests with Nunit. Both are open source tools that will help you perform unit testing on your .NET code.
Most unit tests are not unit tests and their authors suffer for it. What is unit testing, really? How can writing them prevent classic testing problems? If you do write them, what trade-offs are you implicitly making?
This video shows how to use Jasmine to test JavaScript in your Rails applications. Jasmine is a Behavior-Driven Development (BDD) framework for testing your JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that …
A performance bug is a minor glitch that does not alter the correctness of a program but does cause it to consume excessive resources. This talk begins with sketches of two tiny such bugs in large software systems. The next part of the talk surveys a variety of little mistakes …
Software testing has always been a challenge. Companies are looking for testing methodologies and tools which will help them to improve their testing results, while improving software quality and cycle time. The SaaS revolution made it easier for new vendors to bring new solutions to the markets, offering high quality …
Learn how to perform BDD in Ruby with RSpec and Cucumber with this two-parts video. Resource: RSpec Best Practices