What is Object Spy?

Answer Posted / ratheesh

Object spy is used to idenfify the properties of the object
in the application.

When we are going to the decriptive programming,object spy
is very useful

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

3618


What is the file extension of the code file in qtp?

563


How is recording done when a application is over lapping the QTP application it gives a message object not recorded

1577


How QTP support all types of applications (platforms)?

4083


Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?

1396






what are the challenges you have faced while testing web based application using the automation tools ?

598


What is the extension of the qtp local repository?

568


Tell me one scenario, the complex functionality you have automated in your project?

1481


What is output value? How many types of output values are there in qtp?

582


Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John

2169


How qtp recognizes the object?

675


explain how to write vb script in qtp?when will you write own script?

1860


Write a script to customize the test results in PDF and HTML format.

2086


How the smart identification is used in real time?Please explain with an example

1551


Explain the Different types of QTP test assets and their extensions?

607