
November 8th, 2008 by

Yaron Assa

Loading ...
Chad Ullman offers this great QTip, that makes working with external Win32 DLL’s much MUCH easier:
QTP’s Extern object is extremely useful for extending the power of QTP by exposing all of the Win32 API. However, because Extern is a reserved object in QTP, it is instantiated once when QTP starts and persists through all your test runs, and this can cause all sorts of problems. Luckly, Chad shares his simple yet very effective QTip for overcoming these problems.

May 26th, 2008 by

Yaron Assa

Loading ...
Get the color code of a given pixel on the screen.

April 1st, 2008 by

daniva

Loading ...
The WritePrivateProfileString function copies a string into the specified section of an initialization file.

April 1st, 2008 by

daniva

Loading ...
The GetPrivateProfileSectionNames function Retrieves the names of all sections in an initialization file.

April 1st, 2008 by

daniva

Loading ...
The GetPrivateProfileString function Retrieves a string from the specified section in an initialization file.

April 1st, 2008 by

daniva

Loading ...
Sometimes applications display reports, when the window title depends on server, ip, date an time, report type etc.

April 1st, 2008 by

daniva

Loading ...
The FindWindow function retrieves a handle to the top-level window whose class name and window name match the specified strings. This function does not search child windows. This function does not perform a case-sensitive search.

April 1st, 2008 by

daniva

Loading ...
The EndTask function is called to forcibly close a specified window.

April 1st, 2008 by

daniva

Loading ...
The CloseWindow function minimizes (but does not destroy) the specified window.

April 1st, 2008 by

daniva

Loading ...
The SwitchToThisWindow function is called to switch focus to a specified window and bring it to the foreground.

April 1st, 2008 by

daniva

Loading ...
The IsZoomed function determines whether a window is maximized.

April 1st, 2008 by

daniva

Loading ...
The IsIconic function determines whether the specified window is minimized (iconic).The IsIconic function determines whether the specified window is minimized (iconic).
Recent Comments