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