Java Testing Tools

Java Testing Tools


Posted in : Java Posted on : November 17, 2010 at 6:43 PM Comments : [ 0 ]

This section contains the complete list of java testing tools.

Java Testing Tools

When you develop any application, you may want to test whether the piece of code is working as intended. When the application grows and lots of coding is done, then it is difficult to test multiple methods and classes of the application to ensure the functionality and cost of fixing problems grows exponentially. Problems in the code may cause error conditions like memory leaks, race conditions, thread locks and even crash the application. Java Testing ensures that the application is reliable and meets the requirements.

In java testing, test classes are created for the source code and executed with different parameters. Automated java testing is more efficient and less error prone as it checks for all defined cases while manual testing requires more code reviews. Automated java testing makes the development faster as it checks immediately all the possible error conditions that may occur due to changes in later development, and so reduces development cost. Automated java testing ensures the application quality in less time in comparison to manual which is time consuming and expensive.

There are various testing tools available for java. Here is the list of some tools:

  1. JUnit
  2. Cactus
  3. XMLUnit
  4. EasyMock
  5. TestNG
  6. Fit
  7. DbUnit
  8. StrutsTestCase
  9. Jamelon
  10. UISpec4J
  11. Jacareto
  12. JTestCase
  13. JTR Java Test Runner
  14. MockLib
  15. benerator
  16. Ejb3Unit
  17. T2
  18. SWTBot
  19. TESTARE
  20. SpringUnit
  21. JUCA
  22. Mocquer
  23. SelAid
  24. Abbot
  25. JUnitPerf
  26. Mockrunner
  27. dbMonster
  28. The Grinder
  29. jfcUnit
  30. jMock
  31. MockEJB
  32. MockCreator
  33. SQLUnit
  34. Marathon
  35. Salome-TMF
  36. Surrogate Test framework
  37. Dumbster
  38. TagUnit
  39. TestGen4J
  40. QC4J
  41. Jemmy
  42. DDTUnit
  43. GrandTestAuto
  44. soapUI
  45. KeY
  46. STclass
  47. DDSteps
  48. Unicorn
  49. p-unit
  50. MActor
  51. DepUnit
  52. Jumble
  53. Unitils
  54. JDBHammer
  55. Fressia
  56. ContiPerf
  57. Basher
  58. HtmlUnit
  59. MaxQ
  60. Canoo WebTest
  61. Selenium
  62. Latka
  63. slim
  64. StoryTestIQ
  65. JWebUnit
  66. HttpUnit
  67. JMeter
  68. LoadSim
  69. Slimdog
  70. Imprimatur
  71. Sahi
Go to Topic «PreviousHomeNext»

Your Comment:


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

 
Tutorial Topics