The other week I got to spend a few hours trying to figure out, why some of our tests would silently crash the VSTest test host with no error message, log statement, and no Windows event log entry. All I got was: The active test run was aborted. Reason: Test host process crashed This then […]
Tag: testing
Integration Tests Data Cleanup in C#
When writing integration tests against a database, we have to be think about the following three points: Test Data Handling – Create test data and clean it up after the test run Test Isolation – Ensure that no other test cases influence the current one Execution Performance – All tests should execute within reasonable time […]
TIL: Recovery & Testing
TestDisk Data Recovery On Discord someone recently had one of their disk formatted by accident (remember kids, always backup before playing around with partitions for your dual-boot setup) and went around looking for a recovery software. In the past I’ve used R-Studio, not to be confused with RStudio, the IDE for the statistical programming language […]
SFML Games – March (2016)
A bit delayed but here we go! New Games This section only lists games that I was actually able to play for a bit. Squid Blaster This game feels a bit like a mix of Space Invaders and a classic side-scroller. You are a turtle and are fighting against the evil squids, eat fish to […]