In my App I\'m using NSLocalizedString to localize my app. Now I want to switch to UITests and habe Testcode like this:
[tabBarsQue
If you're doing this for the purpose of running Snapshot (rather than actual UI testing), then I find the simplest solution is to cheat and use HSTestingBackchannel
It is a tool that I wrote which allows you to send notifications from the UITesting class to the app. You then write code in the app which responds directly to the notifications.