QTP

QTP Quick Test Professional (QTP) is an automated functional (GUI) testing tool that allows the automat

This post is in response to the query that was raised some time back in the blog comments. HP has recently introduced a scaled down version of QTP 11 which they choose to call QTP Essentials 11. Before I go ahead and talk about the differences between QTP 11 and QTP Essentials 11, I would want to point out that of late HP has made the product/combo names quite confusing. Instead of the ubiquitous

and well know name “QTP” they have put it under Functional testing heading. I would be fine if this heading were to contain something along with QTP but it just has a QTP download link inside.

21/06/2018

What's New in UFT 14.03
UFT 14.03 includes a number of new features and enhancements.

StormRunner Functional enhancements
Mobile enhancements
Web support enhancements
Compare object properties in the Object Spy
Enhanced HTML reports
BPT enhancements
Licensing and installation updates
Support for Java 9 (tech preview)
Delphi support updates
API testing enhancements
Version-agnostic testing on PowerBuilder applications
Newly supported technology versions

21/06/2018

UFT = QuickTest Professional + Service Test:

21/06/2018

UFT is engineered to facilitate distributed test ex*****on of multiple tests simultaneously. This is core to the speed and ex*****on of test automation for a testing center of excellence (TCoE).

21/06/2018

UFT provides real device testing on top mobile platforms (iOS, Android, and Windows), across top browsers (Chrome, Firefox, Internet Explorer, and Safari), and a wide range of technologies.

22/08/2017

HPE has released UFT 14.01 on Aug 18th and the 60-day trial version is now available for public download.

Though it's a minor pack over UFT 14, this update is remarkably powerful and contains several interesting enhancements such as:
Modeless Object Spy Window
Ability to run UFT Tests on a Locked RDC
Integration with StormRunner Functional
Angular Support

22/08/2017

This is Open Forum to discuss on UFT/QTP question. Please ask the questions

FT is now offered in 3 new flavors. UFT Ultimate, UFT Enterprise, and UFT Pro.If you previously had a UFT License, it wi...
22/08/2017

FT is now offered in 3 new flavors. UFT Ultimate, UFT Enterprise, and UFT Pro.
If you previously had a UFT License, it will now be renamed to UFT Enterprise.
If you previously had a LeanFT License, it will now be renamed to UFT Pro (LeanFT).
While UFT Enterprise and UFT Pro are available as seat license as well as concurrent license, UFT Ultimate is available only as a concurrent license.
Starting with UFT 14, UFT will now support device id based concurrent licenses in addition to concurrent license based on license server IP address.
UFT RunTime Engine licensing remains the same.
The UFT Runtime Engine enables you to run UFT GUI tests, API tests and Business Process Tests on your computer without installing the entire UFT IDE.

14/06/2017

Hello Friends we are starting New UFT/QTP batch if any one interested inbox me

20/11/2016

UFT 12.53 GUI Testing: New Features and Enhancements
Run UFT Tests Direct from Amazon AWS
Enhanced Mobile Testing
Mobile usage continues to grow every year. As mobile traffic inches closer to desktop traffic, it becomes imperative for all companies from vast enterprises to one-person shops to focus on the mobile user.

Starting with UFT 12.53 you can:
Select respective devices and set-up your tests directly from the new Mobile Center Wizard.
Test mobile web apps on native browsers such as Safari on iOS and Chrome on Android devices.
Test non-packaged apps. You no longer need to package apps to upload them to the Mobile Center.
Use Object Spy and Highlight Object on mobile web apps and native apps.
Use regular expressions to identify objects in native mobile apps.
Use ChildObject method for native mobile apps.
Configure and add devices to your Chrome emulator by manually editing the Chrome emulator configuration XML.
Dynamically select and reserve (lock) a device for your LeanFT tests so that only LeanFT can use a particular device for a given run session.
Access mobile device logs from LeanFT run results report

BPT Test Data Generator
Getting relevant test data remains a challenge when working on large scripts where one has to check several edge cases. Now you can use the BPT Test Combinations Generator to create synthetic data for your test runs, instead of creating all possible parameter values manually.
UFT uses built-in dictionaries to populate the list of possible values with the generated data automatically.

16/06/2016

