This is my personal blog for my software testing study purposes. The topics posted in this blog are mine and from some other sources (credits are given). I always add those topics which helps me. Hope these topics will help you guys also.
- Happy testing!

QTP10.com is a new and completely free website that offers help in all the versions of HP QTP (including latest version 10). More importantly, it offers free code for users of HP QuickTest Professioal. This site helps you in learning the basics of QTP and descriptive/advanced programming in (QTP) on various environments like - .Net, Infragistics, Web, Windows, etc.

Note -
This blog is NOT affiliated with HP / Hewlett-Packard in any way. The data/questions come from various sources and we have our own testing questions. I am just another Software Tester like you.

Recent Posts

QTP & Keyword Driven Testing

Tricky Questions in QTP

Asset Upgrade tool in QTP

New Features in QTP 10

Friday, April 17, 2009

LoadAndRunAction - Call Actions Dynamically During the Test Run

Subscribe to Free QuickTest Professional Newsletter

SPONSORED LINKS

Call Actions Dynamically During the Test Run

Generally, when you insert a call to an external action, the action call becomes part of the test, and the called action is loaded each time you open the test.

In some situations, you may want to take advantage of the new LoadAndRunAction statement to load an action only when the step runs, and then run that action.

This is useful, for example, if you use many conditional statements that call external actions, and you do not want to load all of these actions each time you open the test, since these actions may not be necessary during the run session.

Go Back to-> New Features in QTP 10

Comments :

0 comments to “LoadAndRunAction - Call Actions Dynamically During the Test Run”

 

Copyright © 2009 by Guide to QuickTest Professional 10