Latest

Selenium-Java

Explicit Waits in Selenium WebDriver for Enhanced Stability

In the fast-paced world of test automation, ensuring the stability and reliability of tests is critical. One of the most common issues faced by test automation engineers is dealing with unstable or flaky tests, often caused by timing issues where elements are not immediately available for interaction. In this blog post, we will explore how Explicit Waits in Selenium WebDriver…

Popular

Javascript

How to rename a file using JavaScript

In javascript-based test automation projects, if you need to rename a file using javascript, you can do that by using fs node package. These are very important for any Javascript-based test automation project. Let’s see how to delete a file using javascript In order to use this fs module, you need to call it in your code like below. How to rename a file…

UFT-VBScript

How to verify the position of an object using UFT on a webpage

We can verify the position of an object using UFT by utilizing two properties named clientWidth and offSetLeft. Suppose that we have two elements namely element1 and element2 and we have to verify if element2 is in the extreme right of element1. Logic behind verifying position of an object using UFT To understand the logic behind this, first, we need…

Enter your email address to follow this blog and receive notifications of new posts by email.

Follow blog via email

82,998 hits

code snippets for automation tools

Our 100% working code blocks for various automation tools allow you to automate any test, freeing up your time to focus on the things that matter most. Don’t waste another minute on manual tasks – start automating with automationScript.com now!”

If you’re passionate about automation testing or just diving in, you’re in the right place. I’ve put together a collection of tips, guides, and insights that cover everything from the basics to advanced setups with tools like Selenium, Jenkins, UFT, and Cucumber.

Whether you’re setting up an automation framework from scratch, learning how to integrate with CI/CD pipelines, or looking to speed things up with parallel execution, there’s something here for everyone. My goal is to share what I’ve learned (and keep learning!) to help make your testing journey smoother and more effective.

Let’s explore test automation together, one script at a time!