Jump to content

UFT One

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 205.228.108.57 (talk) at 03:27, 16 February 2011 (→‎Versions). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

HP QuickTest Professional
Developer(s)HP/HP Software Division
Stable release
11.0
Operating systemMicrosoft Windows
Typetest automation tools
LicenseProprietary
WebsiteHP QuickTest Professional

HP QuickTest Professional software provides functional and regression test automation for software applications and environments.[1] Part of the HP Quality Center tool suite, HP QuickTest Professional can be used for enterprise quality assurance.[2]

HP QuickTest Professional supports keyword and scripting interfaces and features a graphical user interface.[3] It uses the Visual Basic Scripting Edition (VBScript) scripting language to specify a test procedure, and to manipulate the objects and controls of the application under test.[3]

HP QuickTest Professional was originally written by Mercury Interactive.[4] Mercury Interactive was subsequently acquired by Hewlett Packard (HP) in 2006.[5] HP QuickTest Professional 11 is currently available from HP Software Division.[6]

Overview

HP QuickTest Professional is automated testing software designed for testing various software applications and environments. It performs functional and regression testing through a user interface such as a native GUI or web interface.[7] It works by identifying the objects in the application user interface or a web page and performing desired operations (such as mouse clicks or keyboard events); it can also capture object properties like name or handler ID. HP QuickTest Professional uses a VBScript scripting language to specify the test procedure and to manipulate the objects and controls of the application under test. To perform more sophisticated actions, users may need to manipulate the underlying VBScript.[8]

Although HP QuickTest Professional is usually used for "UI Based" Test Case Automation, it also can automate some "Non-UI" based Test Cases such as file system operations and database testing.[9]

Verification

Checkpoints verify that an application under test functions as expected. Users can add a checkpoint to check if a particular object, text or a bitmap is present in the automation run. Checkpoints verify that during the course of test execution, the actual application behavior or state is consistent with the expected application behavior or state.[10]

HP QuickTest Professional offers 9 types of checkpoints, enabling users to verify various aspects of an application under test, such as: the properties of an object, data within a table, records within a database, a bitmap image, or the text on an application screen. The types of checkpoints are standard, image, table, page, text, text area, bitmap, database, accessibility and XML checkpoints. Users can also create user-defined checkpoints.[11]

Exception handling

HP QuickTest Professional manages exception handling using recovery scenarios; the goal is to continue running tests if an unexpected failure occurs.[12] For example, if an application crashes and a message dialog appears, HP QuickTest Professional can be instructed to attempt to restart the application and continue with the rest of the test cases from that point. Because HP QuickTest Professional hooks into the memory space of the applications being tested, some exceptions may cause HP QuickTest Professional to terminate and be unrecoverable.

Data-driven testing

HP QuickTest Professional supports data-driven testing. For example, data can be output to a data table for reuse elsewhere. Data-driven testing is implemented as a Microsoft Excel workbook that can be accessed from HP QuickTest Professional. HP QuickTest Professional has two types of data tables: the Global data sheet and Action (local) data sheets. The test steps can read data from these data tables in order to drive variable data into the application under test, and verify the expected result.[13]

Automating custom and complex UI objects

HP QuickTest Professional may not recognize customized user interface objects and other complex objects. Users can define these types of objects as virtual objects. HP QuickTest Professional does not support virtual objects for analog recording or recording in low-level mode.[14]


Extensibility

HP QuickTest Professional can be extended with separate add-ins for a number of development environments that are not supported out-of-the-box. HP QuickTest Professional add-ins include support for Web, .NET, Java, and Delphi.[11] HP QuickTest Professional and the HP QuickTest Professional add-ins are packaged together in HP Functional Testing software.[15]

Test results

At the end of a test, HP QuickTest Professional generates a test result. Using XML schema, the test result indicates whether a test passed or failed, shows error messages, and may provide supporting information that allows users to determine the underlying cause of a failure. Release 10 lets users export HP QuickTest Professional test results into HTML, Microsoft Word or PDF report formats. Reports can include images and screen shots for use in reproducing errors.[16]

User interface

HP QuickTest Professional provides two views--and ways to modify-- a test script: Keyword View and Expert View. These views enable HP QuickTest Professional to act as an Integrated Development Environment (IDE) for the test, and HP QuickTest Professional includes many standard IDE features, such as breakpoints to pause a test at predetermined places.[17]

Keyword view

Keyword View lets users create and view the steps of a test in a modular, table format. Each row in the table represents a step that can be modified. The Keyword View can also contain any of the following columns: Item, Operation, Value, Assignment, Comment, and Documentation. For every step in the Keyword View, HP QuickTest Professional displays a corresponding line of script based on the row and column value. Users can add, delete or modify steps at any point.

In Keyword View, users can also view properties for items such as checkpoints, output values, and actions, use conditional and loop statements, and insert breakpoints to assist in debugging a test.[18]

Expert view

File:SampleCode.JPG
VBScript code in Expert View

In Expert View, HP QuickTest Professional lets users display and edit a test's source code using VBScript. Designed for more advanced users, users can edit all test actions except for the root Global action, and changes are synchronized with the Keyword View.[19]