Let me what we can discuss on UFT

03/03/2016

Key Elements of UFT

I) Add in Manager

Add-in: Environment compatibility files

While launching of UFT Tool, It shows Add-in manager,

Add-in manager shows all available Add-ins in our company, here we have to select one or more Add-ins based on our software Application environment.

If we select unnecessary Add-ins the UFT tool performance will be reduced, so do not select unnecessary Add-ins, select required Add-ins only.

Note: UFT is object based test tool, based on front-end objects it performs test operations.

II) UFT Tool Editor

It is an area where we create, edit and view tests or test scripts

It has two views,

a) Editor view - Test in VBScript format

b) Keyword view - Test in GUI format

Note: Views are different but Test is same, if we perform any modifications in one view, they automatically reflect in another view.

Default view is Editor View.

a) How to switch from Editor View to Keyword view:
navigation:

View Menu -> Keyword View

b) How to switch from Keyword View to Editor view:
navigation:

View Menu -> Editor View

3 Units of UFT Test or test script

Statement or Step a minimal executable unit

Action - Set of Statements to perform a task or tasks

Test - One or more Actions to perform a task or tasks

Note: Purpose Actions is reusability, Action is similar to Function in VBScript.

Statement is different and line is different, one statement may have one or more lines and vice versa.

Using : symbol we can join statements

Ex:

Dim a : a = 100 : Msgbox a

in the above line 3 statements are there
-------------
Using _ Symbol we can split one statement into two Pieces

Example:

Msgbox_
"Hello UFT"

III) Active Screen

It is an area, captures screen shots for every user operation on AUT (Application Under Test) during Recording.

Navigation:

View Menu -> Active Screen

Advantage:

Using Active screen we can easily understand and edit tests

Disadvantage:

It occupies more memory, so UFT tool performance can be reduced.

Configuring Active Screen:

It is configurable feature, if we don’t want to capture screen shots then we can reduce the capture level.

Navigation:

Tools menu -> Options -> GUI Testing -> Active Screen -> Increase / Reduce Capture Level -> Click OK

IV) Data Table

-> It is an integrated spread sheet for data related operations.

Navigation:

View menu -> Data

-> It has two types of sheets,

a) Global sheet (for entire Test)

b) Action Sheets (For specific Actions)

-> UFT attaches one Data Table for every test, It is test level feature. Suppose 100 tests in our projects then UFT attaches 100 data tables.

-> Data table is located in two areas

a) In UFT Tool main window (here name is Design time data table)
b) In UFT Tool Result window (there name is Run-time data table)

-> Usage of Data table:

a) Enter test data directly into Data Table and connect to the Test

b) Import test data from external (.txt/.xls) files and connect to the Test

c) Import test data from a Database and connect to the Test.

03/03/2016

HP UFT Versus QTP

What is HP UFT 11.5?

HP Unified Functional Testing 11.5 - It is combination of QTP (Quick Test Professional) and Service Test (ST) Tools. Using this tool we can automate GUI, API and Mobile applications functionality.

HP UFT 11.5 New Features:-

• Updated IDE, it supports to work on multiple tests at the same time

• HP Unified Functional Testing IDE supports for editing more than one action at the same time

• New Recording Mode Insight Recording for GUI test, It enables us to record on any control (object) displayed on our screen, whether or not UFT recognizes the object's technology and is able to retrieve its properties or activate its methods.

• New Checkpoint (File Content Checkpoint) added in UFT 11.5, It is for checking File content.

• New Output value (File Content Output value) Added in UFT 11.5 for capturing file content.

• New GUI Testing Support for Qt and Adobe Flex Applications

UFT User Interface:

In UFT IDE 12 Menus are there but in QTP 11.00, 10 menus only

Removed menus are:

Insert, Automation, Debug Menus

Added Menus are:

Search, Design, Record, Run, ALM

Advantages of UFT over QTP

• QTP only for Functional and Regression Testing of GUI( Windows based and Web) Applications.

• UFT is Combination of QTP and Service Tools, It supports GUI and API Testing.

• UFT has brand New IDE as per latest trends in IT Industry

Address

Bangalore

Website

Alerts

Be the first to know and let us send you an email when QTP posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share