06
Jan 12

QTP “AddWastedTime” function

QuickTest Pro Tips & Tricks: This article compliments the post “QTP Performance Testing for a Single User” found on my website.  During the process of logging how long a process takes, you may know that you have some processing time that you do not want to take into account.  You may have some “wait” statements [...]

05
Jan 12

VBScript InputBox function

Category: Programming, QuickTest Pro, Sample Code | Comments Off

QuickTest Pro Tips & Tricks: You can spawn an Edit Box from within your QuickTest Pro test script using the “InputBox” VBScript function.  This function will open up an Edit box where you can type in a value.  The help syntax is as follows:

29
Sep 11

VBScript Procedures in QTP

Tips & Tricks Series – VBScript Procedures Overview If you are using QuickTest Pro, then QTP uses VBScript as the programming language and there are basically two types of procedures in VBScript - Functions and Subroutines.  The main difference between them is