Creating Extent Reports in UFT
In this post we will discuss about how to generate Extent reports in UFT. Source code is available below Source Code Introduction Extent reports are widely used HTML run result […]
In this post we will discuss about how to generate Extent reports in UFT. Source code is available below Source Code Introduction Extent reports are widely used HTML run result […]
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 discuss about how to execute UFT tests store on Git server from Jenkins. Read about how to save UFT tests on a Git server here […]
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 […]
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. […]
Hello friends, In this post we will discuss about how to zip and unzip files during automated scripts execution within UFT. We will use .Net factory object, and the below […]
Hello friends, In this post we will discuss about how we can generate the same try catch behavior in VBS/UFT, which comes inbuilt in Java or .Net and which is […]