Hi,
I developed an application with an action extension bundled in it. I am able to unit test the application using traditional way but not the action extension.
I went through the apple docs which says "To test an app extension using the Xcode testing framework (that is, the XCTest APIs), write tests that exercise the extension code using your containing app as the host environment. To learn more about testing, see Testing with Xcode.", which is not very helpful.
This links says
https://stackoverflow.com/questions/24627600/how-to-unit-test-an-app-extension-on-xcode-6
unit testing is not supported currently but this is an old post.