All Projects → twenzel → FlaUIRecorder

twenzel / FlaUIRecorder

Licence: MIT License
UIAutomation test recorder for using with FlaUI library.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to FlaUIRecorder

Flaui
UI automation library for .Net
Stars: ✭ 892 (+3778.26%)
Mutual labels:  microsoft, winforms, testing-tools
pywinauto recorder
A record-replay tool to automate GUI via pywinauto
Stars: ✭ 48 (+108.7%)
Mutual labels:  testing-tools, uiautomation, ui-automated-tests
Pywinauto
Windows GUI Automation with Python (based on text properties)
Stars: ✭ 3,175 (+13704.35%)
Mutual labels:  testing-tools, uiautomation, ui-automated-tests
Testfx
MSTest V2 framework and adapter
Stars: ✭ 391 (+1600%)
Mutual labels:  microsoft, testing-tools
SpecTools
Write less test code with this set of spec tools. Swift, iOS, testing framework independent (but works well with Quick/Nimble or directly).
Stars: ✭ 38 (+65.22%)
Mutual labels:  testing-tools, ui-testing
Earlgrey
🍵 iOS UI Automation Test Framework
Stars: ✭ 5,353 (+23173.91%)
Mutual labels:  testing-tools, ui-automated-tests
scenarioo
Scenarioo Docu Viewer for Automated Documentation using UI/E2E-Tests
Stars: ✭ 62 (+169.57%)
Mutual labels:  testing-tools, ui-testing
test-real-styles
(test-)framework agnostic utilities to test real styling of (virtual) dom elements
Stars: ✭ 37 (+60.87%)
Mutual labels:  testing-tools, ui-testing
powerapps-specflow-bindings
A SpecFlow bindings library for model-driven Power Apps.
Stars: ✭ 19 (-17.39%)
Mutual labels:  microsoft, ui-testing
windows-Credential-Provider-library
This repository will be updated with all the examples and links that I can find with relevant knowledge & information about CP in MS Windows vista up to version 10.
Stars: ✭ 122 (+430.43%)
Mutual labels:  microsoft
conex
Conex integrates Docker with testing package so you can easily run your integration tests with containers.
Stars: ✭ 79 (+243.48%)
Mutual labels:  testing-tools
MSChartExtension
Windows Forms MSChart Extensions Method
Stars: ✭ 23 (+0%)
Mutual labels:  winforms
DeepfakeHTTP
DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.
Stars: ✭ 373 (+1521.74%)
Mutual labels:  testing-tools
pytest-djangoapp
Nice pytest plugin to help you with Django pluggable application testing.
Stars: ✭ 35 (+52.17%)
Mutual labels:  testing-tools
CVE-2020-0688-Scanner
Quick tool for checking CVE-2020-0688 on multiple hosts with a non-intrusive method.
Stars: ✭ 38 (+65.22%)
Mutual labels:  microsoft
WinHub-98
A modern-looking userstyle for GitHub
Stars: ✭ 59 (+156.52%)
Mutual labels:  microsoft
Openrunner
Computest Openrunner: Benchmark and functional testing for frontend-heavy web applications
Stars: ✭ 16 (-30.43%)
Mutual labels:  testing-tools
slack-mock
A Slack API mocker for Slack bot integration tests.
Stars: ✭ 61 (+165.22%)
Mutual labels:  testing-tools
ForzaHorizonFix
A simple fix for Forza Horizon 4 and Forza Horizon 5 crashes
Stars: ✭ 20 (-13.04%)
Mutual labels:  microsoft
GW-BASIC
Assembling Microsoft GW-BASIC from 1983, with MASM or JWasm • "pre-release" binaries at https://github.com/tkchia/GW-BASIC/releases • source mirror at https://gitlab.com/tkchia/GW-BASIC • fork of https://github.com/dspinellis/GW-BASIC
Stars: ✭ 55 (+139.13%)
Mutual labels:  microsoft

Not Maintained

FlaUIRecorder

UIAutomation test recorder for using with FlaUI library. Alt text

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].