We have a java web application that generates files (zip) and drops it to file system. Is there a way to bring this within the realm of test automation - i.e. validate that a) file/packet got generated b) the packet contents match and c) individual files have necessary data. the contents of the packet are typically pdf, txt and xml files
Are there any tools/ methods to effectively test this