We do not currently know of any synonyms for test-driven development.
The noun test-driven development is defined as:
A softwaredevelopmentprocess that relies on the repetition of a minimal development cycle where the developer writes an (initially failing) automated test case that defines a desired improvement or new function, then produces the minimum amount of code to pass that test, and finally refactors the new code to acceptable standards.