Hello,
I’m using Katalon 8.1.0, and I know Katalon Studio fully supports automation testing for desktop applications written in the following platforms: Universal Windows Platform (UWP), Windows Forms (WinForms), Windows Presentation Foundation (WPF), and Classic Windows (Win32).
I want to know if support win32 console project ?
also the application we want to test has communication with other application.
my case :
start A.exe (win32 console project)–> set config in A.exe → start B.exe → B.exe will automatically start C.exe–> need test B.exe and C.exe UI (buttons, dialog box, drop-down menu, view windows etc.), B and C will have communication when click some buttons.
I tried use A.exe path as recorder input , seems can’t recognized this win32 console UI
I also tried use B.exe path as recorder input, set configs with files instead of set from A.exe, and find B can’t start normally. (B manual start OK )
may you please help to confirm if Katalon Studio Enterprise can support my case ?
thank you so much.