QTP Interview Questions
Questions Answers Views Company eMail

What is the basic concept of quicktest professional?

787

To which environments does quicktest professional supports?

762

What is the use of text output value in quicktest professional?

723

How many types of parameters are available in quicktest professional?

746

Explain the types of object repositorys in qtp?

799

What is the qtp testing process?

819

What is checkpoints for qtp?

737

What are the different recording modes?

755

Explain the features and benefits of quick test pro(qtp)?

733

Explain the differences between table and db checkpoints?

770

What is qtp window?

781

What are the different types of checkpoints?

805

Explain the types of properties that quick test learns while recording?

787

What are the differences between qtp and winrunner?

741

Explain the parameter in qtp?

785


Post New QTP Questions

Un-Answered Questions { QTP }

Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)

1865


On what document base Descriptive programming is written if build is not yet ready ?

1122


You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?

1573


What are the different kinds of test steps?

810


Is it possible to merge two object repository files in qtp?

840


What is the extension of the recovery scenario file in qtp?

755


what could go wrong with test automation?

1777


i have asked earlier only one question how to test web application using QTp plz send me the answer quickly

1898


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

2499


How to release all resources file from the QTP?

1286


tell me QTP standards ?plz

1705


In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

1764


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2638


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1669


Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya

1641