Skip to main content

Questions tagged [automated-testing]

Filter by
Sorted by
Tagged with
4 votes
1 answer
194 views

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 ...
crass_sandwich's user avatar
1 vote
0 answers
372 views

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 ...
Madeo's user avatar
  • 111
1 vote
0 answers
69 views

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 ...
Matt W's user avatar
  • 203
26 votes
2 answers
4k views

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 ...
Xavi Montero's user avatar
  • 1,083