sample.gwl

来自「Software Testing Automation Framework (S」· GWL 代码 · 共 72 行

GWL
72
字号
# This is a Sample of a generic workload definition fileWorkload <Name>## Define a workload variable#Var <Name=Value>## Define a process#Process    #    # General process startup information    #    Name <Name>    Command <Command>    [Parms <Parms>]    [WorkDir <WorkDir>]    [Title <Title>]    #    # One or more environment variables    #    [Env <Name=Value>]    #    # One or more process-local STAF variables    #    [Var <Name=Value>]End  # End of the process block## Define a machine#Machine <Machine>    #    # Define a process    #    Process        #        # Same information as previous process block, minus the NAME <Name>        #    End  # End of the process block    #    # Include a previously defined process    #    ProcRef <Name>    #    # Define a machine variable    #    Var <Name=Value>End  # End of the machine block

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?