--%>

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 : CPU programming When a process enters

    When a process enters the CPU, your program must now "fork"and "exe" a stand alone child process. You MUST use "glxgears" for the child process.                            When a context switch occurs

  • Q : Define Divide and conquer Divide and

    Divide and conquer: An approach to trouble solving which attempts to decrease an overall single big trouble into multiple simpler troubles.

  • Q : Define Fetch-execute cycle

    Fetch-execute cycle: The simple set of steps which are endlessly recurring by a computer's Central Processing Unit for each and every program instruction: `Fetch the next instruction suggested by the program counter,' `update the program counter to pa

  • Q : Why do I require TC Trustcenter

    Why do I require TC Trustcenter Publisher ID?

  • Q : Mission Critical Systems or a real-time

    Determine the important aspect of Mission Critical Systems or a real-time system.

  • Q : Define Software engineering Software

    Software engineering: It is the system of applying of an engineering discipline to the implementation, design and maintenance of the software systems.

  • Q : Importance of client-side libraries

    Explain the importance of the client-side libraries?

  • Q : Advantages of Object oriented

    Q. What are the advantages of Object Oriented Programming languages? Explain them. Ans. : Object oriented programming language has following advantages-

    Q : What is Octal character constant Octal

    Octal character constant: It is a character constant in the form of \ddd, where each d is an octal digit. This might be employed for characters with a Unicode value in the range of 0 to 255.

  • Q : Fact table and dimension table describe

    describe the foreign key in fact table and dimension table