Integration Test « Development « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » Development » Integration Test 

1. Automating Integration Tests: Use xUnit?    stackoverflow.com

I'm looking into how best to automate integration tests (by which I mean complete use cases entirely within our application) The questions

2. Reducing the pain writing integration and system tests    stackoverflow.com

I would like to make integration tests and system tests for my applications but producing good integration and system tests have often needed so much effort that I have not bothered. ...

3. Integration of System Tests in the build process    stackoverflow.com

Greetings, I am again in a state of insecurity and discomfort with the development of my current master thesis. I am continuing the development of a serialization layer generator. The user enters ...

4. Library to help use Guice in Integration Tests    stackoverflow.com

What libraries would you recommend that helps remove boilerplate code, when using Guice from integration tests? E.g. AtUnit

5. I'm looking for a good example of an integration test using Java or C# code    stackoverflow.com

There are untold number of unit test examples, but can you provide here, or provide a link to a good example of an integration test that isn't just a metaphor? I ...

6. Java App - measure code visited during integration testing    stackoverflow.com

I was wondering is there any tool I can use to instrument my code so that when I perform functional/integration testing, i can get a report of hwat percentage of the ...

7. Where do I put my Buildr Integration tests?    stackoverflow.com

I have a Java application that uses buildr. My unit test are located in : src/test/java The buildr doco talks about support for integration tests but where do I ...

8. Is there any general integration test framework for console java application?    stackoverflow.com

For example, I am going to write an application. Its core requirement is simple. It keeps scanning a folder. If new files arrive, it will transfer it to a FTP site. ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.