bdd
Executing WatiN integration tests for a .NET web application
Say I wanted to have a test-server which automatically picks up the latest build (from the build server) and executes all the integration tests in that build.[详细]
2023-03-06 03:44 分类:问答What is the best strategy for BDD testing which relies on data
What are some strategies for writing BDD tests, which can test behaviour that relies on certain data being in the system?[详细]
2023-03-05 12:37 分类:问答Encapsulating Logic in Pages using GEB and Cucumber
Using GEB I was using the Page Object Pattern to encapsulate information about the different pages statically.[详细]
2023-03-05 10:01 分类:问答When using BDD specifications in a .NET project, why would one use both SpecFlow *and* MSpec?
I repeatedly hear BDD enthusiasts advocate using both SpecFlow and MSpec in the same project. Apparently SpecFlow is more suitable for outside-in/UI tests. (For example, web tests which simulate mou[详细]
2023-03-05 04:03 分类:问答Should BDD be automated with unit tests, integration tests, or both?
BDD has been touted as \"TDD done right\". However TDD is widely used with unit tests, rather than end-to-end integration tests.[详细]
2023-03-04 19:32 分类:问答My cuke4duke tests hang and never terminate
I can\'t work out why my web based cucumber tests never terminate. All step definitions pass but the browser never exit on the last step and therefore my script is hanging.[详细]
2023-03-02 14:06 分类:问答run selenium without opening a browser in cucumber
I have a question about using selenium in cucumber. here is the cucumber features: @selenium @javascript[详细]
2023-03-01 09:42 分类:问答MSpec and SpecFlow when to use which? What are the advantages/disadvantages of either?
I am trying to get started with BDD and found a view blog posts about MSpec and SpecFlow. I\'m currently not quite sure when I would use which and what the advantages/disadvantages of either framework[详细]
2023-03-01 09:24 分类:问答Confusion about functional testing, BDD and TDD
I have a form where several fields have to be filled in. However, only one field is compulsory. So, I came up with the following spec:[详细]
2023-02-28 07:58 分类:问答Should I open up a class's instance variables just for test validation?
I\'m new to BDD, and I\'m finding alot of instances where I\'m adding instance variables to attr_accessor only so that my tests have an easy way to validate whether they are in the state that they sho[详细]
2023-02-27 10:12 分类:问答