For Loop

by Voodoo Editor
2 years ago
511 Views

Table of Contents


    Loops: For Loop

    It is the expression step under Loops Option, which is among the Expression Steps.
    Expression Step -> Action -> Expression Group -> Loops
    Expression -> For Loop

    In the Scenario, if you want to use a “for loop”, use this statement step.

  • General Information
  • Parameter Description
    Name The name of application execution step. (Compulsory)
    Description The description of application execution step. (Not Compulsory)
  • Region
  • Parameter Description
    Related Flow Image The using image during this step. (Compulsory)
  • Action
  • Parameter Description
    Expression Type There are two options, Structural and Free.
    Structural : It uses the prepared expression script.
    Free : Allows you to customize the existing expression script
    Expression Group : Loops This is the part where you can apply all the expression steps related to Loops.
    Expression For Loop
  • Expression Parameters
  • Parameter Description
    Start The parameter start point for the loop to be added.
    Data Source : It takes the starting point from the Data Source.
    Constant : Gets the starting point statically from the user.
    Scenario Parameter : It takes the starting point from the parameter coming from the scenario within the scenario operation.
    End This is the parameter endpoint for the loop to be added.
    Data Source : Gets the end point from the Data Source.
    Constant : It gets the endpoint from the user statically.
    Scenario Parameter : It gets the endpoint from the parameter coming from the scenario within the scenario operation.
    Processor Arithmetic operator parameter that is expected to occur in loop control.
    Amount of Increase or Decrease The parameter for the amount of increase/decrease desired to be determined within the loop.
  • Time Settings
  • Parameter Description
    Maximum Step Completion Time The time to the end of completion for step if Run to The End of Completion of Application style is chosen. (Compulsory)
    Wait Time After Execution Request The wait time to pass next step. (Compulsory)
  • Scenario Flow
  • Parameter Description
    Step Flow Indicates the step flow type. (Compulsory)

    Ordered The flow type to continue sequentially.
    Conditional The flow type to continue conditionally.

    • On Success
    • This step turns to another step on success. You can choose End to terminate the scenario step.

    • On Fail
    • This step turns to another step on fail. You can choose End to terminate the scenario step.