I've been trying to implement UI test script for my iOS application. In test cases I come over an issue of setting user's preference in setting. So far I could not find a way to change or read these user preference values.
These are what I have learn so far:
My environment:
Any thoughts?, thank you in advance for all advises, comments and solutions =)
Approach describe only works if running on iOS device where it won't work on iOS simulator. So I just use the actual device to run the test script! And that is my solution!