I want to test if I have 0, 1, 2 or 开发者_Go百科3 times a pictures (\'foo.png\') in a certain page with Cucumber.
Okay, I\'ve decided to try and get to grips with the whole TDD process from start to finish. I\'m writing a simple blog in ASP.NET MVC 2 Application and have started with doing acceptance tests to t
I would like this custom step: Then I should see the link \'foo\' and his opposite: But I should not see the link \'foo\'
So I\'m trying to convert myself to a more test- and behaviour- driven approach to my development.It\'s good for me, and I\'ve seen good results in the few projects I\'ve used it for so far.
I am running BDD steps with cucumber to implement my autlogic login behavior. Scenario: log in Given a registered user: \"test@test.com\" with password: \"p@ssword\" exists
I\'m just starting with BDD and I\'m trying to build a small app, so I can see it working in a real environment, but I\'m having trouble deciding what should be a feature. I\'m building a tiny shop.
I\'ve been assigned the task of creating an XSLT transform on an XML dump from a database.Being a believer of Test/Behavior Driven Development I was wondering if anyone has attempted it before or has
I have been trying to determine a good way to test rails apps, covering all relevant aspects... since I have no experience writing tests at all I have been looking at railscasts.com which seems like a
I\'m getting Rails and Cucumber going on my Mac OS X box. When I try to run the following scenario: Feature: ActorDetail
Im new to testing with cucumber and have a question regarding the size of a \'Feature\'. 开发者_如何学Go