0

Does XtUnit support performance testing?

Matthew Murdoch
  • 30,874
  • 30
  • 96
  • 127

2 Answers2

1

Unit testing is a kind of functional testing whereas performance testing is done to validate non-functional requirements.

See Wikipedia entry on unit testing and software performance testing

1

Take a look at http://www.jperf.org/.

There's a strong argument that performance, where critical, should be specified as a requirement and therefore tested along with other requirements.

Nick Holt
  • 33,455
  • 4
  • 52
  • 58