How to run Selenium tests in Docker – Comprehensive Step-by-step guide
First of all you need to install Docker. To run selenium tests in docker, and execute the tests from Eclipse, We will have to follow…
Latest
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…
How To fix FireEvent Not Working Issue In UFT
While using FireEvent in UFT, sometimes we may face FireEvent not working issue. UFT provides a very easy to use and robust in built method to click on objects in Webpage and other type of applications. This click functionality in UFT is very robust and works almost all the time. Sometimes It doesn’t work and we tend to use fireEvent…
My Mother is successful, I’m still working!
When you think of the word “successful,” who’s the first person that comes to mind and why? Well, Success can be easily measured in terms of what you planned to achieve and what you achieved. Coming from an extreme modest background, (when I say modest, I mean just above poor that I never slept unfed and unclothed) I could never…
Popular
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…
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!