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 中我们有任何功能,例如从以前的采样器响应中提交表单,就像我们在 loadrunner 和 neoload 中一样
没有 JMeter 没有这样的选项(还 :-))但这是个好主意:
你可以做的是使用 CSS/JQuery Post Processor,提取输入并将它们注入下一个采样器。
我没有在我的应用程序中使用任何 gem 进行身份验证......所以我的 sign_in 方法看起来像这样
def sign_in(user) remember_token = User.new_remember_token cooki