Page Object Models(POM) in UFT
In this post, we will create a framework which will implement page object design pattern in UFT. Setting up page objects will drastically improve test maintenance and will reduce code […]
In this post, we will create a framework which will implement page object design pattern in UFT. Setting up page objects will drastically improve test maintenance and will reduce code […]
In this article we will discuss about the Active screen pane available in HP’s Unified functional testing tool Active Screen Pane Active screen pane shows the snapshot of the application […]
This Article explains about how to use Object spy in HP UFT
Introduction HP Unified Function testing (UFT) is a tool developed by HP for the development and execution automated testing scripts for testing of different types of applications. HP UFT has […]
Recently I faced an issue with the UFT OR, where I was unable to update the OR and as soon as, I am adding any object to the OR, all […]
In this post we will discuss about passing the UFT test parameters from Jenkins jobs. Introduction UFT test parameters are used to pass the useful information required for executing the […]
In one of my previous post we have discussed about how to mandatory and assistive properties are used for the identification of the objects in UFT. If you want to […]
UFT Run-time Engine UFT’s runtime engine allows you to run the API and GUI tests including BPT Tests without installing the complete UFT IDE. Machines with runtime engine can be used as […]
Introduction UFT is a test automation tool and in terms of UFT, every control or window visible on the screen is an object. To Build/execute the automated tests, UFT will […]
Hello friends, In this post we will discuss about working on Folders in UFT using DotNetFactory. Introduction .Net framework has an inbuilt class for handling all of the folder operations. […]