lherry
3 years agoContributor
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...
- 3 years ago
In the Object Browser, the property ProcessType will indicate this,
rraghvani_0-1675068971459.png
Windows Task Manager will have "(32 bit)" shown next to the file name.
You can use PowerShell script to retrieve this information as well.