forked from BilalY/Rasagar
1.2 KiB
1.2 KiB
Testing Lost Crypt
Welcome to the this training material for the Unity Test Framework (UTF).
The training is structured with a selection of exercises, starting with more basic topics and then expanding on that knowledge.
Each section has a Learning Objectives section, which can help you pick what exercises will teach you new things. The exercises are grouped thematically and their difficulty varies.
This course focus on testing an actual game. Our candidate is the LostCrypt example project.
Course outline
- Setting up
- Running a test in LostCrypt
- Moving character
- Reach wand test
- Collision test
- Asset change test
- Scene validation test
- Performance tests
Prerequisites
Although not technically a requirement, we strongly recommend you complete the General Introduction course before attempting this one.