Hi,
By the way of writing script only you can move to one activity to another activity.
For example,
// Assume that startup activity is your home cativity having 1 button
solo.clickonbutton(btn1);
// Assume that after clicking button 1 in first activity, you can move to another activity having button2
solo.clickonbutton(btn2);
// Assume that after clicking button 2 in second activity, you can move to another activity having button3
solo.clickonbutton(btn3);
Solo class will take care about internally for multiple activities....
Thanks and Regards,
a.t.obulreddy,
Agile Test Engineer,
Could you please provide a simple example? i am a newbie.