From dbbfe72f94373adb66cad603576fee77999ba056 Mon Sep 17 00:00:00 2001 From: Peter Doornbosch Date: Wed, 21 Feb 2018 21:05:59 +0100 Subject: [PATCH] fixed wrong example for loop controller iteration variable --- xdocs/changes_history.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/changes_history.xml b/xdocs/changes_history.xml index 11ea182df63..c1dac669451 100644 --- a/xdocs/changes_history.xml +++ b/xdocs/changes_history.xml @@ -85,7 +85,7 @@ Summary ForEach Controller now expose their current iteration as a variable named __jm__<Name of your element>__idx that you can use like this for example for a Loop Controller named MyLoopController: - ${__jm__<MyLoopController>__idx}. + ${__jm__MyLoopController__idx}. See 61802

Cookies are now shown in View Results Tree during recording. They were previously always shown as empty.

Response Assertion now allows you to customize assertion message and assert on Request Data.