Testing Styles
BDD stands for behavior-driven development and is highly based on creating specifications and expectations of results in a readable DSL (Domain Specific Language).
xUnit style of testing is the more traditional TDD or test-driven development approach where you create a test case CFC that matches the software under test, and for each method in the SUT, you create a test method in the test case CFC.
Last modified 1mo ago