Software Engineering :: Automated Testing :: Test Double
⪼ Made with 💜 by Polyglot.
A test double is software used in software test automation that satisfies a dependency and provides functionality via an interface that the software under test cannot distinguish from production code so the test need not depend on production code.