How to write data into Excel using VBscript
In order to write data into Excel using VBScript, we can leverage Excel.application object. This object provides multiple methods which help us to create, open,…
In order to write data into Excel using VBScript, we can leverage Excel.application object. This object provides multiple methods which help us to create, open,…
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…
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 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…