UIAutomation test recorder for using with FlaUI library.
This application records all mouse actions and key strokes and generates (C#) code which can be used to automate the ui using FlaUI.
Supporting multiple code generator/provider increases the usability of this application. At the moment only C# code provider is implemented.
- Support for key strokes
- Add verifications (Adds e.g.
Assert.Equal(uielement.Text, "myvalue")
to the generated code). Required for automated ui tests. - Nicer project ui
This application based on the FlaUI and some ideas of FlaUI Inspect.
Feel free to fork FlaUIRecorder and send pull requests of your modifications.
You can also create issues if you find problems or have ideas on how to further improve this application.