All Questions
4 questions
8
votes
1
answer
325
views
How to report bugs found on procedurally generated levels?
There is many topics on how procedural generating works but I couldn't find any info on how to test and - what's more important - how to report bugs that may occur on procedurally generated levels. ...
4
votes
1
answer
6k
views
How to make an Assert.IsNull test pass when the value is reported as <null>?
I've just started using unity tests with the built in editor tests. After making my test and finding out that it constantly failed I debugged the code and found that a static object was set to a new ...
0
votes
1
answer
78
views
Android Live Testing
I am making a game for android and in it I am using sensors which are not available in the emulator. At the moment I am connecting my device and transferring the apk, then installing to test but that ...
1
vote
2
answers
206
views
How can I automate high-level user interactions to test correctness of my game?
I am trying to automatically simulate the game experience in my programming game. I think Expect is the way to do it because it creates its own tty for the process, becoming independent process of the ...