Friday 6 September 2013

Which environments are supported by HP QTP

 QTP supports the following environments
  •         Active X
  •         Delphi
  •         Java
  •         .Net
  •         Oracle
  •         People Soft
  •         Power Builder
  •         SAP
  •         Siebel
  •         Stingray
  •         Terminal Emulator
  •         Visual Basic
  •         Visual Age
  •         Web
  •         Web Services

What are the Features & Benefits of Quick Test Pro


  •       Key word driven testing
  •       Suitable for both client server and web based application
  •       VBScript as the scripting language
  •       Record and playback Feature which helps in faster test script creation
  •     Easier maintenance and powerful Data Driven capability. provides inbuilt methods to integrate with 3rdparty application like Excel, MS Access etc
  •       Operates stand-alone, or could be integrated into HP Quality Center
  •      Identifies objects with Unique Smart Object Recognition, even if they change from build to build, enabling reliable unattended script execution
  •      Enables thorough validation of applications through a full complement of checkpoints
  •      The screen shots can be recorded of Run time error


What is keyword view and Expert view in QTP

The Keyword View enables you to create and view the steps of your test in a keyword-driven, modular, table format. The Keyword View is comprised of a table-like view, in which each step is a separate row in the table, and each column represents different parts of the steps. You can modify the columns displayed to suit your requirements.

You create and modify tests by selecting items and operations in the Keyword View and entering information as required. Each step is automatically documented as you complete it, enabling you to view a description of your test steps in understandable English.
Each operation performed on your application during a recording session is recorded as a row in the Keyword View.


For each row in the Keyword View, HP QuickTest displays a corresponding line of script in the Expert View.
Advanced testers can view and edit their tests in the Expert View, which reveals the underlying industry-standard VBScript that QuickTest automatically generates. Any changes made in the Expert View are automatically synchronized with the Keyword View.
The Expert View is composed of statements coded in the Microsoft VBScript programming language. The Expert View provides an alternative to the Keyword View for testers who are familiar with VBScript. You can also create function libraries in HP QuickTest using VBScript.