TickSpec Demonstration
TickSpec is a lightweight Behavior Driven Development (BDD) framework. It describe behavior in plain text using the Gherkin business language: “given, when, then”. [youtube UuTL3nj9fIE]
TickSpec is a lightweight Behavior Driven Development (BDD) framework. It describe behavior in plain text using the Gherkin business language: “given, when, then”. [youtube UuTL3nj9fIE]
This talk discusses automatic test data generation in the context of unit / developer testing (dynamic domain reduction) and system testing of web applications (bypass testing), and explore some of the difficulties in transitioning research results in software testing to industrial use. [youtube lmS5ElMyIHU]
This video presents rvm, a command line tool which allows us to easily work with multiple ruby interpreters and sets of gems. Explore the use of rvm to manage a ruby project’s entire environment including interpreter, gems, testing and other items. Video Producer: Mountain West Ruby Conference
Mock Objects caught the developer imagination when they were introduced to the world in 2000 and there are mock object frameworks for almost as many languages as there are testing frameworks. Many teams however discover too late the pain caused by using mock objects in their tests; brittle tests, an …
This video will show you how to install Git and get it working under windows. [youtube iwYKX9H8UcI]
While most Ruby developers are very familiar with testing their code, frontend and JavaScript-testing is still a new frontier for many. This talk will show you how to easily write and run JavaScript integration tests with Capybara and Cucumber, and unit tests with Evergreen and Jasmine. The goal is to …