Tagged: QTP

Installing UFT

Installing UFT

After downloading UFT from HP site, You will see the folder structure as shown below. Double click on SetUp file. It may security warning window,click on Run button. You will get the window as...

Virtual object in UFT

Virtual object in UFT

UFT works on standard objects. If any application contains non-standard objects, then to work with them UFT provides a utility to map them as standard objects.This utility is called ‘ Virtual Objects’. By using...

Error handling in UFT – Part 1

Error handling in UFT – Part 1

It is very common to get error while writing some program. But there should be a proper way to handle the errors, capture them and report them. Before jumping to error handling,let’s understand what...

Breakpoints

Breakpoints

Breakpoints help us in debugging the code. Execution will be paused at the line of code where the breakpoint has been applied. UFT allows us to put multiple break points. For putting the break...

Datatables

Datatables

Datatable is an in-bulit utility of UFT which is used for parametrizing the data driven test cases. It can be attached with multiple Actions and also run a particular test case with multiple set...

Function and Sub procedures

Function and Sub procedures

Function and Sub are part of procedure that help in reusability of the code. Procedure: 1. Function 2. Sub In other words, Function and sub contain a set of statement which are common for multiple...

Database connection

Database connection

For database connection, mainly we need 4 components as mentioned in the table below. We will take the example of oracle database. For working with any other database you just need to change the...

UFT features

Tool features – Part 2

Debug Pane: This is very useful pane and used while the script is in debug mode. It has following sub pane. 1. Breakpoints : Display all the breakpoints applied in action scripts, function libraries and...

Tool features part 1

Tool features – Part 1

This article is for beginner who are looking for how to start with the UFT. Before starting with any tool, It is important to understand the functionalities/ features of the tool as this could be...

Record and playback

Record and playback in UFT

UFT provides an in built feature of record and playback which can be a good starting point for a beginner. It will record all the steps performed on the AUT(Application under test)  which can be...