Wednesday, 2 November 2016

Manual testing Interview questions

QTP or QuickTest Professional is an automation tool which is primarily used to automate functional and regression testing.
QTP 12 is the latest version of QTP
QTP comes with 2 types of licenses         
        1. Permanent seat license that is specific to the computer on which it is installed.
        2. Network-based concurrent license that can be used by multiple QuickTest users.
The following environments will be supported by QTP
Default Support
  • Web Objects /Applications
  • ActiveX  controls
  • Visual Basic Applications
Supported Add-ins
  • Java
  • .NET
  • Oracle
  • People Soft
  • SAP
  • Siebel
  • Stingray
  • Terminal Emulator
  • Visual Age Smalltalk
  • Citrix
  • VMware desktop support
The following browsers will be supported by QTP
  • Microsoft Internet Explorer
  • Mozilla Firefox
  • Netscape Browser
  • Chrome
You can write your Quick Test automation scripts in any language and development environment that supports automation.
For example, you can use: VBScript, JavaScript, Visual Basic, Visual C++, or VisualStudio.NET.
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.
What is expert view?
In the Expert View, QuickTest displays each operation performed on your application in the form of a script, comprised of VBScript statements.
The Active Screen provides a snapshot of your application as it appeared when you performed a certain step during a recording session.
The Information pane provides a list of syntax errors in your test or function library scripts.
What is Missing Resources Pane?
The Missing Resources pane provides a list of the resources that are specified in your test but cannot be found, such as missing calls to actions, unmapped shared object repositories, and parameters that are connected to shared object repositories.

No comments:

Post a Comment