What is the good approach to testing on simulators and Real Devices?

What is the good approach to testing on simulators and Real Devices?

Hey Dipen,

iOS Simulator just simulates the iOS software environment. It does not attempt to emulate hardware so you won’t get the environment that users will be using with simulators. It’s always worth running tests on real devices if possible but if you are running tests to get quick feedback or using cloud CI services then it’s okay to use Simulators. Good idea to run your pull requests on simulators and merge them to the main branch on Real Devices.