Running multiple test cases on Appium Selenium Eclipse is giving error

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

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

1 Like

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