UFT One (Formerly QTP)

Microfocus’s UFT is one of the most popular, long-established automated functional testing tools on the market. It provides a point & click interface for developing automated tests across a wide range of technologies; Desktop, Web, Mobile, Terminal Emulation. It has close integration into the other ADM tools such as ALM.NET and Octane.

Complete UFT One

This comprehensive course covers all the essential principles of using Unified Functional Testing (UFT). Designed for beginners as well as testers with previous automation experience, it takes the newcomer to UFT from the basic techniques of record and replay in the keyword view, right through to advanced programming skills in the expert view. Throughout the course practical examples are demonstrated, and the delegates get to practice what they have learned in each chapter against windows and web applications.

Please note that this is a compact course covering both our introduction and advanced courses in a short timeframe. If you wish to have a more relaxed pace, then we would recommend doing the Intro and Advanced courses separately.

Course Delivery

This course is available as an on-site, or on-line course. Our online training is live, instructor-led in our ‘virtual classroom’. All of our delegates receive comprehensive workbooks for the course. The Complete UFT online is over 5 days, with each day approximately 3.5 hours online.

Course Topics

Introduction

Covers the UFT interface, the example applications to be tested, UFT settings and the Add-In Manager.

Record & Playback

How to create a basic script using record & replay in the keyword view

Object Recognition

Explains how UFT recognises objects in the system under test. Describes the Object Repository and the different Object Repository types.

Synchronisation & Checkpoints

How to use synchronisation to ensure that UFT waits for your application to complete processes and how to insert checkpoints to test your application.

Multiple Actions

How to break your script down into smaller components called Actions, covers all types of Actions, and how to re-use Actions in other scripts.

Data-driven testing

How to use the built-in Data Table to data-drive tests with multiple test cases.

The Expert View

Explains the differences between the Keyword and Expert view. Also covers all the debugging features of the UFT development environment.

Capturing Application Data

Covers the various methods for capturing data from your system under test for checking, or outputting to the Data Table and Results. Also compares methods of passing data between multiple Actions.

Custom Checkpoints

How to create your own checkpoints using the Expert view. Demonstrates how to check dynamic data.

Dynamic Objects

How to test dynamic applications whose interfaces change at run-time. Looks at making the Object Repository more flexible, and descriptive programming.

Functions

Covers creating procedures in UFT, storing them in function libraries, and calling them from scripts.

Cross Browser Web Testing

Supported Browsers, coping with cross-browser testing, Smart Identification

Object Recognition Problems

Key points for overcoming object recognition problems. Covers the 3 recording modes, Virtual Objects, and mapping custom classes. Also looks at using Insight Objects to overcome object recognition problems