This repository is a mono repository contains three wpf test applications.
- Simple Puzzle
- Complex Puzzle
- Notifier (Blocker Window)
The first two are puzzles to solve one being simple the second being complex. Perfect for testing windows ui automation modules and for testing simple decision making processes. There is also a blocker window called Notifier, which closes itself after some time. It can be used to hinder the testing process, by appearing in front of other items randomly, to assure the stability of the automation process.
| Simple test case
Testing Steps:
- Open Application
- Switch To Stage 1
- Switch username with password
- Click Input
- Copy Flag 1
- Close Popup
- Switch Stage 2
- Check The First Putme If The First Solution Is Checked
- Check The Second Putme If The Second Solution Is Checked
- Check The Third Putme If The Third Solution Is Checked
- Click Input
- Copy Flag 2
- Close Popup
- Switch To Stage 3
- Paste Flag 1
- Paste Flag 2
- Congratulation Should Appear
- Close Popup
- Close Appplication
| Complex test case
Testing Steps:
- Open Application
- Check the table as valid or invalid according to the following rules
- Check the right login state according to the following rules
- Click Input
- Congratulation Should Appear
- Close Popup
- Close Application
| Notifier
Notifier application is an empty windows window which is intended to use to cover and block other elements on windows desktop.
Open the application and one second after loading the window it will close itself.