UItesting [Name]_UItest is showing 0 test cases and recorder button is grayed out after upgrading to xcode 7.2

Hi

I am wokrin gon UItestcases . I have around 10 testcases but in the test navigator it shows 0 test cases. Also the recorder button is grayed out . I tried cleaning up the project , restarting the xcode. Nothing works.

If I run the test from Project - run , it runs all the test cases one after other , but the recorded button still is grayed out.I have recently upgraded to xocde 7.2 .

Is there a setting issue? or a bug in xocde 7.2?

Thanks in advance

Ekta

I'm also seeing this. It looks like when you hit play on the UI Tests target, the current running individual test's test class and test case method are displayed, but the rest are missing.

ektay: try adding a second UI Tests target to your Xcode project. If you then go into the default stub test file, you'll see that the diamonds next to the test cases appear again. And then if you go into Test Navigator, the test cases for both your originial UI Tests target and the new one will appear. (You may have to try running a test case.)

UItesting [Name]_UItest is showing 0 test cases and recorder button is grayed out after upgrading to xcode 7.2
 
 
Q