threedaymonk + testing 43
Ceedling applied to an Arduino project for TDD
february 2012 by threedaymonk
Uses Ruby and Rake.
arduino
tdd
testing
ruby
february 2012 by threedaymonk
Replacing `setTimeout` Globally
april 2011 by threedaymonk
Not as simple as it first appears, but there’s an easy solution. Why would you want to do this? Testing, for one thing.
javascript
webdev
testing
april 2011 by threedaymonk
Zombie.js
december 2010 by threedaymonk
‘Zombie.js is a lightweight framefork for testing client-side JavaScript code in a simulated environment. No browser required.’
javascript
testing
webdev
node.js
december 2010 by threedaymonk
Nodeunit
december 2010 by threedaymonk
‘A simple unit testing tool based on the node.js assert module.’
node.js
javascript
testing
tdd
december 2010 by threedaymonk
You don’t win friends with salad
september 2010 by threedaymonk
A strong argument against Cucumber.
ruby
rails
cucumber
tdd
testing
september 2010 by threedaymonk
fakeiteasy
august 2010 by threedaymonk
Mocking/Stubbing framework for .NET.
tdd
dotnet
c#
mono
mocking
testing
august 2010 by threedaymonk
ASCIIcasts - “Episode 156 - Webrat”
january 2010 by threedaymonk
Browser-driven integration tests for Rails without Cucumber.
ruby
rails
testing
webdev
tdd
january 2010 by threedaymonk
Continuous Integration Spring Cleaning
september 2009 by threedaymonk
A round-up of the current options from the guys at GitHub.
ruby
programming
github
git
testing
continuous-integration
september 2009 by threedaymonk
Testing Sphinx with Cucumber
september 2009 by threedaymonk
A method that doesn’t slow down the non-Sphinx features.
ruby
rails
sphinx
cucumber
tdd
testing
september 2009 by threedaymonk
Mixing Cucumber with Test::Unit/Shoulda
may 2009 by threedaymonk
Like Cucumber? Dislike RSpec?
ruby
rails
testing
tdd
cucumber
may 2009 by threedaymonk
Testing Fragment Caching
april 2009 by threedaymonk
‘Fragment caching can be tricky. The risk is that a user sees the wrong content, but that risk can be mitigated with tests.’
ruby
rails
testing
tdd
caching
performance
april 2009 by threedaymonk
TDD Anti-Patterns
april 2009 by threedaymonk
Funny. And true. I’ve seen most of these.
programming
testing
tdd
agile
antipatterns
april 2009 by threedaymonk
Integrity
april 2009 by threedaymonk
‘The easy and fun automated continuous integration server’
testing
ci
ruby
git
april 2009 by threedaymonk
Cucumber
march 2009 by threedaymonk
Despite initially dismissing it as COBOL for Testing, I’m coming round to the idea of Cucumber: I sense that decoupling test intention from implementation may be the biggest win.
cucumber
tdd
bdd
ruby
testing
march 2009 by threedaymonk
Celerity
march 2009 by threedaymonk
‘Celerity is a JRuby wrapper around HtmlUnit – a headless Java browser with JavaScript support.’
testing
ruby
java
javascript
html
webdev
automation
march 2009 by threedaymonk
Voluntary Technical Debt
march 2009 by threedaymonk
‘If we hadn't taken on the technical debt, we would have missed our demo opportunity.’
programming
software
testing
tdd
march 2009 by threedaymonk
faker
february 2009 by threedaymonk
Generate fake names, addresses, phone numbers, corporate BS (really!) etc. from Ruby.
ruby
testing
dummy
data
february 2009 by threedaymonk
Functional Programming Unit Testing - Part 1
december 2008 by threedaymonk
Series on testing in Haskell (with some F# too).
programming
haskell
testing
fp
tdd
december 2008 by threedaymonk
A test server for Rails applications
november 2008 by threedaymonk
Obviate the need for loading up the huge environment each time you run a test.
ruby
rails
testing
webdev
november 2008 by threedaymonk
A critical look at the current state of Ruby testing
november 2008 by threedaymonk
‘All this energy on creating new DSLs for testing is energy wasted. Use the standard and get cracking on solving truly innovative problems (note: the smart grid is innovative; social networks are not).’ Strongly agree.
ruby
tdd
rspec
testing
november 2008 by threedaymonk
Shoulda testing plugin
september 2008 by threedaymonk
Provides some of the nice parts of RSpec (contexts and readable test names) whilst remaining within Test::Unit.
ruby
testing
library
rails
plugin
tdd
september 2008 by threedaymonk
Introducing RR
august 2008 by threedaymonk
Ruby testing framework.
ruby
programming
testing
framework
august 2008 by threedaymonk
Reducing coupling through unit tests
may 2008 by threedaymonk
A significant benefit of TDD that’s sometimes overlooked.
programming
testing
reevoo-developer
may 2008 by threedaymonk
Test your web design in different browsers - Browsershots
december 2007 by threedaymonk
We could set this up for ourselves.
reevoo-developer
webdev
browser
css
testing
december 2007 by threedaymonk
Anti-Social Build Orders
december 2007 by threedaymonk
ASBOs for developers. I like it.
programming
reevoo-developer
testing
december 2007 by threedaymonk
DeepTest
october 2007 by threedaymonk
Save time by running Ruby tests in parallel.
ruby
reevoo-developer
testing
october 2007 by threedaymonk
RaiLint
september 2007 by threedaymonk
‘Validates Rails program output using a number of freely available tools.’
rails
ruby
webdev
validation
testing
september 2007 by threedaymonk
Test Profiling by Lines Logged
september 2007 by threedaymonk
Might be useful for finding the slow tests in a Rails application.
rails
ruby
profiling
testing
september 2007 by threedaymonk
The fabulous spider fuzz plugin
february 2007 by threedaymonk
‘SpiderTest is an automated integration-testing script that iterates over every page in your application.’
ruby
rails
testing
plugin
html
february 2007 by threedaymonk
Unit testing is teh suck, Urr.
july 2006 by threedaymonk
An amusingly-written counterblast. Hey, dissent is good.
software
programming
testing
july 2006 by threedaymonk
related tags
agile ⊕ antipatterns ⊕ arduino ⊕ automation ⊕ bdd ⊕ browser ⊕ c# ⊕ caching ⊕ ci ⊕ commented ⊕ console ⊕ continuous-integration ⊕ css ⊕ cucumber ⊕ data ⊕ database ⊕ dotnet ⊕ dummy ⊕ fp ⊕ framework ⊕ git ⊕ github ⊕ haskell ⊕ howto ⊕ html ⊕ http ⊕ java ⊕ javascript ⊕ library ⊕ mocking ⊕ mono ⊕ mysql ⊕ network ⊕ node.js ⊕ performance ⊕ perl ⊕ php ⊕ plugin ⊕ profiling ⊕ programming ⊕ rails ⊕ reevoo-developer ⊕ rspec ⊕ ruby ⊕ search ⊕ software ⊕ sphinx ⊕ tap ⊕ tdd ⊕ testing ⊖ thinkingsphinx ⊕ validation ⊕ webdev ⊕ wordpress ⊕Copy this bookmark: