I\'m taking over an application.It has no testing. I\'m looking for the bare minimum integration testing I can start with to have at least something to yell at me if I break something.
I\'m trying to follow the instructions here to install Capybara. But each time I try to run the integration test,I get:
I\'m using http://www.grails.org/plugin/facebook-graph to get user profile, but I\'m stuck to 开发者_如何学编程test from controllers. Anybody could advice me how to mock or test facebook session in in
I am working on a Java EE 6 application that consists of multiple components, which are all packaged as separate Maven projects:
Rails provides label references for associations in fixtures like this: ### in pirates.yml reginald: name: Reginald the Pirate
I\'ve followed the tutorial available at http://railscasts.com/episodes/221-subdomains-in-rails-3. It allows you to pass a subdomain option to your routes by overriding the url_for method in a helper
I need to verify using Selenium (or similar framework) that certain HTML content/items are on the page using known unique identifiers.
I am using Maven, Hibernate and Spring in my application. I have implemented entity classes, DAO classes and service classes in packages of their own. I have problem when testing a service. When unit
We have around 100 test cases for our system. We are trying to build an automated test suite for it. Say while running the tests the 25th test fails. Should our automated test s开发者_JAVA百科ystem b
I am using to twill to do integration testing for an AppEngine (using tipfy micro framework) application but unf开发者_StackOverflow中文版ortunately twill is not maintained and I cannot test PUT and D