How to verify presence of scrollbar using UFT
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…
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…
In order to read text file using VBScript, we can use multiple methods provided by FileSystemObject. FSO provides three functions i.e. read, readline, readall. These…
We can write text file using VBScript with the help of many functions provided by FileSystemObject. Functions provided by FileSystemObject such as Write, Writeline, Writeblanklines…
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…
FileSystemObject can be used to create a folder using VBScript. FileSystemObject also known as fso is one of the most efficient tools provided by VBScript. We…
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…
You can ping a network using VBScript. Yes, you read it right. We don’t know how many times we must have the necessity to ping…
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…
There are many ways to store variables during test run. SToring values in ini file is such a popular way. During Test Run, We need…
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…
UFT generates a very good and detailed result for the test run. It can be generated in xml and html both formats after the upgradations…
Is FireEvent not working in your UFT Script ?? UFT provides a very easy to use and robust in built method to click on objects…