aspose file tools
The moose likes Beginning Java and the fly likes Automated integration test generation? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Automated integration test generation?" Watch "Automated integration test generation?" New topic
Author

Automated integration test generation?

Peter Kovac
Ranch Hand

Joined: Aug 08, 2010
Posts: 41
Hello,

Is there any tool that can generate integration test plans and/or code automatically from Java source (based on AST or like)?
What is the best tool to design integration tests? I know Jenkins and other CI tools but I think they're for conducting and not designing integration tests.

Thanks,
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Automated integration test generation?
 
Similar Threads
JUnit; is there a way to order tests?
Should a test look like a use case?
Integration tests - how much to test?
System Tests
Testing In EXtreme Programming