Description
In this course, you will learn:
- Automate Windows applications such as calculators and notepad.
- Write automation in Java and Python.
- Use the WinAppUIRecorder and Accessibility Insights tools to find items.
- We will configure your system with Java, Python, and your preferred IDEs.
- learn how to use different locators.
- Walkthrough for setting up your local development environment.
- Create a WindowsDriver in your automation code.
- Using the debugger and assertion library.
- We learn how to use loops and if/else statements to retrieve a group of elements.
- Discuss Xpaths.
- Discuss the Page Object Model.
- Talk about mouse actions.
- Automate Notepad and use its keystrokes.
Syllabus:
- Setup
- Locators
- Starting the Project
- WinDriver Setup
- Debugging and Assertions
- Refactor
- XPath
- Page Objects
- Mouse Actions
- Keystrokes