How to find broken links in Selenium WebDriver
Broken links or dead links are those links that are displayed as a link on the webpage but when we click on them nothing happens….
Latest
Efficient Parallel Test Execution with Selenium and TestNG
Implementing parallel test execution with Selenium and TestNG is a simple yet powerful technique to scale your test automation, reducing execution time significantly. By following the steps outlined below, you can achieve faster feedback in your development lifecycle, helping you catch bugs early and deploy with confidence. Whether you are running tests locally or as part of a CI/CD pipeline,…
Parallel Execution in Selenium Grid with Docker – Easy steps to setup
Introduction In today’s fast-paced development environments, test automation engineers face increasing pressure to execute large suites of tests quickly and efficiently. A key solution to speeding up test execution is parallel execution, particularly using Selenium Grid with docker. Selenium Grid allows you to distribute and run tests on multiple machines, browsers, and platforms simultaneously, drastically reducing the time needed for…
Read Write Text Files Using VBScript – Master File Operations
Working with text files is a common requirement in test automation. In this guide, we’ll walk you through how to read write text files using VBScript. If you’re new to VBScript or looking to expand your automation toolkit, this tutorial will give you a solid foundation for managing text files using VBScript. First the basics. VBscript has objects to handle…
Popular
How to run JavaScript with Selenium WebDriver – 7 examples
In order to run JavaScript with Selenium WebDriver, we can either use JavaScriptExecutor or ExecuteScript in Selenium. ExecuteScript is a part of Selenium WebDriver but its job is same as JavaScriptExecutor. This can be used for many tasks and it is extremely useful. Let’s see some of the common examples showing how to use ExecuteScript to perform common tasks using JavaScript with…
How to delete a file using JavaScript
In test automation projects, if you need to delete a file using javascript, you can leverage the ‘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 delete a file using javascript –…
How to get column index in a webtable using UFT
Suppose that there is a webtable on the page and you have a column name. Now if you want to get the column index in a webtable, you need to go to each column and verify the column name in the webtable using loop. Once you find the expected column then return the index of that column. We have a…
Enter your email address to follow this blog and receive notifications of new posts by email.
Follow blog via email
code snippets for automation tools
Our 100% working code blocks for various automation tools like selenium and UFT 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!