App to another App

Hi All,
I am using an application where i am sharing this app in watsapp,as soon as i reach watsapp application my appium is not working,when i try to work on watsapp app individually it works but moving from one app to another doesent work,please kindly give your suggestions.

Regards
Ashish

@Ashish_Juyal Could you give me some more details? What kind of app you are using whether iOS or Android?

Hi @Ashish_Juyal,

You can use driver.startActivity(whatsAppPackageName,activityName); to switch from one app to another.

Regards,
Bhaskar.