integration-testing
Best practice for testing Hibernate mappings
I am wondering what people have found their best practice to be for testing Hibernate mappings and queries ?[详细]
2023-04-13 03:43 分类:问答ActionController::RoutingError: No route matches [POST]
require \'test_helper\' class MyTest < ActionController::IntegrationTest test \"view posts from login page\" do[详细]
2023-04-13 01:44 分类:问答TestNG, Jenkins, Integrationtesting a RESTful API: how to specify the Base URL?
I\'m developing a RESTful webservice in Java. For Integrationtesting I use a separate project, which uses the jersey client to access the webservice.[详细]
2023-04-11 15:39 分类:问答PHPUnit - Automatically retry failed tests X times?
I have a complex set of PHPUnit tests, some of which involve connecting to servers around the world that, for whatever reason, timeout sometimes.[详细]
2023-04-11 15:13 分类:问答Unit Test? Integration Test? Regression Test? Acceptance Test?
Is there anyone that can clearly define these levels of testing as I find it difficult to differentiate when doing TDD or unit test开发者_JAVA百科ing. Please if anyone can elaborate how, when to imple[详细]
2023-04-11 07:36 分类:问答Delta-Testing, test only changed parts of the "infected" code-base
I\'d like to speed up our integrationtest-suite. It is long running. Too long. As everyone knows not every change has an impact on everything. So why not just test components which are influenced by t[详细]
2023-04-11 04:47 分类:问答Testing jquery dialog with capybara-webkit
I want to test an interaction where the user clicks a li开发者_如何学编程nk and a jquery dialog (http://jqueryui.com/demos/dialog/) pops up.[详细]
2023-04-10 10:00 分类:问答How to do integration testing in Rails 3?
I tried using the code in the RailsGuides and some other code I found on Google, but nothing is working.[详细]
2023-04-10 08:54 分类:问答Spring integration test does not roll back
I\'m using Spring + Hibernate + H2. I do database operations in my integration tests (by calling a service class). I want Spring to rollback the changes after each test method, butI can\'t get it to w[详细]
2023-04-09 13:38 分类:问答How to test a scenario that requires javascript to complete?
A project I\'m working on fetches data from a 3rd party service and caches it locally along with specific info for my app.[详细]
2023-04-09 10:22 分类:问答