Test-Driven Development in Salesforce
Concept - To Get some functionality working now and improve or refactor it afterwards Hi Developers !!. This post is regarding Test Driven Development approach in Salesforce. Before going into any details or explanation about "Test Driven Development in Salesforce" we need to know about (Test-Driven Development). What is Test Driven Development (TDD) ? Test Driven Development is an evolutionary approach to development which combines test - first development where you write a test code before you write just enough production code to fulfill that test and refactor (making code clearer, cleaner and elegant) . We can also say that TDD is a method of software development in which UNIT Testing is repeatedly done on source code. TDD is a method which will help us to get a better code in less time with no defects. Benefits: There are many benefits of using Test Driven Development approach for software development. Some of the benefits are : 1. Give confidenc