Explain Test Object Model, Test Object and Run-Time object

Define the terms Test Object Model, Test Object and Run-Time object?

E

Expert

Verified

The test object model is a huge set of object types or classes which QuickTest uses to show the objects in your application. All test object class has a list of properties which can uniquely recognize objects of which class and a set of relevant methods which QuickTest can record for this. Test objects is an object which QuickTest creates in the component or test to shows the actual object in your application. Therefore, QuickTest stores information about the object which will help it identifies and checks the object throughout the run session. A run-time object is the real object in your application or Web site on which methods are performed throughout the run session.

   Related Questions in Programming Languages

  • Q : Define Number of Threads Number of

    Number of Threads: Threads can be a useful abstraction and implementation mechanism to partition independent program actions. However, when there is coordination (or interference) between these threads, the required synchronization mechanisms increase

  • Q : What is Static initializer Static

    Static initializer: An initializer prefixed with ‘static’ reserved word. The static initializer is stated outside the methods of its enclosing class, and might access only the static fields and methods of its enclosing class.

  • Q : Explain Static variable Static variable

    Static variable: It is a static variable defined within a class body. Such a variable fits in to the class as a whole, and is, thus, shared by all objects of the class. The class variable may be employed to define the default value of an instance vari

  • Q : Define Double buffering Double

    Double buffering: A graphics method employed to smooth animation. The later version of an image is drawn `at the back the scenes' and then exhibited in its totality whenever the drawing is finished. The supposition is that it will be relatively fast t

  • Q : Explain Polling Polling : It is the

    Polling: It is the process of repeatedly testing until a situation becomes true. Polling can be incompetent when the time between tests is little compared with the time it will take for the condition to become true or right. A polling thread must slee

  • Q : State the term multi programming State

    State the term multi programming.

  • Q : Assembly condition codes What do you

    What do you mean by the term assembly condition codes?

  • Q : Explain Relative filename Relative

    Relative filename: It is a filename whose full path is associative to some point within a file system tree-frequently the present working folder (that is, directory). For example:   

  • Q : Windows Communication Foundation or WCF

    Why did Microsoft develop the Windows Communication Foundation (WCF) technology?

  • Q : What is Signal Handler Signal Handlers:

    Signal Handlers: In some operating systems, signal handlers are executed on a thread stack; they “overlay” the current thread execution (which may be used, for example, in combination with setjmp/longjmp to create user-domain lightweight t

©TutorsGlobe All rights reserved 2022-2023.