aspose file tools
The moose likes Testing and the fly likes Threading cactus tests Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "Threading cactus tests" Watch "Threading cactus tests" New topic
Author

Threading cactus tests

Mat Anthony
Ranch Hand

Joined: May 21, 2008
Posts: 195
Hi All,
I'm trying to find out how you could thread cactus tests.
Has anybody got any examples.
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26201
    
  66

Mat,
Welcome to JavaRanch!

I can think of two ways:
1) Run through Ant - the JUnit task can run tests in parallel and report on them together.
2) Write regular Java threading code to run tests


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Mat Anthony
Ranch Hand

Joined: May 21, 2008
Posts: 195
Thanks
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Threading cactus tests
 
Similar Threads
XML to JSP Unit Testing
Cactus error
what I can do with junit ??
How t write JUnit Test Cases for my servlet
Why remote? I don't get it?