Vaguery + bdd   47

aruba - Cucumber steps for testing your command line apps - The Changelog - Open Source moves fast. Keep up.
"Terminal junkies rejoice! Now you can use Cucumber to test your command line interfaces just like you do for your web apps.…"
ruby  command-line  cucumber  testing  bdd 
september 2010 by Vaguery
Liz Keogh's blog » What not to test
"Work out which bits of the system you know least about. Create the scenarios and have conversations around those bits of the system. You don’t have to grow the system from the beginning – you can pick any point you like! Which bits of the system make you most uncomfortable? Which bits make your stakeholders most uncomfortable?"
agility  bdd  behavior-driven-design  best-practices  advice  software-development 
august 2010 by Vaguery
You're Cuking It Wrong – Elabs
"So where does this gulf of experiences come from, why is cucumber loved by some and hated by others. At the risk of over-generalisation and mischaracterisation I recently came up with a theory: the cucumber detractors are not using cuke the way it was intended."
behavior-driven-design  bdd  cucumber  antipatterns  advice  problem-I-sometimes-have 
august 2010 by Vaguery
[1006.4892] Mapping Business Process Modeling constructs to Behavior Driven Development Ubiquitous Language
"Behavior-Driven Development (BDD) is a specification technique that automatically certifies that all functional requirements are treated properly by source code, through the connection of the textual description of these requirements to automated tests. Given that in some areas, in special Enterprise Information Systems, requirements are identified by Business Process Modeling - which uses graphical notations of the underlying business processes, this paper aims to provide a mapping from the basic constructs that form the most common BPM languages to Behavior Driven Development constructs."
models  BDD  software-development-is-not-programming  specification  uml  maybe-not-so-much-satire 
july 2010 by Vaguery
Automated functional testing of iPhone apps with iCuke – BEKK Open
"UK-based super hacker and long time Cucumber contributor Rob Holland announced iCuke yesterday. iCuke is a Cucumber extension that lets you write automated functional tests for iPhone apps. Here is a little teaser…"
cucumber  iPgibw  software-development  BDD  behavior-driven-design  testing 
june 2010 by Vaguery
CannedCukes - Awesome Feature Hosting
"CannedCukes is all about one thing: helping people make better BDD tests. CannedCukes is a place where BDD testers from across the world can upload Cucumber features and scenarios and share them with other testers."
good-ideas  cucumber  BDD  testing  Ruby  community  should-be-open-though 
april 2010 by Vaguery
(My) RSpec best practices and tips | EggsOnBread
"After a year using RSpec, I’m happy to share “(My) RSpec Best Practices and Tips”. Let’s make your specs easier to maintain, less verbose, more structured and covering more cases!"
rspec  Ruby  programming  BDD  behavior-driven-design  best-practices  tips  testing 
march 2010 by Vaguery
Coding Dojo Wiki: KataFizzBuzz
"Imagine the scene. You are eleven years old, and in the five minutes before the end of the lesson, your Maths teacher decides he should make his class more "fun" by introducing a "game". He explains that he is going to point at each pupil in turn and ask them to say the next number in sequence, starting from one. The "fun" part is that if the number is divisible by three, you instead say "Fizz" and if it is divisible by five you say "Buzz". So now your maths teacher is pointing at all of your classmates in turn, and they happily shout "one!", "two!", "Fizz!", "four!", "Buzz!"... until he very deliberately points at you, fixing you with a steely gaze... time stands still, your mouth dries up, your palms become sweatier and sweatier until you finally manage to croak "Fizz!". Doom is avoided, and the pointing finger moves on. Until the next time."
coding-dojo  agility  learning-by-doing  self-assessment  TDD  BDD  training  kata 
march 2010 by Vaguery
japh(r): Watching, For Keeps
"I am fairly obsessive about deleting prototype code. The code that I produced might be fine, it might not. It is more than likely that it is not great because I was learning something new and making mistakes along the way. I do not want to be in a position to be building on crap code. I alway build on the simplest thing that can possibly work. The only way to be sure of that (that I know of) is BDD."
software-development  kill-your-favorites  best-practices  BDD  walkthrough 
march 2010 by Vaguery
Liz Keogh's blog » Feature Injection and handling technical stories
"There are some technical stories, though, which really do deliver something the business care about. You can find this out by asking, “Who cares if I don’t do this? Who cares if I don’t have an automated build? If I don’t write unit tests? If I don’t write acceptance tests?”

