VBScript Error Handling – On Error Resume Next, On Error Goto 0
VBScript Error handling in UFT automation scripts is very important like in any other language. We have some very common VBScript examples to demonstrate it….
VBScript Error handling in UFT automation scripts is very important like in any other language. We have some very common VBScript examples to demonstrate it….
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…
In order to get most repeated value from excel using VBScript, we have a ready-to-use function created in VBScript. All you need to do is…
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…
There may be some instances where you need to copy and paste or select all text using UFT. This can be achieved in many ways…
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…
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…