A/B testing is a user experience research methodology consisting of randomized experiments with two variants – A and B. It is a popular pattern used in software development to...
In this article, we will dive into Cross Browser Testing. It is a testing type that verifies if an application works as expected across multiple browsers, operating systems, and...
Cookies, or HTTP cookies, are pieces of data stored on the user's computer containing information about the user and the user's preference on a specific website. For example, a...
In the first article from the series, we discussed a strategy to create more maintainable and readable page object models in Selenium WebDriver tests. We used the Fluent...
In this article, let us look at an example Page Object Model (POM) for a Test Automation Framework. POM is a popular design pattern with classes that represent each page of an...
Selenium Actions are used whenever you need a more complex interaction with an HTML element. More complex means it could be either: a double click, a hover, a right-click, or even...
The TestProject OpenSDK allows you to execute your Selenium and Appium tests using the power of the TestProject platform. This means you'll benefit from automatic test reporting...