如何在空手道中动态传递发布请求参数以获取请求 [英] How to pass post request parameters dynamically to get request in Karate

查看:33
本文介绍了如何在空手道中动态传递发布请求参数以获取请求的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在

请花一些时间阅读文档,值得!

How do I pass a value of one API attribute to another API while automating in Karate? I have a POST request which when submitted will generate an id in the response, and I pass that id dynamically to the upcoming GET request. I have already tried writing an Java method to read and write but it doesn't work.

解决方案

Please forget about Java for a moment, Karate is very different !

For you I suggest you do this. Use the ZIP Release: https://github.com/intuit/karate/wiki/ZIP-Release

There is a ready-made test users.feature. See how line 12 extracts the first array element from the response and then we need to use the id key out of that element (which is a JSON object).

And then on line 14, it is used to make the next request.

Please spend some time reading the documentation, it is worth it !

这篇关于如何在空手道中动态传递发布请求参数以获取请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