integration-testing
Testing an async method call
Below is a simplified setup of my application. It has a class Foobar which calls on a facade method for fetching data. The facade then calls on a web service to actually get the data and then manipula[详细]
2023-04-09 00:31 分类:问答Do I need a Guice module for every class to write integration tests?
Currently I have 1 Guice module in my project which defines all bindi开发者_运维百科ngs. Now I want to write integration tests and I need to bind the dependencies of a specific class. If I use the exi[详细]
2023-04-08 23:52 分类:问答soapUI vs rest-assured for REST API testing
What\'s better for testing a REST API in built in Spring 3.1, soapUI or 开发者_如何转开发rest-assured?oAuth 2.0 is used for authentication.It depends on who is going to create and maintain the tests.[详细]
2023-04-08 19:50 分类:问答How are integration tests written for interacting with external API?
First up, where my knowledge is at: Unit Tests are those which test a small piece of code (single methods, mostly).[详细]
2023-04-08 10:00 分类:问答How to schedule tests and store the tests reports?
I have a few integration tests (java classes), whic开发者_如何学运维h test a server application. (the tests just send requests, receive responses and verify them). Now Iwould like to run the tests per[详细]
2023-04-07 21:07 分类:问答iPhone command line Unit Tests (and File I/O)
The short question is: How can I get iPhone (objective-c) file operations to work correctly from a command line Unit Test?[详细]
2023-04-07 15:32 分类:问答Need clarification on timers in JMeter
I studied that there are timers available in JMeter. In this constant delay timer, who sets constant time. Whether jmeter puts the delay time between the thread requests or user has to set the time. I[详细]
2023-04-06 21:41 分类:问答How do I swap a jndi datasource lookup to an in memory database for intergration testing?
I\'m using Spring and Hibernate and want to do some intergration testing with DBUnit. In my application-context.xml I currently specify a datasource via jndi-lookup which reads the jndi-name from a pr[详细]
2023-04-06 20:34 分类:问答What is the relationship between "integration testing", "continuous integration servers" and "nightly builds"?
I\'ve been out of school for a few years now, and just recently started going back and re-reading some of my textbooks (I want to stay fresh). I\'ve actually found my software engineering textbook fas[详细]
2023-04-05 16:41 分类:问答Netbeans Android - Compile & Test on real device (Unix, OSX)
I\'ve read several questions about testing android apps on device. I know possibility to upload APK to web storage, allow unsigned apps and run it[详细]
2023-04-04 15:03 分类:问答