Delete the store files after the unit testing

Description

While running the tests for the store files certain files are generated we need the files just to check if the store files are working as they are supposed to or not. Once that is achieved there is no use of the files generated using testing. We need to delete those files after the testing is finished.