We are using c# to return byte data of an mp3, but the mp3 is not yet encoded correctly, so we need a way to test it.
Currently we've built a page in our mvc that consumes the function and we simply run the url to try to load it into an mp3 player. Its a clunky way to do it, I'm sure. How should we really be testing for valid mp3 byte data?