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…
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…
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…
In this guide, we’ll explore how to connect to SQL Server with VBScript, execute a query, and retrieve the results. This can be particularly useful…
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…
In this blog post, we’ll explore how to handle SSL error in UFT using VBScript, so you can bypass these roadblocks and proceed with your…
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…
We have a ready-to-use 100% working code block to get column index in a webtable using UFT. Here this function will have 2 arguments. One…
The function library is the backbone of any test automation framework. You can associate function library at runtime in UFT using AOM. It is designed…
We have to verify object property using UFT in almost every automation script we create while working on any test automation project. Here we have…
There may be some instances where you need to copy and paste or select all text using UFT. You can achieve this in many ways….
We can verify presence of scrollbar using UFT very easily when we have a scrollbar present on the screen. In order to verify the presence…
If you want to check all checkboxes in UFT on a webpage, there are many ways to do that. One of the most used approaches…
What is Action Template? Action Template in UFT is a mechanism provided by UFT tool that allows you to include some text in your new…
How to handle SSL Error in chrome using UFT Sometimes while workin on automation of an application, we face SSL error and it becomes hard…