Producing a high-quality game requires more than coding; it requires testing as well. While AI should NEVER replace an actual person testing the game, it can reduce the number of bugs that a human tester is likely to find.
In this session, we are going to cover how to implement and run tests for your game. The areas of testing we will cover are:
- Unit Testing
- End-to-End Testing
- Live Browser Testing
- Deployment Testing
The outcome of this session is that you will produce code with fewer bugs by having AI write and execute the majority of your tests.
