From 6242466fbd0faa9b6973d3f5e80faff379d3d640 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Mon, 5 Feb 2018 13:49:38 -0600 Subject: [PATCH] Update variables-context.md --- articles/testing/variables-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/testing/variables-context.md b/articles/testing/variables-context.md index b0f9bc6..d1e38be 100644 --- a/articles/testing/variables-context.md +++ b/articles/testing/variables-context.md @@ -7,7 +7,7 @@ data between various steps in a scenario. Stoplight stores data in the scenarios Data stored in the context is _not_ saved once a test has completed. Therefore, it is -important to only store temporary data useful within the current test or +important to only store useful temporary data within the current test or scenario execution. At the start of a test run, the scenario context is emptied. Good examples of data to store in a context would be things like ID's, usernames, and randomly generated tokens.