Launching app and executing some test cases with Robotium
问题 I am new to Robotium and tried to execute following code to launch an app and perform some functions. An example would be, launch messaging app on android emulator and send a text message "Hi" to a user "test". package com.example.android.test; import com.example.android.NewUserActivity; import com.jayway.android.robotium.solo.Solo; import android.test.ActivityInstrumentationTestCase2; public class NewUserActivityTest extends ActivityInstrumentationTestCase2<NewUserActivity> { private Solo