Tagged Questions
5
votes
3answers
457 views
Can software performance monitoring/profiling be automated to a high degree, as in unit testing?
Unit testing consists of executable code which exercise a certain functionality and then assert some conditions. The results are either Pass or Fail.
The objective is always to have all tests ...