Custom JSON Node
This node allows for an arbitrary test flow node to be defined within the test.
Test Fields
required The node definition in JSON. Please refer to the IN Tester Test Internals documentation for more information on the form of JSON node definitions. Examples
JSON Definition
{
"type": "wait",
"arguments": {
"seconds": "3"
}
}
{
"type": "assert",
"expression": "$i->{PI}{'CCSCD1=QRY'}{returned}{BALANCE} == 5000",
"warning": "Subscriber balance is not 5000 as expected",
"pass": "Subscriber balance is 5000 as expected"
}