I\'m trying to type some text inside an EditText:
public void testSearch() {
onView(withId(R.id.titleInput)).perform(typeText(\"Engineer\"));
If you're using Genymotion, you may need to switch the default keyboard in Genymotion Configuration (it's an app on the emulator).
NOTE: These changes do not persist after you close the emulator. You will need to set this every time you start the emulator.