Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Before recording any app in QAS with Appium, it is necessary to know the list of the supported apps. This will ensure seamless recording and executing of test cases in QAS with Appium. Appium only supports apps with appUserModelId that are QAS recorder supports windows app recording via Appium. Therefore, QAS recorder supports only those windows apps that are recognized by Appium. Appium supports only those apps which appUserModelId listed in the user registry. In order Below is the command to get this the complete list of the supported apps, follow the below stepswindows apps supported by Appium:

Step 1. Navigate to the “C: \Users\your_user” folder. Step 2. Open the command prompt window from that location and execute the below command:

Code Block
reg query HKEY_CURRENT_USER\Software\Classes\ /s/f AppUserModelId | find "REG_SZ"


Step 3. The output generated will be the list of Microsoft apps with appUserModelId supported by Appium. You A user can use only these appUserModelId in the app capability to record and execute in QAS with Appium.Below is the attached document containing the entire list for reference.

Output Example :

View file
namecomplete list of supported appUserModelId for Appium.txt

Note: The apps not present in the above list are unsupported by Appium as QAS won't be able to recognize the AppUserModelId for such apps.

If you have any questions please For any help with QAS reach out to QMetry Support.

...