aspose file tools
The moose likes Testing and the fly likes what are all the different type of testing required for Java API ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Testing
Reply Bookmark "what are all the different type of testing required for Java API ?" Watch "what are all the different type of testing required for Java API ?" New topic
Author

what are all the different type of testing required for Java API ?

Gopi Chella
Ranch Hand

Joined: Apr 26, 2010
Posts: 53
Apart functional testing what are all the different kind of testing we can do for Java API(particularly for disted packages(jar files), here Exclude Java Web services).

how can we do performance testing for Disted packages ? if so which is the best tool to do that ?

Thanks in advance.


SCJP 1.5
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26216
    
  66

unit testing and regression testing come to mind.

For performance, what type of code are you trying to test. If back end, you could use JUnit or JUnit Perf. For a web app, you'd want a "real tool."


[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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what are all the different type of testing required for Java API ?
 
Similar Threads
Please Help Me To Clear My Doubt?
java api
Automated Testing Tools
Bloging
How to get the complete API documentaton using java-doc