This is where the feature injection comes in. I’m flexing Chris Matts’s template a bit to do this; here’s how mine reads:

In order to

will need ."
BDD  behavior-driven-design  features  software-development  software-development-is-not-programming  business-value 
february 2010 by Vaguery
Webbynode
"Recently here at Webbynode we had a demand for validating HTML without going as far as driving a browser. We have an internal library that generates HTML after compiling HAML templates. To fulfill our BDD needs, we wanted a simple, straightforward way to validate HTML tags without the need of a full blown browser driving engine, since we don’t have an HTTP server running while testing this library."
BDD  Rails  WebRat  cucumber  testing  programming  Ruby 
november 2009 by Vaguery
RSpec and Sinatra Quick Start // iamneato.com
"Are you familiar with RSpec, new to Sinatra, and can’t get the two to cooperate? This article maybe of use to you. Alternatively, if you’re like me and you’re simply new to this universe all together, this article can certainly be of use."
RSpec  BDD  behavior-driven-design  Sinatra  testing  tutorial  how-to  ruby 
november 2009 by Vaguery
japh(r): RSpec with Sinatra & CouchDB
"I left off last night moving into the guts of the application. The plan was to start BDDing with RSpec. It occurred to me, however, that I had no idea how to do it. Happily, Sinatra's testing documentation includes RSpec information."
BDD  behavior-driven-design  rspec  Sinatra  Ruby  web-applications  CouchDB 
november 2009 by Vaguery
tpope's pickler at master - GitHub
"Synchronize user stories in Pivotal Tracker with Cucumber features."
Cucumber  Pivotal-Tracker  BDD  collaboration  Ruby  agile  project-management  tools 
september 2009 by Vaguery
Step Organisation - cucumber - GitHub
"How do you name step files? What to put in each step? What not to put in steps? Here are some guidelines that will lead to better scenarios. If you are new to steps and the general syntax, please read Feature Introduction first."
Cucumber  BDD  behavior-driven-design  design-patterns  antipatterns  advice 
september 2009 by Vaguery
FakeWeb API Documentation
"FakeWeb is a helper for faking web requests in Ruby. It works at a global level, without modifying code or writing extensive stubs."
Ruby  programming  mocks-and-stubs  TDD  BDD  development  testing 
april 2009 by Vaguery
Test Stub at XUnitPatterns.com
"Variation: Saboteur
A Test Stub that is used to inject invalid indirect inputs into the SUT is often called a "Saboteur" because its purpose is to derail whatever the SUT is trying to do so we can see how the SUT copes with these circumstances. The "derailment" can be caused by returning unexpected values or objects, or it can be caused by raising an exception or causing a runtime error. Each test may either be a Simple Success Test or an Expected Exception Test (see Test Method) depending on how the SUT is expected to behave in response to the indirect input."
testing  TDD  BDD  rspec  design-patterns  programming  unit-testing  specification 
april 2009 by Vaguery
btakita's rr at master - GitHub
"RR (Double Ruby) is a test double framework that features a rich selection of double techniques and a terse syntax."
mocks  programming  testing  TDD  BDD  rspec  framework  ruby 
april 2009 by Vaguery
How To: Setup RSpec, Cucumber, Webrat, RCov and Autotest on Leopard | Clayton Lengel-Zigich
"RSpec, Cucumber, Webrat, RCov and Autotest are a powerful combination of tools for testing your Rails app. Unfortunately getting them to all work nicely together can be a bit of challenge. I recently configured a development environment from scratch on OS X 10.5 Leopard and kept track of all of the little details."
how-to  rspec  Rails  Ruby  Leopard  MacOS  TDD  BDD  autotest 
april 2009 by Vaguery
notahat's machinist at master - GitHub
"Machinist generates data for the fields you don't care about, and constructs any necessary associated objects, leaving you to only specify the fields you do care about in your tests."
BDD  mocks  stubs  Ruby  programming  software-development  test-driven-development  library  TDD  factory 
march 2009 by Vaguery
Agile Ajax » Using Cucumber for Acceptance Testing » Pathfinder Development
"My experience so far, as I explore what Cucumber can do, has been largely positive. Where I was starting with Cucumber and only a vague idea of how the user interaction would play out, writing the scenarios at the Cucumber level felt very valuable and gave the development a clear path that I wouldn't have otherwise had. That said, there is extra code being written, and it's clearly possible to get really tangled in getting the step definitions right."
Cucumber  BDD  behavior-driven-design  Ruby  TDD  Machinist  testing  agility  software-development 
march 2009 by Vaguery
Mixing Cucumber with Test::Unit/Shoulda — GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS
"We’ve been writing a “feature” for every new client request on that project – for each user-created ticket we handle, we create a .feature file (and include the ticket number in the feature title), and write steps for that request. This means that we have acceptance tests for all new client requests on that project. This approach may seem a little strange, but it’s been helpful, and we’re very happy with it so far. We’ll likely take a different approach if we use Cucumber on a project from scratch.

