| 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
|
|
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
|
 |
 |
|
|
subject: what are all the different type of testing required for Java API ?
|
|
|