FlaUIRecorder
FlaUIRecorder copied to clipboard
UIAutomation test recorder for using with FlaUI library.
FlaUIRecorder
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.
Code provider
Supporting multiple code generator/provider increases the usability of this application. At the moment only C# code provider is implemented.
Roadmap
- 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
Credits
This application based on the FlaUI and some ideas of FlaUI Inspect.
Contribution
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.