Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨:这里是 JMeter 的新手。我已成功使用正则表达式提取器,但我的问题是提取的值在下一个样本后恢复为默认值。例如,我成功地从示例 1 中将值提取到“Mytoken”,调试采样器证明了这一点,并在下一个示例中立即使用它。但是,当我稍后尝试再次引用“Mytoken”几个示例时,该值将替换为我的默认值。如何保留提取的值以保留整个线程?
H T
这是由于范围界定,你把你的提取器放在哪里?
看:
将它作为采样器的子对象,而不是在它之后或之前。