Golden Files
A “golden file” is the expected output of some test (usually automated), stored as a separate file rather than as a string literal inside the test code. So when the test is executed, it will read in the file and compare it to the output produced by the system under test.
References
#file #golden #testing #automation #programming #computer_science #unit_test