Questions tagged [automated-testing]
The automated-testing tag has no summary.
8 questions
4
votes
1
answer
194
views
Automated playtesting in a 2D platformer
For a hard 2D platformer I'm working on, I want to make an automated playtesting system. The goal is to allow every level to be tested in parallel as part of an automated test suite. These tests would ...
1
vote
0
answers
372
views
How can I stress-test my sever for the game Rust?
I am looking to stress test my server for the game Rust and monitor CPU, RAM and FPS. I could not find much around.
I general I think I will need a good amount of compute power, bunch of cloud based ...
1
vote
0
answers
69
views
Unit testing graphics [duplicate]
What is the standard (if there is one) method which professional games developers use to unit test (or closest equivalent) graphics output?
I am developing with Corona SDK and I would like to test ...
26
votes
2
answers
4k
views
How do I run functional tests against my Unity3D game?
Context
I am continuing some legacy code for a game in Unity3d, and I want to write some functional tests meant for regression, to ensure I don't break things when implementing new things or when ...