You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next to the Test button select `'Configure test events'` and use the following JSON for
44
51
a successful test.
45
52
53
+

54
+

55
+
46
56
```
47
57
{
48
58
"personName": "Bobby",
@@ -59,7 +69,9 @@ For a test which captures the error and results in a failure use the following J
59
69
}
60
70
```
61
71
After selecting the test you wish to run and pressing `Test` you will see the resul in the `Execution result` area. For successful execution the returned data will be the same as the input.
62
-
<P>
72
+
63
73
In the failure case the returned data will be `'A person's age must be positive'`.
0 commit comments