This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 3
May 2015

Hi

I am new to Appium how to run multiple test cases.
When I try to run multiple test cases By clicking run button on Ecllipse The first test case runs Successfully and after that I get a error

A new session could not be created. (Original error: Activity used to start app doesn't exist or cannot be launched! Make sure it exists and is a launchable activity) (WARNING: The server did not provide any stacktrace information)

This issue may be already addressed - can you please guide me to proper link
Thank you in advance

  • created

    May '15
  • last reply

    Mar '17
  • 2

    replies

  • 956

    views

  • 3

    users

  • 1

    like

Please look for session handling, if you are closing appium session you need to start session of each test case

1 year later

Yes, I'm also facing the same issues, Could you please some one help me out to resolve this issue