Results 1 to 2 of 2

Thread: Action/Test Parameters

  1. #1
    Contributing Member
    Join Date
    Nov 2007
    Answers
    48

    Action/Test Parameters

    Can anyone explain Test / Action Paramters? It would be better if someone can explain it with exaple. How to Use Action / Test Parameters in our scripting? Give me some example. It would great help me.


  2. #2
    Expert Member
    Join Date
    Oct 2007
    Answers
    375

    Re: Action/Test Parameters

    Hi Sycho,

    Action Parameters are used to pass values across between Actions.

    Go to Action Properties and navigate to Parameters tab. Enter the required Parameter Name and Type.

    NOTE : Both have to be a Reusable Action

    Now consider 2 Actions - Action 1 and Action 2

    Define within Action 1 two variables which reference these parameters
    var1 = parameter("num1")
    var2 = parameter("num2")
    msgbox var1+var2

    Now navigate to Action 2 and define -

    RunAction "Action1", oneIteration,5,6

    When you Run Action 2, you shall find the Resultant sum displayed in the messagebox.

    Hope this clears it to you a bit....

    Cheers....


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