I set up UI testing MyProjectUITests
in Xcode 7 and I also added a new unit test in to target MyProjectTests
. However, when I typed Command + U
, it seems like Xcode always testing my project with UI Testing.
Question: How could I choose to build specifically for UI testing or unit testing if need ?