integration-testing
How to combine client-only and server-only code in an integration test?
I\'m using a mechanism to pass bootstrapping information embedded in the host page (which is a servlet/jsp combination) from the server to[详细]
2023-04-04 12:06 分类:问答How to set session variables in Rails integration tests
In Rails integration tests, how do I set a session variable (:user_id in my case)? Obviously it\'s not a full integration test then, but given 开发者_Go百科that in my app user authentication cannot h[详细]
2023-04-04 04:34 分类:问答How to get an instance of White.Core.UIItems.WindowItems.Window which can automate a WPF Window that is created inside an integration test?
I have created an integration test using the White automation framework.This is the start of the integration test:[详细]
2023-04-03 10:09 分类:问答How can I logout/login as a different user from a servlet on gwt/gae
I\'m testing my Java/GWT/GAE based servlets.One of my servlets accesses the datastore (CRUD type methods) that would normally be called from the client over RPC.[详细]
2023-04-03 07:36 分类:问答Integration testing Grails services with injection
I am having problems integration testing my Grails service because the service under test is not being injected in to my test. I have followed the advice from answers to questions else where on Stacko[详细]
2023-04-02 15:47 分类:问答Python 3.x WSGI Testing framework
Given that webtest doesn\'t seem to have a 3.x version (or any plans to develop one), are there any solutions for automated system testing of a WSGI application? I know unittest for unit testing - I\'[详细]
2023-04-02 04:53 分类:问答Rails 3 integration test mangles (model)_path(@instance) helper
I have a Doc class with the standard routes created by the scaffold generator. In the code, I use docs_path(@doc)# => /docs/7[详细]
2023-04-02 02:49 分类:问答How do I test a Spring-WS webservice that Requires soapHeaders?
I have a spring-ws (2.0.2) service I have implemented that requires some custom elements in the soap header.I am trying to use Spring\'s MockWebServiceClient to ge开发者_StackOverflownerate a valid re[详细]
2023-04-01 21:44 分类:问答Does iBatis have any analog of Hibernate's `hbm2ddl` for integration testing with in-memory database?
I\'m considering adding integration tests to a Java-Struts-Spring-iBatis-Oracle legacy application. In the past I\'ve used HSQL as an in-memory database for integration tests for applications that us[详细]
2023-04-01 10:03 分类:问答Make Webdrivers's Firefox Driver run in the background
Hei Is there a way to make Webdriver Firefox driver to run in the background? We have a monitoring application which at regular 开发者_高级运维intervals polls miscellaneous systems on different serv[详细]
2023-04-01 00:26 分类:问答