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…
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…
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…
The function library is the backbone of any test automation framework. You can associate function library at runtime using AOM. It is designed to handle…
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? When we create an automation script in UFT tool or any other tool, we write some kind of documentation such as…
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…