🚧 Website going Offline 20 July 2025
Thank you for visiting AutomationScript.com.
After 8 years of sharing Selenium tutorials and automation knowledge, we’ve decided to take the website offline.
This has been an incredible journey, and we appreciate the support from our readers over the years.
We’re exploring new directions and will be back with something fresh and more valuable soon.
Latest
How to Retry Failed Tests in Selenium with TestNG IRetryAnalyzer
Intermittent test failures are one of the biggest pain points. In this blog post, I’ll explain how to retry failed tests in Selenium with TestNG. This ensures your test suite is more resilient. It also makes your test suite more trustworthy. These failures can occur due to network issues, browser timeouts, or momentary server delays. Such situations don’t reflect actual…
XML using VBScript : How to Read, Write and Modify
We can work with XML using VBScript in different ways. One way is by leveraging XMLDOM. XMLDOM is a programming interface to access and manipulate XML documents. In this blog post we will learn how to work with XML using VBScript. The most amazing thing about XMLDOM is that it can be used with any language and operating system. It…
Test Automation with Selenium and Docker – Framework Design
In the rapidly evolving world of software development, the need for efficient and reliable testing methodologies cannot be overstated. Test automation has become a cornerstone for Agile and DevOps practices, enabling teams to deliver high-quality software at speed. This blog post explores building a robust test automation framework with Selenium and Docker, addressing key challenges faced by test automation engineers…
Popular
How to rename file using JavaScript
In javascript-based test automation projects, if you need to rename 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 using…
How to connect database using VBScript- SQL, Oracle & more
Let’s see how to connect to database using VBScript through the ADODB. You just need to have the correct connection string with the right credentials. If you have these two then you can write code to connect to almost any kind of database in just 3 lines. In order to connect to the database, we need to follow below steps:…
How to create a text file using VBScript – CreateTextFile
If you have to create a text file using VBScript, it provides a very efficient tool FileSystemObject. Further, there are many methods provided by FileSystemObject (also known as FSO) to perform file and folder-related operations. One such method is CreatTextFile. Let’s see how to use the method CreateTextFile to create a text file using VBScript. CreateTextFile – is the method…
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!