How to write Excel using VBScript
In order to write Excel using VBScript, we can leverage Excel.application object. This object provides multiple methods which help us to create, open, close, or…
In order to write Excel using VBScript, we can leverage Excel.application object. This object provides multiple methods which help us to create, open, close, or…
VBScript Error handling using “on error resume next” in UFT automation scripts is very important. We have some very common VBScript examples to demonstrate it….
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…
In order to get repeated value from excel using VBScript, we can utilize dictionary object in VBScript. We have a ready-to-use function here created in…
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 the position of an object using UFT by utilizing two properties named clientWidth and offSetLeft. Suppose that we have two elements namely…
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 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? Action Template in UFT is a mechanism provided by UFT tool that allows you to include some text in your new…
Sometimes we need to store some values in a file during a UFT test run. In UFT test script, we can store variables in an…
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 UFT Script ?? UFT provides a very easy to use and robust in built method to click on objects in…