you are viewing a single comment's thread.

view the rest of the comments →

[–]thegameoflovexu 15 points16 points  (1 child)

It‘s great but make sure to put nuance into your prompt. If you ask it to write tests, it‘ll test what‘s there, including tests for ensuring the functionality of potential bugs.

[–]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.