FAQs
-
What is a Run-Time Data Table? Where can I find and view this table?
In QTP, there is data table used , which is used at runtime. -In QTP, select the option View->Data tabke. -This is basically an excel file, which is stored in the folder of the test created, its name is Default.xls by default.
-
Explain in brief about the QTP Automation Object Model.
Essentially all configuration and run functionality provided via the QuickTest interface is in some way represented in the QuickTest automation object model via objects, methods, and properties. Although a one-on-one comparison cannot alway...
-
Explain the keyword createobject with an example.
Creates and returns a reference to an Automation object syntax: CreateObject(servername.typename [, location]) Arguments servername:Required. The name of the application providing the object. typename : Required. The type or class of th...
-
What is the file extension of the code file & object repository file in QTP?
File extension of – Per test object rep :- filename.mtr – Shared Oject rep :- filename.tsr Code file extension id script.mts
-
what is the use of Text output value in Qtp?
Output values enable to view the values that the application talkes during run time.When paramaterised, the values change for each iteration.Thus by creating output values, we can capture the values that the application takes for each run a...
-
How to handle the exceptions using recovery secnario manager in Qtp?
You can instruct QTP to recover unexpected events or errors that occured in your testing environment during test run. Recovery scenario manager provides a wizard that guides you through the defining recovery scenario. Recovery scenario has...
-
How to handle the exceptions using recovery secnario manager in Qtp?
You can instruct QTP to recover unexpected events or errors that occured in your testing environment during test run. Recovery scenario manager provides a wizard that guides you through the defining recovery scenario. Recovery scenario has...
-
Where can I get Quick Test pro(QTP Pro) software.. This is Just for Information purpose Only.
Introduction to QuickTest Professional 8.0, Computer Based Training: Please find the step to get QuickTest Professional 8.0 CBT Step by Step Tutorial and Evaluation copy of the software. The full CBT is 162 MB. You will have to create accou...
-
What are the Features & Benefits of Quick Test Pro(QTP)..?
1. Key word driven testing 2. Suitable for both client server and web based application 3. Vb script as the scriot language 4. Better error handling mechanism 5. Excellent data driven testing features
-
What is test object?
Its an object that QTP uses to represent an object in our application. Each test object has one or more methods and properties that we can use to perform operations and retrieve values for that object. Each object also has a number of ident...
-
What are all the components of QTP test script?
QTP test script is a combination of VB script statements and statements that use QuickTest test objects ,methods and properties
-
What is a Run-Time data table?
The test results tree also includes the table-shaped icon that displays the run-time data table-a table that shows the values used to run a test containing data table parameters or the data table output values retrieved from a application u...
-
Explain in brief about the QTP automation object model?
The test object model is a large set of object types or classes that QTP uses to represent the objects in our application. Each test object has a list of properties that can uniquely identify objects of that class
-
Explain in brief about the QTP automation object model?
The test object model is a large set of object types or classes that QTP uses to represent the objects in our application. Each test object has a list of properties that can uniquely identify objects of that class
-
If WinRunner and QTP both are functional testing tools from the same company. Why a separate tool QTP came in to picture?
QTP has some additional functionality which is not present in WinRunner. For example,you can test(Functionality and Regression testing) an application developed in .Net technology with QTP,which is not possible to test in WinRunner
-
Is it necessary to learn VB script to work with QTP?
Its not mandate that one should mastered in VB script to work with QTP. It is mostly user friendly and for good results we need to have basic VB or concepts which will suffice
-
How to open excel sheet using QTP script?
You can open excel in QTP by using the following command System.Util.Run”Path of the file”
-
Explain the keyword createobject with example
createobject is used to create and return a reference to an automation object. For example: Dim ExcelSheetSet ExcelSheet=createobject(“Excel.Sheet”)
-
Give the example where we can use a COM interface in our QTP project?
COM interface appears in the scenario of front end and back end.
-
What are the different scripting languages we can use when working with QTP?
VB script
-
What are the properties we can use for identifying a browser and page when using descriptive programming?
The name property is used to identify the browser and the title property is used to identify the page
-
What is the file extension of the code file and object repository file in QTP?
The extension for code file is .vbs and the extension for object repository is .tsr
-
What is the use of working with actions?
To design a modular and efficient tests
-
What is the use of data table in QTP?
Parameterizing the test
-
How to rename a checkpoint (QTP 9.0)?
Example: Window("Notepad").WinEditor("Edit").Check CheckPoint("Edit") In the above example, the user would like to change the name of the CheckPoint object from "Edit" to something more meaningful.
-
Where to use function or action?
Well answer depends on the scenario. If you want to use the OR feature then you have to go for Action only. If the functionality is not about any automation script i.e. a function like getting a string between to specific characters, now th...
-
Which environment are supported by Test Checkpoint?
Text Checkpoint are supported all add-in environments 1. What are the Features & Benefits of Quick Test Pro(QTP)..? 1. Key word driven testing 2. Suitable for both client server and web based application 3. Vb script as the scriot lang...
-
What’s the Table Checkpoints?
Table Checkpoint checks the information with in a table.
-
Which environments are supported by Image Checkpoint?
Image Checkpoint are supported only Web environment.
-
What’s the Image Checkpoint?
Image Checkpoint check the value of an image in your application or web page.
-
What’s the Standard Checkpoint?
Standard Checkpoints checks the property value of an object in your application or web page.
-
What’s the Expert View?
Expert View display the Test Script.
-
Which all environment QTP supports?
ERP/ CRM Java/ J2EE VB, .NET Multimedia, XML Web Objects, ActiveX controls SAP, Oracle, Siebel, PeopleSoft Web Services, Terminal Emulator IE, NN, AOL
-
What’s Data Table?
It assists to you about parameterizing the test.
-
What’s the Test Pane?
Test Pane contains Tree View and Expert View tabs.
-
What’s the Active Screen?
It provides the snapshots of your application as it appeared when you performed a certain steps during recording session.
-
What’s the QTP testing process?
QTP testing process consist of seven steps- • Preparing to recoding • Recording • Enhancing your script • Debugging • Run • Analyze • Report Defects
-
How many types of Parameters are available in QTP?
QTP provides three types of Parameter- • Method Argument • Data Driven • Dynamic
-
Which scripting language used by QTP?
QTP using VB scripting.
-
What’s the basic concept of QTP?
QTP is based on two concept- • Recording • Playback
-
What’s the QTP?
QTP is Mercury Interactive Functional Testing Tool.