lalit 0 Posted May 22, 2023 In my organization we are having Delphi FMX based application, I am looking for an automation tool to automate it Have done some research but do not find any automation tool to automate Delphi FMX application Please suggest me if there is tool known or if I need to done certain changes in source code so that automation can be done Share this post Link to post
lalit 0 Posted May 23, 2023 @Keesver I am looking for ways to automate desktop application that has been developed in delphi and using FMX for GUI components Share this post Link to post
shineworld 73 Posted May 23, 2023 (edited) Sincerely 'automate' term without explanation can mean all and nothing... If you mean to automate the test of a program you can check: https://smartbear.com/ https://smartbear.com/blog/automatedqa-is-now-smartbear-software Edited May 23, 2023 by shineworld Share this post Link to post
TigerLilly 16 Posted May 23, 2023 https://powerautomate.microsoft.com And maybe Testdriver from https://www.nexusdb.com/support/index.php?q=node/27156 Share this post Link to post
lalit 0 Posted May 23, 2023 @shineworld I am looking for UI automation tool for desktop application that has been developed using firemonkey (FMX) framework of delphi 2.To the point regarding Test Complete from SmartBear , it supports VCL framework of delphi but do not support FMX Share this post Link to post
lalit 0 Posted May 23, 2023 @salvadordf Sikulix has its limitation as it starts failing if more than 10 test cases are run Also it is completely image dependent so difficult to do any kind of validations Share this post Link to post
Fr0sT.Brutal 900 Posted May 23, 2023 (edited) Probably the most clever and correct solution is WinAppDriver which relies on accessibility info that seems to be supported by FMX. Probably this could help as well Edited May 23, 2023 by Fr0sT.Brutal Share this post Link to post
lalit 0 Posted May 24, 2023 (edited) @Fr0sT.Brutal I will give it a try Thanks for info Edited May 24, 2023 by lalit Share this post Link to post