Popular

UFT-VBScript
Best UFT Synchronization method – How to handle dynamic wait in UFT/QTP using readyState value 4

In any test automation framework, browser handling is the most important part during automation scripting.  UFT Synchronization – Let’s see how to handle synchronization in UFT. which you can encounter during your work with test automation using UFT. A robust Synchronization mechanism plays a vital role in making your test stable. If part of your tests fails due to a…

UFT-VBScript
String reverse in VBScript without using inbuilt function

String reverse in VBScript is a very common task. If you need to reverse a string in VBScript without using inbuilt reverse functions, we can use mid function to get the characters one by one and concat them using a for loop in the iterator decrement direction. Example code: String reverse in VBScript without using inbuilt function

UFT-VBScript
Recovery Scenario in UFT

Recovery scenario in UFT is designed to handle unexpected issues during test execution by UFT. There are four types of recovery scenarios. Let’s see how they work. When executing scripts we may get some Unexpected errors. To recover the test and continue running script from these unexpected errors we use Recovery Scenario in UFT.What happens in  Recovery Scenarios? There are…

Latest

Git
Git Actions in Eclipse: Pull, Commit, Push, and More for Your Eclipse Project

Once the project is set up, you’ll be using Git for daily tasks like fetching code, committing changes. Let’s learn Git Actions in Eclipse: Pull, Commit, Push, and More for Your Eclipse Project, and pushing to the remote branch. This post covers all these essential tasks in detail. Discover essential day-to-day Git commands for managing your Eclipse project. Learn how…

Git
6 Steps To Setup Project in Eclipse with GitHub Integration: Step-by-Step Guide

Introduction Learn how to setup project in Eclipse with GitHub for version control. Follow our step-by-step guide to create a branch, commit code, and start working on your created brach with ease In this post, you will see how to setup a project in Eclipse and push it to GitHub, step-by-step. By the end of the setup, you’ll have a…

UFT-VBScript
Outlook Automation Using VBScript: A Comprehensive Guide with Code Examples

Microsoft Outlook is a widely used email client for personal and professional communication. If you’re looking for Outlook automation for tasks like sending emails, reading emails, deleting emails, or managing contacts, you can achieve this with VBScript. VBScript provides an easy way to automate these operations using Outlook’s COM (Component Object Model) interface. In this blog post, we will explore…

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

Follow blog via email

82,162 hits

Selenium-Java
How to Use the By Class in Selenium Page Object Model (POM)

The By class in Selenium plays a critical role in identifying and interacting with web elements during automated testing. It provides a flexible way to store and manage locators in Selenium, making your test scripts cleaner and more maintainable. If you’re working with the Page Object Model (POM) design pattern,…

UFT

UFT-VBScript
Outlook Automation Using VBScript: A Comprehensive Guide with Code Examples

Microsoft Outlook is a widely used email client for personal and professional communication. If you’re looking for Outlook automation for tasks like sending emails, reading emails, deleting emails, or managing contacts, you can achieve this with VBScript. VBScript provides an easy way to automate these operations using Outlook’s COM (Component…

javascript | Testing Tools
Top 50 Cypress Interview questions – Advanced Level -2024

Cypress Interview questions for experienced professionals. Top 50 Cypress Interview Questions for experienced professionals. What are some key features of Cypress? Key features of Cypress include automatic waiting, time-traveling debugging, real-time reloads, built-in test runner, and automatic screenshots and videos on test failure. Explain the differences between Cypress and other…

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!”

Welcome to automationScript.com – Tips, Tricks, Insights and guide to setup your automation from ground up.

If you’re into automation testing like me, this is the spot to be. I share all sorts of handy tips and tricks I’ve learned while testing stuff automatically.

Whether you’re just starting out or you’ve been at it for a while, you’ll find useful stuff here. From the basics of tools like Selenium, UFT, Jenkins, and Cucumber to cool ways to make your automation scripts work better.

Let’s get better at this together!