Type to start searching...

Test

A Server test script used for performance and functional testing.

Properties
args : identifierList

Test 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.

context

Test run-time context: client invoking the server via RPC, or server in-process.

Valid values based on“string”.
client
server
description : string

Test description.

variables : identifierList

Test 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