When you have components at different levels: - Pre and Post Processors are processed from OUTER to INNER - Assertions are processed from INNER to OUTER
Author: pmouawad Date: Fri Dec 1 21:43:54 2017 New Revision: 1816914 URL: http://svn.apache.org/viewvc?rev=1816914&view=rev Log: Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Bugzilla Id: 61846 Modified: jmeter/trunk/src/core/org/apache/jmeter/threads/TestCompiler.java jmeter/trunk/xdocs/changes.xml
Author: pmouawad Date: Fri Dec 1 22:04:25 2017 New Revision: 1816917 URL: http://svn.apache.org/viewvc?rev=1816917&view=rev Log: Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Update XML test results Bugzilla Id: 61846 Modified: jmeter/trunk/bin/testfiles/TestKeepAlive.xml
Author: pmouawad Date: Fri Dec 1 22:20:25 2017 New Revision: 1816923 URL: http://svn.apache.org/viewvc?rev=1816923&view=rev Log: Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Update XML test results Bugzilla Id: 61846 Modified: jmeter/trunk/bin/testfiles/ResponseDecompression.xml jmeter/trunk/bin/testfiles/TestHeaderManager.xml
*** Bug 61815 has been marked as a duplicate of this bug. ***
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4631