You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to do some discovery into whether we can use SchnauzerUI to generate code coverage information. Right now SchnauzerUI is a standalone tool, so this would either involve integrating with existing code coverage tools, or basically hand rolling a code coverage tool to go along with SchnauzerUI. This is a long way off, but I could see a scenario where SchnauzerUI scripts are integrated into a larger testing strategy for a development team, and it would be nice to have code coverage.
There are undoubtedly tools right now that listen and generate a sort of code coverage for a running backend. If we could combine that with SchnauzerUI scripts, it'd be a fairly powerful way to build use case driven tests and determine where your missing coverage is.
The text was updated successfully, but these errors were encountered:
I want to do some discovery into whether we can use SchnauzerUI to generate code coverage information. Right now SchnauzerUI is a standalone tool, so this would either involve integrating with existing code coverage tools, or basically hand rolling a code coverage tool to go along with SchnauzerUI. This is a long way off, but I could see a scenario where SchnauzerUI scripts are integrated into a larger testing strategy for a development team, and it would be nice to have code coverage.
There are undoubtedly tools right now that listen and generate a sort of code coverage for a running backend. If we could combine that with SchnauzerUI scripts, it'd be a fairly powerful way to build use case driven tests and determine where your missing coverage is.
The text was updated successfully, but these errors were encountered: