g_TestActivity_Loop
Loop : Test Activity
Properties
caption : stringCaption for the loop in the service editor.
collection : stringExpression returning a list, collection, or iterator.
- Example
'(1 1 2 3 5)
description : stringLoop description.
layout : stringGUI layout data.
name : stringStep name.
variable : identifierThe name of the workflow variable into which the current item will be placed.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
Content
Choice of:
g_TestActivity_Script [1..1] - Script within a TestActivity
g_TestActivity_Delay [1..1] - Delay within a TestActivity
g_TestActivity_Decision [1..1] - Decision within a TestActivity
g_TestActivity_Loop [1..1]
g_TestActivity_Goto [1..1] - Goto within a TestActivity
any [1..1]
Parents
g_TestActivity_Decision_Branch - Branch within a Decision of a TestActivity.
g_TestActivity_Script
Script within a TestActivityg_TestActivity_Delay
Delay within a TestActivityg_TestActivity_Decision
Decision within a TestActivityg_TestActivity_Goto
Goto within a TestActivity
Parent topic: g_TestActivity_Decision_Branch
Parent topic: t_Test_Prologue
Parent topic: g_TestActivity_Loop
Parent topic: t_Test_Main
Parent topic: t_Test_Epilogue
Parent topic: t_UITest_Main