| Software Testing Software testing is a process used to identify the correctness, completeness and quality of developed computer software. |
![]() |
| LinkBack | Thread Tools | Search this Thread |
|
|||
|
An object that is exposed to other applications or programming tools through Automation interfaces.
Automation object model is nothing but collection of objects,methods and properties which are used to perform quicktest operations.Throught this object model we can perform any operation described in QTP interface. For every option in QTP menus(Interface) have Objects,methods and properties are there in this model. Eg: dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch /*It launches the QTP qtApp.visible= "true" /* Qtp is visible to us qtApp.close /* It closes the Qtp |
|
|||
|
Thanks a lot Harry.
But i am not able to understand the concept harry...( In the line 'set qtApp=createobject("QuickTest.Application")', what is "QuickTest.Application". for other application what i have to mention in brace. How to find out that. "QuickTest.Application" is called as Prog Id??? how to find that prog id. Pl explain it.... |
|
|||
|
Essentially all configuration and run functionality provided via the QuickTest interface is in some way represented in the QuickTest automation object model via objects, methods, and properties. Although a one-on-one comparison cannot always be made, most dialog boxes in QuickTest have a corresponding automation object, most options in dialog boxes can be set and/or retrieved using the corresponding object property, and most menu commands and other operations have corresponding automation methods.
You can use the objects, methods, and properties exposed by the QuickTest automation object model, along with standard programming elements such as loops and conditional statements to design your script. Automation scripts are especially useful for performing the same tasks multiple times or on multiple tests or components, or quickly configuring QuickTest according to your needs for a particular environment or application. Please refer QTP User Guide. Regards, duke - OSST |
|
|||
|
Thanks to all for the information.
__________________
Mobile Software Testing |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| QTP Material | kalyansantosh | Software Testing | 6 | 03-05-2009 05:13 AM |
| qtp&winreunner materail | mattana_79 | Testing Tutorials | 2 | 01-09-2009 03:28 AM |
| Urgent - WinRunner user guide material | priyapp | Testing Tutorials | 3 | 02-16-2007 03:37 AM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 2 | 05-23-2004 06:15 AM |
| comp.lang.eiffel Frequently Asked Questions (FAQ) | Franck Arnaud | Tech FAQ | 0 | 04-17-2004 08:27 AM |