Forum Discussion

lherry's avatar
lherry
Contributor
2 years ago
Solved

Is there any solution to know if the running app is x86 or x64 ?

Hi all, I'm having troubles to find a proper way to check if the running app is an x86 app or an x64 one. For TestComplete / TestExecute, I can base my check the file path, but for other applicatio...
  • rraghvani's avatar
    2 years ago

    In the Object Browser, the property ProcessType will indicate this,

    Windows Task Manager will have "(32 bit)" shown next to the file name.

    You can use PowerShell script to retrieve this information as well.