UITest, or in general any NUnit-based test, has a defined structure to follow:
- Test fixture: Test fixture is a class containing tests, and it also does the initial setup for any test to be executed or any task that needs to be done after the test has finished executing
- Test: UITest is written as a method inside the test fixture class