Hi,
In a new project, when I check the option to include tests, two default UI test files are created:
- ProjectName_AppUITests
- ProjectName_AppUITestsLaunchTests
What is the AppUITestsLaunchTests for? What type of tests belong in the AppUITests and what tests belong in the AppUITestsLaunchTests?
Thanks!