Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

能否增加一个自动在history中根据某个正则规则把一些参数值提取出来的功能 #82

Open
johncai2016 opened this issue Apr 30, 2024 · 0 comments

Comments

@johncai2016
Copy link

有时候在测试中会发现很多请求route是相同的,但是请求中的某个参数值是不一样的,携带不一样的参数值可能会有不同的response. 这时候如果可以按一定规则提取出来,就可以把对应的请求在intruder里面用不同的参数过一遍,看看是否有影响。

另外一个运用场景就是请求的route是相同的,但是在不同运用场景的时候携带不同参数,
比如第一个请求携带
reg=email, emailid='abc@com'. 第二个请求是reg=sms, phoneid='12345678901'.
如果能快速找到这些相关联的请求(比如highlight出来),那测试的人就可以看看是否组合来测试.

谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant