While Implementing one app test case we unable to call another app test case.
(ex : from mobile to web or vice versa)
Please suggest.
While Implementing one app test case we unable to call another app test case.
(ex : from mobile to web or vice versa)
Please suggest.
Hi @SunilGowdruC
Mobile to Web - You cannot record mobile Appium test and execute it as a Selenium web test.
Web to Mobile - Internal apps behave and look different when you run them on a mobile browser because of a different resolution. Take a look at the following articles, they will help you do just that.