I can't run my test case after recording the steps

where is the error please ?

debug log : debug log.txt (34.1 KB)

Hi @zanoon2010

The log seems to indicate a failure to uninstall your package.
Could you uninstall it manually by the command:

adb uninstall <package_name>

by navigating to
C:\Users\Ahmed Zanoon\.katalon\tools\android_sdk\platform-tools\
and open the command prompt.

We will try to look into this issue deeper. Thanks for your report.

@ThanhTo the app is google play store do you think it will be unistalled ?

@ThanhTo I TRIED THE COMMAND AND SAME ISSUE PLEASE HELP

Hi @zanoon2010 ,

Since the package is, like you said, the Google Play store, you probably won’t have permissions to remove it. You could try to run the test without uninstalling the package first by changing the 2nd argument for startApplication to false:

startApplication("D:\com.android.vending.apk", false)

This will just test whatever version is already installed on the device/emulator.

If you really want to remove the application, you could try to follow the instructions at: https://android.stackexchange.com/a/96479

Hope this helps,

Chris

1 Like

@Chris_Trevarthen can’t express how i am grateful to you :slight_smile: thanks a lot for your support , it worked very smooth , hope you always be there in the future for support :slight_smile: thanks a lot .

1 Like

Chris_Trevarthen is correct .
Now i am to run the mobile test cases perfectly.
Thanks.