integration-testing
How to upload a file to an endpoint from an integration test
When a file is uploaded from the client, it can be found in this.Request.Files, which is of type HttpFileCollectionBase.[详细]
2023-03-16 15:55 分类:问答How can you keep a password safe when it is needed for Integration tests?
In our organization we have an old legacy system that requires a plain-text password. When making calls from our .Net webservices we need to supply our own username/password, so when writing integrat[详细]
2023-03-16 09:41 分类:问答Is this Fluent NHibernate mapping test a false positive?
I changed my mapping test to use the overload .VerifyTheMappings(TEntity first), and suddenly my test just passes. I haven\'t used that overload before, and since I\'m not really sure how it works, I\[详细]
2023-03-16 08:40 分类:问答How can I get Jasmine-jQuery to correctly read z-index properties?
I\'m using Jasmine and Jasmine-jQuery to test the Javascript in my application. I set up an HTML fixture have successfully tested showing and hiding elements and other interactions, but so far, I can\[详细]
2023-03-16 03:14 分类:问答Maven Cargo does not stop the container
I have a maven project where I want to use the Cargo-Maven-Plugin (1.1.1) to start and stop a tomcat server to run integration tests.[详细]
2023-03-15 16:53 分类:问答Embedded or managed Oracle instance for integration tests
For MySQL, the MXJ connector makes it very easy to launch a managed MySQL instance. I know that Oracle provides Oracle XE for quick setup, but I\'ve on开发者_如何学Goly found an RPM distribution that[详细]
2023-03-15 11:32 分类:问答Annotations args dynamic
Every Devlopers Nightmare is how well does his/her code fit into the final packaging.... problem with EJB3.x is usage of annotations with out being able to re compile the code with fresh set of args[详细]
2023-03-15 07:11 分类:问答Watin integration test failing with System.UnauthorizedAccessException when executing javascript
Our team got into work in the morning and we found that all of our Watin (2.1.0) tests were failing on our integration server with the following exception. The tests also no longer work locally agains[详细]
2023-03-15 01:57 分类:问答What approach to take for testing AutoMapper configuration in an ASP.NET MVC application?
We are using AutoMapper extensively in our ASP.NET MVC web applications with the AutoMapViewResult approach set out in this question. So we have actions that look like this:[详细]
2023-03-14 23:05 分类:问答Where do I put my Buildr Integration tests?
I have a Java application that uses buildr.My unit test are located in : src/test/java The buildr doco talks about supp开发者_JAVA技巧ort for integration tests but where do I put my integration tests[详细]
2023-03-14 15:53 分类:问答