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
Using capybara (0.3.9) with steak and when running my steak acceptance spec with :js => true, firefox is fired and it works.
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\
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
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 开发者_高级运
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
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.
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:
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
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