I am writing features with the same verbiage for some scenarios. Feature: User Management Scenario: Edit an existing user\'s details
In a previous question found here, I asked a question about BDD and SpecFlow.The best answer was to use nSpec instead of SpecFlow.
This is more of a general question and some sort of best practice discussion. How would one test a Rai开发者_运维技巧ls application?
I am working with rails 3 and cucumber, all is going well except for this little problem Given I am on the \"edit automobile\" page
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_开发技巧 Want to improve this question? Update the question so it can be answered with facts and citati
How do you handle user stories/acceptance tests that have long chains like this one, where the Then/W开发者_如何转开发hen mingle together?Is it best to split this into a separate acceptance test where
I am trying to learn how to use BDD for our de开发者_如何学编程velopment process and I sometimes end-up writing things that implies a UI design, so for brand new development or new features, the UI do
Ok so I\'m just starting to try and use BDD for some new development we are doing and I wrote up a story like this for a log viewer feature:
Are there strong reasons for using Rspec for controllers and views too? My views are heavily dependent on Javascript, and as far as I know, Rspec doesn\'t handle javascript/ajax on views. Also im usi
I\'ve been writing RSpec tests for some Rails controllers and I\'ve discovered a strong impulse to ensure that the Authlogic authentication is working properly. I also feel like I should be verifying