Python Debugging with pdb
This video explains how you can debug a Python applications with pdb,the Python debugger. [youtube bZZTeKPRSLQ] Video Source: http://marakana.com/forums/python/python/423.html
This video explains how you can debug a Python applications with pdb,the Python debugger. [youtube bZZTeKPRSLQ] Video Source: http://marakana.com/forums/python/python/423.html
This tutorial shows how to use Setup parameters in the Returns of a mocked function using Moq. Moq (pronounced “Mock-you” or just “Mock”) is the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda …
Sikuli is a visual technology developed at MIT to automate and test graphical user interfaces (GUI) using images (screenshots). Sikuli includes Sikuli Script, a visual scripting API for Jython, and Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily. This video demonstrates how to use Sikuli …
It would be nice to have the business analysts to write the acceptance criteria in plain English and them run as tests? In this video on Cucumber and Selenium, you will learn how to write tests that are easy to understand and run. [youtube NknTBuOpbHQ] Video Producer: http://www.seleniumconf.com/
This video will help you build a performance testing framework for your web application in under a day. It shows how to enhance Selenium with tools such as Fiddler and the new Web-Timings standards (as supported in IE9, Firefox 4, and Chrome) that can be used to gather performance metrics. …
This video provides a demo of TickSpec that shows how to set a breakpoint and debug your code. TickSpec is a F# BDD Framework. [youtube UuTL3nj9fIE]