Build-time Testing
Build-time Testing also termed as Service Level Testing or Component Testing. It is the testing of individual component of the overall software. It is performed as part of CI pipeline, before deploying the code to any actual environment. Let us try to understand the concept using below diagram: As we can notice, in the first …