Prev: Java Swing Question: Robot Screenshot does odd things when close to the mouse cursor
Next: Does launching an applet via JNLP work on Linux at all?
From: Rhino on 25 Feb 2010 13:08 "Rhino" <no.offline.contact.please(a)example.com> wrote in message news:hm1ia3$bok$1(a)news.datemas.de... > I'm worried that my knowledge of industry standard testing procedures for > Java is getting a bit out of date. > > Can anyone refer me to a website that focuses on testing for Java code and > that describes the best practices and tools for doing that testing? > > I am a one-man development team at the moment and I want to be sure that > my code is going to be considered thoroughly tested when I eventually > release it. > > Some guidance on what should be tested and how thoroughly it should be > tested - as well as what does NOT need to be tested - would be very > helpful. > > -- > Rhino > Thanks everyone for your replies to my question, especially Jean-Baptiste Nizet who gave me several specific tools to examine. I've been using JUnit for some time but the other tools he mentioned look like they will be very useful as I further expand the testing I do. -- Rhino |