--%>

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 Formal argument Formal argument

    Formal argument: The definition of a method’s argument is the part of a method header. Each and every formal argument has an associated type. Whenever a method is called, the actual argument values are copied into the analogous formal arguments.

  • Q : Define class Define class?

    Define class?

  • Q : Technologies are used in AJAX Name the

    Name the technologies that are used in AJAX?

  • Q : Benefits of the event-delegation model

    Write down some of the benefits of the event-delegation model over event-inheritance model?

  • Q : Which kernel objects is utilize for

    Which kernel objects is utilize for thread Synchronization on various processes? Answer: For thread synchronization on various processes kernel objects are utilize

  • Q : What is Round robin allocation Round

    Round robin allocation: It is an allocation of time slices which repeatedly cycles regarding a set of eligible threads in the fixed order.

  • Q : Explain Default initial value Default

    Default initial value: It is the default value of any variable not explicitly initialized whenever it is declared. The fields of numeric primitive types contain the value zero by default, Boolean variables encompass the value false, char variables enc

  • Q : Use of System Dynamic and System Runtime

    What is the use of System.Dynamic and System.Runtime.CompilerServices namespaces?

  • Q : Explain Object reference Object

    Object reference: It is a reference to an object. Languages other than Java employ terms like pointer or address or. It is significant to keep the difference clear between an object and its reference. The variable like argo

    Q : Explain Package declaration Package

    Package declaration: It is a declaration employed to name a package. This should be the first item in the source file, preceding any import statements. For example,     pa