Randomizing UI Tests
In an effort to get more meaningful results from your UI tests, it can become obvious that the need for randomized data will facilitate this goal. The nature of UI testing is to test the functionality of UI elements, yet many of the apps we create as mobile developers require data to be inputted from the user. The latter is generally the realm of unit tests. However, keeping these two types of tests separate might not always garner results that are satisfactory. Instead, a mi