run all test classes in xcode ui test
问题 i am completely new to xcode ui application test. i have the source of the ios app. But i have to test the app using xcode ui test. currently i am adding new test classes to my ui test by creating new file and adding test cases by recording. I can run my test class individually. But i want to execute all my test classes at a time. How i can do this. I am completely new in this domain. Any kind of help will be appreciated. U can also give me a ui test project link or any link which can help me