One Testing Center

QTP - Keyword Driven Framework. QTP Learning Book - Learn By Questions. QTP Learning Book - Made Easy - Part1. QTP Learning Book - Made Easy - Part2. QTP Quality Center - QC.

Recent Post

QTP @ MsgBox

MsgBox – Message Box MsgBox MsgBox(prompt, buttons, title, helpfile, context) Prompt : The text of the message to display in the message box dialog. Buttons :The sum of the Button, Icon, Default Button, and Modality constant values. Title : The title displayed in the Title-bar of the message box dialog. Helpfile :An expression specifying the name of the help file to provide help functionality for the dialog. Context : An expression specifying a context ID within helpfile. MSGBOX – Buttons Constant Value Description vbOKOnly 0 Display OK button...

QTP @ InputBox

InputBox Function The InputBox function displays a dialog box containing a label, which prompts the user about the data you expect them to input, a text box for entering the data, an OK button, a Cancel button, and optionally, a Help button. When the user clicks OK, the function returns the contents of the text box. InputBox(Prompt, Title, Default, Xpos, Ypos, HelpFile, Context)   MsgBox Function Displays a dialog box containing a message, buttons, and optional icon to the user. The action taken by the user is returned by the...

QTP @ Synchronization Script

QTP @ Synchronization Synchronization - Ways to synchronize the test Synchronization – Methods QTP @ Synchronization @ Script Demo http://gareddy.blogspot.com/2011/02/qtp-synchronization.html http://gareddy.blogspot.com/2011/02/qtp-synchronization-script-demo.htm...

QTP @ Synchronization Methods

QTP @ Synchronization Synchronization - Ways to synchronize the test Synchronization – Methods QTP @ Synchronization @ Script Demo http://gareddy.blogspot.com/2011/02/qtp-synchronization.html http://gareddy.blogspot.com/2011/02/qtp-synchronization-script-demo.htm...

QTP @ Ways to synchronize the test

QTP @ Synchronization Synchronization - Ways to synchronize the test Synchronization – Methods QTP @ Synchronization @ Script Demo http://gareddy.blogspot.com/2011/02/qtp-synchronization.html http://gareddy.blogspot.com/2011/02/qtp-synchronization-script-demo.ht...

QTP @ Synchronization @ Script Demo

QTP @ Synchronization @ Script Demo '******************************************* 'QTP @ Synchronization @ Script Demo '******************************************* '******************************************** 'QTP @ Synchronization > Wait Method Demo '******************************************** SystemUtil.Run "C:\Program Files\HP\QuickTest Professional\samples\flight\app\flight4a.exe" wait(2) '******************************************** 'QTP @ Synchronization > WaitProperty Method Demo '******************************************** LoginExist=Dialog("Login").WaitProperty("enabled",10):...

QTP @ Synchronization

QTP @ Synchronization Synchronization: Synchronizing is the process of utilizing time lines / time periods until for a specific purpose When you run tests, your application may not always respond with the same speed. For example, it might take a few seconds:       For a progress bar to reach 100%       For a button to become enabled       For a button to become disabled       For a window or pop-up message to open You can handle...

GAReddy @ OneTestingCenter @ All Articles