Tag: Testing

  • Testing the emulator

    Testing the emulator

    Boy was this hard, testing took far longer than writing the code and debugging was a major pain… Writing an emulator is quite different from coding normal applications. Mainly because with an emulator you don’t get to see it working until it’s completely finished. There is no watching it as it gradually matures. Unit tests…