.NET Core Test Automation in Selenium Using Page Object & Page...
Selenium is a very powerful tool if you want to automate your web testing, and a few months ago even support for .NET Core tests was added to Selenium. However, .NET Core is missing the best feature that Selenium gives you: support for Page Object Model...
December 18, 2018
Test Automation,Selenium,Tutorials,
5 Likes3 Comments15 Minutes
Implement Page Object Model using Appium & Java for Android Tests
The following tutorial is about Page Object Model and Page Factory, a design pattern intended to simplify tests and create a scalable solution for test automation. If you want to develop maintainable and reusable tests, prevent unwanted code duplication...
July 31, 2018
Test Automation,Appium,Mobile,Tutorials,
7 Likes2 Comments16 Minutes
Develop Page Object Appium Tests in a Single Tutorial Video!
This post is a step by step tutorial video on how to develop Page Object Appium automated tests using Java SDK. This tutorial covers the following topics: Overview of Appium's functionalities. Mapping elements to develop a "plain" Appium automated...
July 31, 2018
Test Automation,Appium,Mobile,Tutorials,
8 Likes0 Comments1 Minutes