testing

How to improve my regression testing speed


I find myself running my application quite often from the IDE, testing a lot of simpler changes and I find it bogs down my development time but if I don't I'm afraid of bugs creeping up from previous dependent work. In larger product environment where it can take minutes to build - how often does everyone realistically test? How do you cope with potentially faulty code?


Solution

  • A few things that I do: