This library is still very much under construction.
WhiteLibrary will give a way to test Windows UI technologies with Robot Framework. WhiteLibrary wraps White test automation framework [1]
Techonologies
- Win32
- WinForms
- WPF (Windows Presentation Foundation)
- Silverlight
- SWT (Java) platforms
Development Environment
- Install Visual Studio: https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx
- Install Python Tools: http://pytools.codeplex.com/
- Clone project from Github
Running tests with Robot
- Install Python
- Install Robot Framework and Python for .NET: pip install robotframework pythonnet
- Inside the solution execute tests from folder: \PythonWhiteLibrary execute: "run_tests.cmd". Single test cases can be run with command "run_tests.cmd -t "Test case name""