Engineering
Engineering
Usabilities:
Development Methodology (TDD)
Automatic Testing
Unity Package - Unit Test
Stage 1
Identify the class that we want to test
Identify the first method that we want to test
Understand the usabilities of the class to test
Understand the usabilities of the method to test
Stage 2
Create the Test Folders
Create the Assembly Definition (Add target references)
Create the Test Script
Create the First Test Method
Program the Test Method
Prepare the dummy parameters
Execute the method
Save the result values
Check the result
Run Test in Unity Editor