bdd
Why Sahi Automated Test Cases aren't running in IE8?
I am new to Sahi Testing tool. I recorded some test cases using Sahi, when I play back in IE 8.. On my Terminal I am getting error:[详细]
2023-03-31 10:33 分类:问答Where to test links in cucumber features?
Assume that I arranged my cucumber features in files like that: features/ ├── add_project.feature[详细]
2023-03-31 09:42 分类:问答Tips and Tutorials for using UISpec with API data
I need to start doing some TDD for this iPhone project. The issue is that it uses API data pretty 开发者_如何学Pythonheavily.[详细]
2023-03-31 00:22 分类:问答Is it possible to use DDD and BDD together?
I like the middle-out development that is achieved with DDD. Development is driven by domain, the most 开发者_StackOverflow中文版solid part of application. We don\'t depend on infrastructure, persiste[详细]
2023-03-30 08:05 分类:问答How to use guard with foreman?
Given the guard-rails gem is an easy way to start a rails server and to relaunch it automatically during development as the source files change;[详细]
2023-03-30 01:50 分类:问答MSpec, what should I put in my [Subject()] attributes?
I\'ve been using MSpec for a little while and I really like it. I\'ve found that to get ReSharper to recognize my specifications, I need to use a SubjectAttribute.[详细]
2023-03-29 19:21 分类:问答Running capybara with nginx
Is is possible to run capybara with ngin开发者_如何转开发x and passenger? instead or webrick? Capybara is installed with cucumber in a rails app.It is easy - the only thing you have to do is to switch[详细]
2023-03-28 08:12 分类:问答How to run cleanup with vows.js?
I\'m using Vows.js to test some node.js which is creating records in a database. As a result of this it creates some test records开发者_如何学JAVA in the database. I\'d like to remove these records on[详细]
2023-03-27 23:23 分类:问答I am having trouble testing my controller's update action using Rspec, what am I doing wrong?
I am trying to test the failing branch of the update action on my controller but I am having trouble with the test.This is 开发者_运维问答what I have and it fails on the last[详细]
2023-03-27 21:34 分类:问答What is the best practice for writing RSpec tests/examples? Write examples to test the positive/affirmative, the negative, or both?
Fairly new to BDD and RSpec, and I\'m really curious as to what people typically do when writing their RSpec tests/examples, specifically as it relates to positive and negative tests of the same thing[详细]
2023-03-27 20:47 分类:问答