I am trying to migrate my auto test cases from a paid tool (TestComplete) to a free tool (FlaUI libraries). I have found that in my TestComplete test project, elements are found using aliases which are mapped to the UI elements using NameMapping.tcNM file (this file is in xml format). For example Alias.App_UI.WinMain.ConnectButton.Click(). I wish to use this mapping file or make one myself so that I can use it map all the UI elements in the WPF app once and then use it in my FlaUI tests. Has anyone working with FlaUI tried to implement this object repository and successfully able to use it in their tests. Any help would be appreciated.
Asked
Active
Viewed 75 times