Automation Object Model in UFT One
Automation Object Model in UFT is a way to automate UFT itself using the COM interface. The automation object model
UFT
com-bom-dom-object-uft
An object model is a collection of objects or classes through which a program can look at and manipulate it
UFT
Mainframe Automation-Manually Configuring Terminal Emulator in UFT
In my previous article, I have discussed how to configure the terminal emulator in UFT to automate the Mainframe application
UFT
Mainframe Automation in UFT One
The mainframe is a very high-speed processing computer. It is even faster than supercomputers. However, supercomputers can solve complex algorithms
UFT
LoadAndRunAction at runtime in UFT
In my previous article Actions in UFT with Examples, we have seen how to call a required action in a
UFT
ChildObjects Vs ChildItem in UFT
Whether it is a web-based application or a windows based application each object (text box, button, list box, checkbox, radio
UFT
Cross Browser Testing UFT
Before the introduction of UFT, QTP could only do recording on the Internet Explorer browser. However, QTP was able to
UFT
Load Function Library at runtime in UFT
In this article, we will learn different ways to load function library at runtime in UFT.I hope you might already
UFT
Delete Cookie and Clear Browser History in UFT
What is Browser Cache Whenever we browse a website, the information on the websites is cached in a temporary storage
UFT
Synchronization Dynamic Wait in UFT
Synchronization is a mechanism that includes at least two segments required to play out any activity, we anticipate that these
UFT
Get tool tip in uft
We usually use object spy in UFT to see the properties of an object be it a web application or
UFT
Call Stack in UFT is used to trace nested function calls. It is used while debugging a Test, where a
UFT