Lesson Progress
0% Complete

Welcome to the Introduction to Apex Testing course! This course covers how to write Apex test code that tests your production code to ensure it works properly. It starts with the basics, followed by various examples including Triggers, Asynchronous Apex, and others, and discusses various best practices too.

Prerequisites

  • Apex Fundamentals: You should know how to write Apex code.
  • Sandbox / Developer Org: You should have your own Sandbox or Developer Edition org in which to write their Apex Test code. This isn’t really a choice since you can’t create Apex code directly in a production org.
  • Development Using Visual Studio Code (VS Code): This course uses VS Code.