Languages

HP QuickTest Professional uses VBScript as its scripting language. VBScript supports classes but not polymorphism and inheritance. Compared with Visual Basic for Applications (VBA), VBScript lacks the ability to use some Visual Basic keywords, does not come with an integrated debugger, lacks an event handler, and does not have a forms editor. HP has added a debugger, but the functionality is more limited when compared with testing tools that integrate a full-featured IDE, such as those provided with VBA, Java, or VB.NET.[20]

Drawbacks

HP QuickTest Professional cannot be used by a plug-in in non-Windows environments. It fetches objects like ActiveX from the Windows environment but not from other operating systems. QTP cannot be used to test with all browser types and versions

Supported Technologies

The supported technologies depend on the QTP version, so far are available the following:

  • Web
  • Java(Core and Advanced)
  • .Net
  • WPF
  • SAP
  • Oracle
  • Siebel
  • PeopleSoft
  • Delphi
  • Power Builder
  • Stingray 1
  • Terminal Emulator
  • Flex
  • Web Services
  • Windows Mobile
  • VisualAge Smalltalk
  • Silverlight
  • Mainframe terminal emulators[21]

Versions

  • 11.0 - Released in 2010
  • 10.0 - Released in 2009
  • 9.5 - Released in 2007
  • 9.2 - Released in 2007
  • 9.0 - Released in 2006
  • 8.2 - Released in 2005
  • 8.0 - Released in 2004
  • 7.0 - Never released.
  • 6.5 - Released in 2003
  • 6.0 - Released in 2002
  • 5.5 - First release. Released in 2001

License models

HP QuickTest Professional is available through single-seat licenses, as well as floating or concurrent licenses.[22] A trial version of the software is also available.[23]

HP Quality Center Integration

HP QuickTest Professional and HP Quality Center work together for additional testing capabilities. Users can use HP Quality Center with HP QuickTest assets, such as tests, shared object repositories, libraries, recovery scenarios and external data tables.[24] </ref>


See also

References

  1. ^ HP QuickTest Professional software data sheet
  2. ^ "A complete guide to working on Quality Center with QTP". Learn QTP. Retrieved 2011-01-27.
  3. ^ a b "HP Release QTP 10.0". Automatedtestinginstitute.com. 2009-03-07. Retrieved 2011-01-27.
  4. ^ "Mercury QuickTest Professional (QTP) Evaluation". Devbistro.com. 2006-11-08. Retrieved 2011-01-27.
  5. ^ "HP Press Release: HP Closes Landmark Mercury Acquisition; Companies Unite to Lead in Business Technology Optimization Software". Hp.com. Retrieved 2011-01-27.
  6. ^ "HP QuickTest Professional - Free software downloads and software reviews - CNET Download.com". Download.cnet.com. 2009-09-29. Retrieved 2011-01-27.
  7. ^ "Software Testing FAQ: GUI Test Drivers". Testingfaqs.org. Retrieved 2011-01-27.
  8. ^ "QTP with Descriptive programming". Slideshare.net. Retrieved 2011-01-27.
  9. ^ "QuickTest Professional: QTP Basic Features". Gcreddy.com. 2010-03-16. Retrieved 2011-01-27.
  10. ^ "QTP Tutorials & Interview Questions: Checkpoints in QTP (QuickTest Professional)". Qtp.blogspot.com. 2004-02-27. Retrieved 2011-01-27.
  11. ^ a b "QTP 10 Tutorial". Scribd.com. 2010-07-08. Retrieved 2011-01-27.
  12. ^ "Mastering QuickTest Professional (QTP)". Qtpautomation.com. 2009-03-16. Retrieved 2011-01-27.
  13. ^ "Using Global and Action Data Sheets in QTP ~ Guide to QuickTest Professional 10". Qtp10.com. 2009-07-05. Retrieved 2011-01-27.
  14. ^ "QuickTest Professional User’s Guide.”
  15. ^ Software Quality Engineering IT (2010-08-04). "Tool info : HP Functional Testing software". Stickyminds.com. Retrieved 2011-01-27.
  16. ^ Test Results Analysis with New Reporting Functionality.”
  17. ^ [1][dead link]
  18. ^ "Working with Keyword View in HP QTP - QTP Tutorial 6 ~ Guide to QuickTest Professional 10". Qtp10.com. 2009-07-04. Retrieved 2011-01-27.
  19. ^ http://www.fdscallcentre.com/homepage/data/mi/DS-0413-020_QTPro6.0.pdf
  20. ^ "Key Differences Between VB and VB Script". www.htmlgoodies.com. 2011-01-23. Retrieved 2011-01-27.
  21. ^ "Functional Testing software System Requirements - HP - BTO Software". HP. Retrieved 2011-01-27.
  22. ^ "Download QTP 10.0 Evaluation ~ Guide to QuickTest Professional 10". Qtp10.com. 2009-04-17. Retrieved 2011-01-27.
  23. ^ HP QuickTest Professional software official web page
  24. ^ "HP Quality Center 10.00 integration | HP Enterprise TV: Online Videos and Podcasts". H30423.www3.hp.com. Retrieved 2011-01-27.