Now you have no excuse if your projects aren’t doing any kind of top-down testing, so get out there and write some acceptance tests!"
test-driven-development  TDD  behavior-driven-design  BDD  cucumber  shoulda  ruby  testing  agility  emergent-design 
february 2009 by Vaguery
The Truth about BDD
"But enough of irony. Is this useful? I think it may be. You see, one of the great benefits of describing a problem as a Finite State Machine (FSM) is that you can complete the logic of the problem. That is, if you can enumerate the states and the events, then you know that the number of paths through the system is no larger than S * E. Or, rather, there are no more than S*E transitions from one state to another. More importantly, enumerating them is simply a matter of creating a transition for every combination of state and event.

One of the more persistent problems in BDD (and TDD for that matter) is knowing when you are done. That is, how do you know that you have written enough scenarios (tests). Perhaps there is some condition that you have forgotten to explore, some pathway through the system that you have not described."
via:arsyed  software  design  BDD  programming  TDD  behavior-driven-design  analogies  finite-state-machine 
december 2008 by Vaguery
Confreaks: Ruby Hoedown 2008
An excellent talk on testing legacy code. Some great insights on how to use judicious refactoring and contingent testing. Not too Ruby-specific.
refactoring  programming  TDD  BDD  legacy-code  software  development  Ruby  communication 
november 2008 by Vaguery
Dr Nic » Autotesting Javascript in Rails
'Below is a “getting started” tutorial, a helpful autotesting plugin, and hints about a TextMate bundle for Javascript Unit Testing and a future Peepcode on Javascript Unit Testing.'
AJAX  BDD  development  javascript  programming  Ruby  TDD  tutorial  ZenTest 
january 2008 by Vaguery
BehaviourDrivenProgramming - Behaviour-Driven Development
"An interesting aside in favour of agile development techniques in general and TDD in particular is that even in this state the code is often much more robust and a much better functional fit than code developed under more traditional methods based on lar
BDD  TDD  software  development  agility  agile-management  XP  risk-management  design 
march 2007 by Vaguery

related tags

acceptance-testing  advice  agile  agile-management  agility  ajax  analogies  antipatterns  art  automation  autotest  bdd  behavior  behavior-driven  behavior-driven-design  behavior-driven-development  behaviourdriven  best-practices  business-value  coding  coding-dojo  collaboration  command-line  communication  community  CouchDB  cucumber  design  design-patterns  development  documentation  emergence  emergent-design  engineering  extreme-programming  factory  features  finite-state-machine  framework  gem  good-ideas  Growl  growlnotify  how-to  iPgibw  javascript  kata  kill-your-favorites  learning-by-doing  legacy-code  Leopard  library  Machinist  MacOS  maybe-not-so-much-satire  mocks  mocks-and-stubs  models  osx  performance  philosophy  Pivotal-Tracker  planning  plugin  presentations  problem-I-sometimes-have  programming  project-management  Python  Rails  refactoring  requirements  risk-management  RoR  rspec  ruby  rubyonrails  rules  scriptaculous  scripting  self-assessment  should-be-open-though  shoulda  Sinatra  software  software-development  software-development-is-not-programming  spec  specification  stubs  TDD  test-driven-design  test-driven-development  testing  TextMate  tips  tools  training  tutorial  uml  unit-testing  unittest  update  via:arsyed  walkthrough  web-applications  WebRat  XP  ZenTest  Zentest 

Copy this bookmark:



description:


tags: