Hi can somebody help me out.
I am interested in knowing debugging tools and the software testing techniques generally required for the Java2. Just a brief idea or names of some books/references.
regards,
Nitin
-
Debugging tools used for Java (2 messages)
- Posted by: Nitin Nageshwar
- Posted on: March 28 2001 16:24 EST
Threaded Messages (2)
- Debugging tools used for Java by Abdoul Alli Mohamed on March 29 2001 08:51 EST
- Debugging tools used for Java by Nitin Nageshwar on March 29 2001 11:41 EST
-
Debugging tools used for Java[ Go to top ]
- Posted by: Abdoul Alli Mohamed
- Posted on: March 29 2001 08:51 EST
- in response to Nitin Nageshwar
Good debugging tools have all IDE's in general.
A few very good:
www.intellij.com - IDEA IDE
www.borland.com - JBuilder (it's slow)
For testing your code:
JUnit from www.junit.org
For test, profile etc. PureLoad is very good (www.ideit.com)
Abdoul -
Debugging tools used for Java[ Go to top ]
- Posted by: Nitin Nageshwar
- Posted on: March 29 2001 11:41 EST
- in response to Abdoul Alli Mohamed
Dear Abdoul,
Thanx for the information.
regards,
Nitin