Term Papers on Qtp Command Examples from Term Papers Lab.
Below is a free excerpt of our term paper on Qtp Command Examples
QTP Command Examples
1. Activate: Activates the current Dialog Box.
Syntax: object.Activate [BUTTON]
Example:
Sub Activate_Example()
'The following example uses the Activate method to activate the
'Internet Options dialog box.
Browser("Mercury Tours").Dialog("Internet Options").Activate
End Sub
2. CaptureBitmap: Saves the screen capture of the object as a .png or .bmp image using the specified file name.
Syntax: object.CaptureBitmap FullFileName, [OverrideExisting]
Example:
Sub CaptureBitmap_Example1()
'The following example uses the CaptureBitmap method to capture a
'screen shot of the Internet Options dialog box. The file is
'automatically saved to a different folder (the test run results
'folder) in each run.
Browser("Mercury Tours").Dialog("Internet Options").CaptureBitmap "internet_options.bmp"
End Sub
3. ChildObjects: Returns the collection of child objects contained within the object.
Syntax: object.ChildObjects (pDescription)......
Join Now to view the rest of this term paper!
Members: Login to view this research paper.
Title: Qtp Command Examples
Approximate Word Count: 1329
Approximate Pages: 6 (250 words per double-spaced page)
This is a free excerpt of our Qtp Command Examples term paper. Get complete access to Qtp Command Examples term papers, along with over 100,000 other example research papers and college term papers, with the Term Papers Lab Membership Pass.
With the Term Papers Lab Membership Pass, you get instant access to every term paper on this site, including the term paper on Qtp Command Examples, for as long as you remain a member! That's over 100,000 online term papers and written research papers at your fingertips!
You could be reading our college term papers on Qtp Command Examples in less than two minutes!
Other term papers sites charge almost $100 for a single term paper. At Term Papers Lab, you can get instant access to over 100,000 termpapers and sample research papers for as little as $29.95!
Looking for other term papers besides research papers on Qtp Command Examples? Find other college termpapers and online research papers from Term Papers Lab using the search box below.
-
Qtp Command Examples
Qtp Command Examples. QTP Command Examples 1. Activate: Activates the current
Dialog Box. Syntax: object.Activate [BUTTON] Example ... ...



