Hi,
I already create a test case in Katalon studio, There is nothing happend when i run test case but result is just show “done”. Please help to solve this problem
Thanks
Hey @rifa.jordan, recommend you should set the absolute path to your application like:
/*Get full directory's path of android application*/
def appPath = PathUtil.relativeToAbsolutePath(*insert relativePath*, *insert projectFolderPath*)
/*Start the AUT*/
Mobile.startApplication(appPath, false)
Check this documentation to see an example of Android testing.
In this case, please share the Console log and Error log file