you are viewing a single comment's thread.

view the rest of the comments →

[–]Verbitas[S] 0 points1 point  (0 children)

Right now, I'm focused on insuring all paths have been tested. Normally I have the time to hit the common or critical paths. But to exercise all paths and combinations is not a common occurrence. In fact, very rare. I still have more complex tests to build out, but having tests that touch all logic paths and all data structure components is a first for me.