All Questions
Tagged with software-engineering testing
3 questions
1
vote
1
answer
115
views
strategies for detecting regressions [closed]
I know writing tests would be a good way to catch regressions. But what are some other strategies? TDD and game dev don't suit, but catching regressions is obviously something desirable. I would love ...
0
votes
1
answer
551
views
How or why are major video games programmed so reliably? [closed]
It seems like every five minutes, you come across yet another installer which fails to install certain components, another .NET application that throws up an unhandled or semi-unhandled error message, ...
27
votes
6
answers
10k
views
Is Test Driven Development viable in game development?
As being Scrum certified, I tend to prone for Agile methodologies while developping a system, and even use some canvas from the Scrum framework to manage my day-to-day work.
Besides, I am wondering ...