integration-testing
Easiest way to get basic integration coverage in rails?
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.[详细]
2023-03-23 08:06 分类:问答Installing and running Capybara on Rails 3 (uninitialized constant Object::Rack (NameError))
I\'m trying to follow the instructions here to install Capybara. But each time I try to run the integration test,I get:[详细]
2023-03-23 02:08 分类:问答Grails integration testing facebook graph plugin
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[详细]
2023-03-22 06:48 分类:问答Looking for tips for Integration Testing of a Java EE application
I am working on a Java EE 6 application that consists of multiple components, which are all packaged as separate Maven projects:[详细]
2023-03-22 04:33 分类:问答Label references for associations
Rails provides label references for associations in fixtures like this: ### in pirates.yml reginald: name: Reginald the Pirate[详细]
2023-03-21 17:58 分类:问答Rails helpers not working in test environment
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[详细]
2023-03-21 07:01 分类:问答Selenium HTML attribute name to assist identifying content
I need to verify using Selenium (or similar framework) that certain HTML content/items are on the page using known unique identifiers.[详细]
2023-03-21 06:50 分类:问答Spring Hibernate integration test returns unexpected result
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[详细]
2023-03-20 09:43 分类:问答Automated Test case Execution - when to stop
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[详细]
2023-03-20 06:55 分类:问答Twill alternative for integration testing
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[详细]
2023-03-20 04:44 分类:问答