integration-testing
Integration Testing: Am I doing it right?
Here\'s an integration test I wrote for a class that interacts with a database: [Test] public void SaveUser()[详细]
2023-03-14 13:26 分类:问答Embedded MongoDB when running integration tests
My question is a variation of this one. Since my Java Web-app project requires a lot of read filters/queries and interfaces with tools like GridFS, I\'m struggling to think of a sensible way to emplo[详细]
2023-03-14 09:57 分类:问答How to design multiple WCF calls?
I have 2 WCF services implemented in C# that test a client-server interaction of a 3-rd party application. Let\'s say I have a server-side tester interface for WCF test service (I skipped the attribut[详细]
2023-03-14 04:32 分类:问答Is integration testing just unit testing with fewer mocks?
...or am I oversimplifying? And if I am oversimplifying, what really is integration testing, and why is it 开发者_如何学运维dramatically less a topic of conversation than unit testing*?[详细]
2023-03-13 18:42 分类:问答Rails: create a fixture for arbitrary text data to use for integration tests
The Idea I am creating a parsing method on an object so I can do this: @address = Address.parse(\"123 Main St, San Francisco CA\")[详细]
2023-03-13 17:52 分类:问答Open Rasta InMemoryHost returning 406 error
I\'m trying to write an integration test for an open rasta web service (code bellow) using(var host = new InMemoryHost(new Configuration()))[详细]
2023-03-13 09:40 分类:问答Maven is not using failsafe plugin for integration tests
When I 开发者_如何学Crun mvn clean install, for the integration-test phase it does not use the failsafe plugin.[详细]
2023-03-13 07:40 分类:问答End-to-end testing a RESTful Web service (Rails)
I\'m trying to sift through the myriad of test solutions out there, and I\'m not even sure if I\'m headed the right direction. The story is: we\'re running a RESTful Web service, implemented as a Rail[详细]
2023-03-13 06:46 分类:问答How to properly check for server error within Watin integration test
I am trying to detect if a server error was encountered during a watin test. I had thought the below code would do the trick however, in usage I am getting an NRE during test execution on this line: ([详细]
2023-03-13 06:36 分类:问答Getting some unexpected errors while testing a Rails 3 controller
I have a services model defined as such: class Service < ActiveRecord::Base attr_accessible :service_type #, ...[详细]
2023-03-13 03:21 分类:问答