Integrate a web test with Mobile at runtime

Hi guys,

I have a test in which consists of creating a new web registry and store some variables with the values entered, then I must enter an Android App and verify that the stored values exist, for this the chromeDriver and AndroidDriver interact, but when initializing with the web test I do not know how you can switch to AndroidDriver and continue using the Katalon commands for Mobile.startApplication, Mobile.setText, etc. .

Have a look at the following post:

This demonstrates that a single Test Case (a Groovy Script) can call WebUI.* keywords and WS.* keywords together.

I guess, a single Test Case (a Groovy Script) can call WebUI.* keywords and Mobile.* keywords intermixed; though I haven’t tried it. Just try it for yourself.

Sorry Guys already found the solution

Thanks