How to verify windows desktop apps supported by QAS recorder

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. Below is the command to get the complete list of the windows apps supported by Appium:

Step: Open the command prompt and execute the below command:

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


The output generated will be the list of Microsoft apps with appUserModelId supported by Appium. A user can use only these appUserModelId in the app capability to record and execute in QAS with Appium.

Output Example :

 

For any help with QAS reach out to QMetry Support.