OXID Unit Testing

Is it possible to perform unit testing in OXID4.9.0 using “OXID_Module_Certification_Starter_Package.zip”?

i don’t think so.
for running unit test you need a php script that contains unit tests code.
since a zip file is not a php script, it can’t be used for performing unit tests.