Extending, Scaling, and Testing an Application
Over the course of this book, you have learned all the principles you need for organized application development using Salesforce. You are now aware of the key concepts you can utilize, and how to implement them with an effective frontend and backend to your application. In the final part of this book, you will now learn how to ensure your application delivers consistent, robust, performant, and intelligent experience while also leveraging further off platform extensibility as required.
By the end of this part, you will have the knowledge you need to implement automated testing within CI/CD processes. This will enable you to share an application that is easy for administrators and developers to configure and extend using no code tools and APIs, performs effectively even when facing a large scale of requests, and is thoroughly tested. Finally, you will learn about ways in which you and those leveraging your application can easily integrate...