I enabled Application Crash Dumps for MyApp as follows:
https://learn.microsoft.com/en-us/windows/win32/wer/collecting-user-mode-dumps
Key Name = MyApp.exe
- DumpFolder = %PROGRAMDATA%\MyApp\CrashDumps
- DumpType = 0
- CustomDumpFlags = 41826 (hex)
- DumpCount = 2
This works fine when I run my app normally, but when I run it through Squish testing automation, it does not create an application crash dump.
Is there any way to get the crash dump to be produced when run via Squish testing automation ?
(My App is a C++ app using Qt 5.5 and Squish automation for Qt.)