What is Object Spy?
Answers were Sorted based on User's Feedback
Answer / prashant
Using the Object Spy, you can view the properties of any
object in an open application. You use the Object Spy
pointer to point to an object. The Object Spy displays the
selected object?s hierarchy tree and its properties and
values in the Properties tab of the Object Spy dialog box.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vasavi juvvadi
Object Spy is used to view the Run time and Test Object
properties and methods of application
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / venkatraj.b
by using objectspy we can view the object properties of an
open application,testobject methods and run time object
methods, and also we can view selected object hirarchy tree
properties and values in objectspy dialod box.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prashanth
Object Spy is used to spy the properties of an object
currently displayed in the application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pbarjatiya
Object repository is used to get the information about an
object which QTP comes across in testing. But when an
object is not found by that then it can be manually
selected using object spy to find its property using QTP.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pratap
How to get data from listbox in qtp, I have 2 columns names
in browser, column one can have Emp names and column two
can have salary ahd each employee can have listbox in column
two,
We want to featch emp name from col one and corsponding list
box value in column 2.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sreekanth k
Using Object spy we can find Object name,object class name,object parent object name,object parent object class name,methods and there information properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
when we enter url,one page should open.write a vb script ,that page is open or not
2 Answers Blue Chip India, Persistent,
can QTP works on LINUX platfom
Does QTP support flat files? If yes what are those?
How would you parameterize the text field "Country" and the same "country" when it appears as combo field on other page with text field city and same with City combo field?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
How to handle the exceptions using recovery scenario manager in QTP?
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
Explain data driven framework?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
How to suppress warnings from the test results page?
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,