acceptance-testing
How reliable is HtmlUnitDriver?
Obviously, the answer to the question depends on a number of environmental factors. In general, I\'m wondering what people\'s experiences are with HtmlUnitDriver as a reliable tool that can be \"trus[详细]
2023-02-17 18:34 分类:问答Just upgrading capybara from 0.3.9 to 0.4.1.2, cukes and specs fail
Using capybara (0.3.9) with steak and when running my steak acceptance spec with :js => true, firefox is fired and it works.[详细]
2023-02-16 04:45 分类:问答How can I simulate a swipe gesture programmatically?
I\'m currently trying to write some acceptance tests for our new iOS application using frank (and in turn UISpec).Whilst the framework supports touches as a basic way to interact with views, it doesn\[详细]
2023-02-10 18:12 分类:问答Is Geb(automation testing framework) a good acceptance testing framework?
Is Geb(automation testing framework)a good acceptance testing framewor开发者_运维知识库k?This question might cause very opinionated answers and so will I answer your question from my point of view and[详细]
2023-02-08 01:21 分类:问答What techniques are programmers using to write maintainable integration/functional/acceptance tests?
Integration/Functional/Acceptance tests are inherently difficult to maintain for a myriad of reasons: they take a long time to run, are hard to keep green consistently, can fail seemingly 开发者_高级运[详细]
2023-02-06 23:20 分类:问答Acceptance testing preloading of data into GAE dev server datastore
In my application I have a set of of DAOs which I inject into my application layer.For an acceptance test I\'m writing, I want to preload the dev_server datastore with data, so I use the same Spring c[详细]
2023-02-06 17:13 分类:问答Best practice for acceptance tests in Java
We have a program that that we would like to do acceptance tests on it. The input is an XML file 开发者_如何学编程with different \"tasks\". The output is another XML file with results.[详细]
2023-02-05 23:11 分类:问答Should BDD scenarios include actual test data, or just describe it?
We\'ve come to a point where we\'ve realised that there are two options for specifying test data when defining a typical CRUD scenario:[详细]
2023-02-03 17:04 分类:问答How can I delete seed data in SpecFlow
This may have already been brought up, a stupid question perhaps. Anyway, I have been looking into SpecFlow and wonderin开发者_JAVA技巧g how I can delete my seed data for the feature. This seed data[详细]
2023-01-29 08:49 分类:问答Is there a way to inject a mock while using White for acceptance testing?
In our client / server application, the server side is exposed by a collection of web services. The client interacts with what we call an Application Context to make calls to the server. I\'d like to[详细]
2023-01-24 09:46 分类:问答
加载中,请稍侯......