Results 1 to 3 of 3

Thread: multiple actions in QTP

  1. #1
    Junior Member
    Join Date
    Mar 2007
    Answers
    1

    multiple actions in QTP

    i have created multiple actions and i don't want to run all the actions at a time but i want to run only one action in that so how to do that.

    how to insert breakpoint and what is the use of transactions and how to work with transactions


  2. #2
    Contributing Member
    Join Date
    Feb 2006
    Answers
    33

    Re: multiple actions in QTP

    Use RunAction function in the main action. It will run only specific actions & not all.


  3. #3

    Re: multiple actions in QTP

    If you have multiple actions and you want to run only one action at a time, make all the actions as re-usable actions then create a new action, insert calls to re-usable actions in the new action, run which ever action you want. comment all other actions.


    eg:

    Assume that you have Action1, Action2 and Action3. You want to run Action1, Action2 and Action3 individually.

    1) Select Action1/2/3 go to action properties make it as re-usable.

    2) Create a new action say Action 4

    3) Go to keyword/treeview delete Action1/2/3 (from the keyword view which are re-usable)

    4) Go to Expert view select Action 4

    5) insert statements like

    RunAction "Action1",oneIteration,parameters if any
    RunAction "Action2",oneIteration,parameters if any
    RunAction "Action3",oneIteration,parameters if any

    6) If u want to run Action1 comment all other actions
    similarly for other actions also...


    hope this will help u in understanding....


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact