logo logo
10 More Useful Git Commands You Should Know

10 More Useful Git Commands You Should Know

This is a follow-up to the 10 common Git commands article that I wrote a while back and contains some other useful commands that can help in our work. If you understand the...

Two Hidden Gems In The TestProject Addons Portal That Will Blow Your Mind

Two Hidden Gems In The TestProject Addons Portal That Will Blow...

Even though TestProject is already an excellent out-of-the-shelf tool to create UI and Mobile automation tests, there is one way to improve your interaction with it and save some...

Selenium Handbook

The Selenium Handbook

The Selenium Handbook is a reference to understanding Selenium. By the end, you will know how to locate elements on a web page and create your own test scripts. Plus read about...

CSS Selectors You Need to Know: Cheat Sheet

CSS Selectors You Need to Know: Cheat Sheet

This article covers some of the most important CSS selectors for Selenium WebDriver, explaining the syntax and how to identify web elements. At the end of the post, you can find a...

Working with TestProject and Bitrise for your CI/CD pipelines

Working with TestProject & Bitrise for CI/CD Pipelines

In the advancement of the Agile era, frequent releases and faster feedback have become vital for software teams. To keep this cycle constantly up and running nothing could beat...

Logging test automation information with Log4j

Logging Test Automation Information with Log4j

We run our automated tests either on our local machines or in CI systems. In some cases, we cannot see what the tests are doing. When it is an API test, unless it provides some...

Efficient Exception Handling and use of Custom Exception in Test Automation

Exception Handling and Custom Exception in Test Automation

“Have you handled exceptions in your test automation code? What kind of information is the exception handling mechanism providing to you? Is that information useful to the...

Advanced XPath Locators for UI Test Automation

Advanced XPath Locators for UI Test Automation

XPath is one of the most important locators we use in Selenium when we need to interact with elements that don't have unique IDs, names, or classes. Some XPaths are quite...