Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does XtUnit support performance testing?

share|improve this question
What sort of performance testing are you after? What do you want it to be able to do? – Jon Skeet Apr 8 '09 at 10:30

2 Answers

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

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.