Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

testing tools

Status
Not open for further replies.

iza

Programmer
Apr 4, 2000
1,804
FR
hi :)
did anyone here already use testing tools for java ? i have to perform static testing, balck box testing, white box testing, and non regression ... for a huge java project ... and i'm looking for as many advices/reference/info i can find ... could you help me to find some ?? the search facility is down so i can't search previous posts ...

the tools i've tested so far are :
* junit : fine ! does almost everything, but i have troubles to automate the tests
* jtest : nice gui, but there's too many things you can't do and/or can't set, and you end up doing lots of junit classes ...
* jpretty : jtest is better as it also finds unused variables and so on
* jmsassert : really great but you have to design by contract - as well as for icontract (it has never worked !!)

------
please review FAQ183-874 - this will help you to get the best out of tt
[ "you" is not someone in particular - don't take it too personnal ]
 
sorry iza, i've only used junit for testing purposes. there are some other tools for doing load testing, can't remember the names at this moment in time :)
 
i think i'll stick to junit for dynamic analysis - i have to find a way to automate and compare the results and that'll be fine
but about the static analysis, i still haven't found any really useful tool - jtest does what i want to, but it does many many more things that i don't need, and it's expensive for just detecting unused variables and such ... ------
please review FAQ183-874 - this will help you to get the best out of tt
[ "you" is not someone in particular - don't take it too personnal ]
 
There is an Ant task that should help automate JUnit, I've never used it but it should be helpful.

Wiszh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top