Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need list of "objects" used in qtp by using "CreateObject"
#2
Solved: 10 Years, 10 Months, 2 Weeks ago
My first question will be, why do you need a list? any specific pupose?
It seems, you have not clearly understood the CreateObject function. you need to learn more about this, google on this or refer QTP help.

basically CreateObject function creates and reference to an automation object. Automation object is an object that is exposed to other applications using automation interfaces.
SO any application which is exposing its interfaces can be used as automation object and we can handle operations on it using Createobject

the syntax is CreateObject(Class) here a class would be Servername.typename
Servername would be the application providing the object and typename would be the type or the class to create object for.

In your question Application is a class for which we creating an object for QuickTest Application .
There could be number of automation server which can provide object and it would be very difficult to list out.

Reply


Messages In This Thread
RE: Need list of "objects" used in qtp by using "CreateObject" - by Saket - 09-15-2010, 03:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  help about CreateObject stevol 23 41,361 04-16-2019, 11:58 AM
Last Post: swethareddy
  Objects are being recognized as "Windows for Menu item list (Browser-firefox, UFT 12) akhandesh 0 2,398 05-27-2015, 06:29 PM
Last Post: akhandesh
  QTP 11 is unable to recognize prime faces components ,for ex: List and radio butt pradeep singh 8 6,725 02-27-2013, 04:42 PM
Last Post: pradeep singh
  QTP recording web objects as windows objects Ansh123 6 5,513 11-30-2012, 08:38 PM
Last Post: Ansh123
  create drop Down list or menu in qtp abansal 0 3,009 09-07-2012, 05:31 PM
Last Post: abansal

Forum Jump:


Users browsing this thread: 1 Guest(s)