You need to sign in to do that
Don't have an account?
Mary Handrahan
Test class failing due to activated processes in Process Builder
Process Builder seems to be causing issues with Test Classes. They have all failed after we have activated a few new processes in Process Builder. When deactivating the processes and resorting to workflow rules, the test classes do not fail.
This might be the issue -
In your process builder logic if you are accessing Lookup fields; then you should check for ISBLANK() else the process builder fails for test classes where lookup fields are not set up (This works fine through UI though)
If it resolves the issue please mark it as solved; so that It will help other.