Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Object Spy?

Answers were Sorted based on User's Feedback



What is Object Spy?..

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

What is Object Spy?..

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

What is Object Spy?..

Answer / sofia

Object Spy is used to read the object properties & the
physical description.

Is This Answer Correct ?    2 Yes 0 No

What is Object Spy?..

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

What is Object Spy?..

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

What is Object Spy?..

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

What is Object Spy?..

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

What is Object Spy?..

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

Post New Answer

More QTP Interview Questions

Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?

0 Answers   Accenture,


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

2 Answers  


Does QTP support flat files? If yes what are those?

2 Answers  


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?

1 Answers   Adobe, Patni,


What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?

1 Answers  


How to handle the exceptions using recovery scenario manager in QTP?

1 Answers   Crea,


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

0 Answers   Cap Gemini,


Explain data driven framework?

0 Answers  


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?

0 Answers   CTS,


How to suppress warnings from the test results page?

0 Answers  


Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?

1 Answers   Cigniti Technologies,


Categories