Questions tagged [test-driven-development]
The test-driven-development tag has no summary.
8 questions
1 vote
2 answers
802 views
Testing Message-Based Events using Unity's New Input System and InputTestFixture, getting unhelpful error
My player has an Action in the Input System Move, that takes a Vector2 and moves the player based on that input. Straight-...
1 vote
1 answer
897 views
I want to test the Animator component of a gameobject using nunit, but I am having issues
I made a Blender 3D model with animations. Then I used the Animator Controller, and attached it to the model. The Animator Controller has a few Boolean parameter variables like ...
22 votes
4 answers
10k views
How can I unit test rendering output?
I've been embracing Test-Driven Development (TDD) recently and it's had wonderful impacts on my development output and the resiliency of my codebase. I would like to extend this approach to some of ...
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 ...