QTP Interview Questions
Questions Answers Views Company eMail

Explain getroproperty and gettoproperty & settoproperty?

1 835

How to use actions in qtp ?

582

How to use reporter.report event in qtp ?

549

What are the advantages of parameterization ?

591

How to test results for qtp ?

780

Explain advantages and disadvantages of ddf?

595

What is business process testing(bpt) in qtp?

687

What is an optional step in qtp ?

629

Explain types of descriptive programming?

588

Explain qtp(quick test professional)?

571

Is any limitation to xml checkpoints?

553

What are the differences between table and db checkpoints?

527

When to use descriptive programming?

584

Where can I find and view run-time data table?

517

What is the syntax for how to call one script from another?

553


Post New QTP Questions

Un-Answered Questions { QTP }

what are the limitations of smart identification in qtp 9.0

1917


How can you handle exceptions in qtp?

530


Explain more about the Test Fusion Report of QTP?

601


Explain actions in qtp ?

552


How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet

1535






how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps

1667


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3606


Explain how you can find the absolute value of the number in qtp?

643


can u please explain what is the exact difference between qtp8.2 and 9.0

1675


How will you declare a variable in qtp?

547


How to find the difference between 2 dates in qtp?

576


How you are developing the script? Using record and play back or manual?

629


how to acess a test in RSA?

1664


How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..

1614


Explain object spy in qtp.

580