Getting Started with UI Testing and Appium 1
This course you will teach you how to write UI Test automation in the programming language you like for applications on iOS, Android, Mac, and Windows including UWP, WPF, and Windows Forms applications using the open source tool Appium
What you'll learn
Writing automated UI tests is one way to accomplish faster feedback cycles in modern software development. In this course, Getting Started with UI Testing and Appium, you will learn how to write UI Test automation for any platform using any programming language you like! First, you will learn how Appium works. Next, you will explore the basic automation primitives you can use to write an automated UI test. Finally, you will discover the specifics needed to install, configure, and run tests on the platforms iOS, Android, and Windows. When you’re finished with this course, you will be able to write your first UI Test automation for your own application on any platform your application supports.
Table of contents
- Introduction 1m
- Outline and Installing Appium 2m
- Demo: Install Appium and WinAppDriver 6m
- Starting Your Application 2m
- Demo: Start Your Application 4m
- How to Find a Mobile UI Element 4m
- Use Page Source and Appium Inspector 2m
- Demo: Using the Appium UI Inspector 4m
- Using the FindElement(By.XXX) operations 2m
- Demo: Finding a UI Element 6m
- Basic Interactions and Pointer Input 3m
- Using Pointer Input Device 3m
- Demo: Interact with a UI Element 4m
- Waiting on Elements 3m
- How to Properly Wait for a Condition 6m
- Summary 2m