I want to test an android app. The framework I chose was Robotium and I was able to write test cases that involved using single activity with(out) fragments.
My problem is now I have my activity under test as activityA. From activityA, I want to disable some fields (which i was able to do) and then start activityB. How can this be done?