I want to write UI-Test with tools like Calabash / Xamarin UITest.
My app uses an REST-API to fetch data from a server. Should I write my UITest in a way that the "final release" build is testet and the test data comes from the production server? Or should I create a special test build which includes a mocked REST-API client which always returns the same data.