logo logo
Tester's Month Story - Automating Tests At Deacom

Tester’s Month Story – Automating Tests At Deacom

At Deacom, our manual QA team spends a fair amount of time executing click-by-click test scripts, all of which can take an hour or more to complete. Realizing the tremendous...

XPaths Best Practices

XPaths Best Practices

If you are an automation engineer, you have heard the word XPath many times in your life. No wonder. XPath is a vast topic and I am still discovering great things 💡 So far...

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...

Test Automation Framework Benefits

Test Automation Framework Benefits – POM, Selenium...,

In this series, we are going to dive into some benefits and examples of a Test Automation Framework. A framework is an architecture of integrated parts. Some of those integrated...

Upload File TestProject Addon

How to Upload Files while Automating Web Tests (No...

Uploading a file from your local machine to your web app is a pretty common scenario, that must be included in your web test automation sometimes to complete end to end...

XPath

All About XPath and UI Element Identification Using...

XPath is an important Web application UI Elements Identifier mostly used in test automation. It is one of the widely used identification strategies in open source tools. In this...

Upgrade Your Project with CSS Selector and Custom Attributes

Element selectors for Selenium WebDriver are one of the core components of an automation framework and are the key to interaction with any web application. In this review of...

test automation best practices

14 Test Automation Best Practices to Supercharge Testing Efficiency

When starting with automation testing, one might notice the endless possibilities to choose from: different approaches, techniques, frameworks, tools and of course ways of code...