Skip to main content

Posts

Showing posts with the label HP QTP

HP QTP Tutorial Chapter 4

1 View Menu The View Menu will provide you the options for setting the view of your Test. You can choose to view or hide the various options available under View Menu. The below section will outline the important information on the options of View Menu. See the below screen shot for the options available under View Menu: 1.1 Active Screen The Active Screen is a screen which shows the Screen Shot capture while doing the recording. You will be able to see the Screen Shot, if your QTP Settings allow capturing Active Screen. If you are not able to see the Active Screen after recording is completed, just goto View->Active Screen (Check for a tick mark against this option in View Menu). See the bottom panel where you will see an Active Screen Tab. (See screen shot below) As a best practice, you can enable this option but while saving the Test, do not save Active Screen with your test; it will unnecessarily increase the resources on your drive.  1.2 Available Keywords Thi...

HP Quick Test Professional Tutorial Chapter 3

1 Edit Menu In Edit Menu, the first 7 commands are very self explanatory, which you can find in any GUI based application. You will find Undo, Redo, Cut, Copy, Paste, Delete, Copy Documentation to Clipboard (used for copying the documentation column value into notepad, ms word etc.).The below command are also very self explanatory and will get active when you are in Expert View mode. The commands are Find, Replace, Goto, Bookmarks. In this paper, we will cover Action (Split Action, Rename Action, Delete Action, Action Properties, Action Call Properties), Step Properties (Object Properties, Checkpoint Properties, Output Value Properties), Advanced (Comment, Uncomment, Indent, Outdent, Goto Function Definition, Complete Word, Argument Info, Apply “with” to script, Remove “with” statements) & Optional Step. 1.1 Action As the name suggests, ACTION command can be used for doing manipulation on the QTP Actions. If you do not know what an ACTION is, then let me define for you. A...

HP Quick Test Professional Tutorial Chapter 1

In this article I will explain how you can make use of File Menu option available in HP QTP. This is a very basic usage and I thought to start the Basic Series so that newbie's can learn QTP by following the complete series on this Blog. I will publish the Series subsequently. Next Series I will explain only about the File->Settings option which is very useful in real time usage. 1 FILE Menu 1.1 New Menu If you want to either create a new test, business component, or function library you have access the File->New-><<Sub Option>>>. Figure is shown below: 1.1.1 New Test New Test option is used to create a New Test Script. You can create a New Test by pressing Ctr+N, or click File->New->New Test . Once you do above operation, you will see a blank Test Script Page where you can record or write your VB Script code. 1.1.2 Business Component Business component is mainly used when you are planning to use Business Component Testing model and ...