From 95fbd679b566cf1c2a49a9dd6fe7d3acb9d2638b Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Tue, 20 Mar 2018 14:42:25 -0500 Subject: [PATCH] Update variables-context.md --- articles/testing/variables-context.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/articles/testing/variables-context.md b/articles/testing/variables-context.md index 244928f..1dbfc83 100644 --- a/articles/testing/variables-context.md +++ b/articles/testing/variables-context.md @@ -28,7 +28,6 @@ To accomplish this, we would capture/set the `$.ctx.userId` property to `output. The capture UI in the step editor makes it easy to set `$.ctx` values. You can use values from the step output or input, including headers, response bodies, etc. - > Multiple captures can be applied to the same step, to set multiple `$.ctx` values. ### With Scripting @@ -91,11 +90,10 @@ $.ctx.get('myVariable'); Where the braces (`{}`) are absent, and we are using the `get()` method for retrieving the context variable under the `myVariable` key. -*** +--- +**Related Articles** +- [$$.env (Environment)](/testing/using-variables/environment) +- [$.ctx(Context)](/testing/using-variables/context) + -**Related** -* [Environment Overview](../editor/environments.md) -* [Environment Configuration](../editor/editor-configuration.md) -* [Variables Overview](./variables-overview.md) -* [Context Variables](./variables-context.md)