Tutorial by Examples

Running the installer will set up the application along with any and all available add-ons to enable additional functionality (for example, the Web add-on is required in order to allow QTP to control browser objects, the Terminal add-on allows it to control terminal emulator applications, the Java a...
QTP uses VBScript as its programming language. Therefore a Hello World example can be given in pure VBScript: MsgBox "Hello World!" Executing this script (by pressing F5 or clicking the Play button on the taskbar) will produce a message box with the text "Hello World!" in it...

Page 1 of 1