Test
Test
A Server test script used for performance and functional testing.
Properties
args : identifierListTest arguments: arg1 arg2 ... argN.
Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
contextTest run-time context: client invoking the server via RPC, or server in-process.
Valid values based on“string”. client server description : stringTest description.
variables : identifierListTest variables: var1 var2 ... varN.
Valid values based on“token”. (:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? Each element in the list must begin with a letter or underscore. Elements are space delimited.
Content
Sequence of:
t_Test_Initializer [0..1]
t_Test_Prologue [0..1]
t_Test_Main [0..1]
t_Test_Epilogue [0..1]
t_Test_Finalizer [0..1]
Parent topic: references