QTP Interview Questions
Questions Answers Views Company eMail

Which scripting language used by quicktest professional?

565

Explain the check points in quicktest professional?

590

How many types of recording facility are available in quicktest professional?

605

Does quicktest professional is unicode compatible?

555

How many add-ins comes by default with quicktest professional?

585

What is test object model in quicktest professional?

652

How to handle the exceptions using recovery secnario manager in quicktest professional?

674

Explain in brief about the quicktest professional automation object model?

552

Explain about the test fusion report of quicktest professional?

562

How to start recording using quicktest professional?

643

How does quicktest professional identifies the object in the application?

591

What is the quicktest professional testing process?

569

How many types of actions are there in quicktest professional?

551

How to execute a winrunner script in quicktest professional?

595

Explain the concept of how quicktest professional identifies object?

563


Post New QTP Questions

Un-Answered Questions { QTP }

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

2459


What is the difference between rational rose and QTP?

1811


How to define array in qtp?

606


Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations

1804


Why qtp always start action1 and does not start action?

643






How to add object to object repository in qtp9.0 Suppose for brower yahoo home page

1463


how did u use automating testing tools in ur job?

1518


I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.

1554


Whether qtp 9.0 supports Test director8.0

2159


Explain the concept of how quicktest professional identifies object?

563


What are the technologies supported by qtp?

597


what r the main attributes of test automation?

1514


hi guys, pls tell me for testing institution training hub, hitech city is best or not?

1364


How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric

1681


How many types of recording modes in qtp? Describe each type with an example where we use them?

658