cmdbac icon indicating copy to clipboard operation
cmdbac copied to clipboard

Consider running test suites

Open michaelmior opened this issue 8 years ago • 2 comments

Curious if you've thought about using the test conventions of different frameworks to try automatically running the test suites. It seems like this could potentially capture many more application queries than the crawling approach. Of course in some cases this would be partially defeated by mocking, but it still seems like an interesting direction. I may have time to do some hacking on this if there's interest.

michaelmior avatar Jan 19 '17 16:01 michaelmior

As we try to drive the database applications in the real world way, it may not be feasible to try test suites, since it may bypass the front-end and ignores some logic functionality.

zeyuanxy avatar Jan 19 '17 19:01 zeyuanxy

I'm not sure I understand the comment. They probably do bypass the frontend, but it's also likely they are testing backend logic that the frontend would be using anyway.

michaelmior avatar Jan 19 '17 21:01 michaelmior