Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (27 loc) · 1.2 KB

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

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""
[1] https://github.com/TestStack/White