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

更新计划 #4

Open
2 tasks
Pactortester opened this issue Jul 23, 2020 · 9 comments
Open
2 tasks

更新计划 #4

Pactortester opened this issue Jul 23, 2020 · 9 comments
Assignees
Labels
update plan Update plan

Comments

@Pactortester
Copy link
Owner

项目后续更新计划

  • 根据参数规则自动生成请求参数,转换完成的jmx脚本可直接用于接口测试或者压测
  • 生成通用的压测模板,可根据项目实际情况选择对应的压测模板
@Pactortester Pactortester self-assigned this Jul 23, 2020
@Pactortester Pactortester added the update plan Update plan label Jul 23, 2020
@Pactortester Pactortester pinned this issue Jul 23, 2020
@wangtesting
Copy link

谢谢,试用了一下,发现挺好的,虽然Body的不成,但这个也不重要,但是大佬能优化下面的点吗
一:能把请求的名称带上请求方式, 方便寻找。
二:能按照页面的顺序去生成吗

@Pactortester
Copy link
Owner Author

谢谢,试用了一下,发现挺好的,虽然Body的不成,但这个也不重要,但是大佬能优化下面的点吗
一:能把请求的名称带上请求方式, 方便寻找。
二:能按照页面的顺序去生成吗

在计划内,希望点个star,多多分享,

@tomcatone
Copy link

大佬 有些json文档无法解析咋办比如:"/announcement/view/page": {
"post": {
"tags": ["公司公告-公告浏览"],
"summary": "浏览记录",
"operationId": "pageUsingPOST_2",
"consumes": ["application/json"],
"produces": ["/"],
"parameters": [{
"in": "body",
"name": "dto",
"description": "dto",
"required": true,
"schema": {
"originalRef": "AnnouncementViewPageQueryDTO",
"$ref": "#/definitions/AnnouncementViewPageQueryDTO"
}
}],
"responses": {
"200": {
"description": "OK",
"schema": {
"originalRef": "接口返回对象",
"$ref": "#/definitions/接口返回对象"
}
},
"201": {
"description": "Created"
},
"401": {
"description": "Unauthorized"
},
"403": {
"description": "Forbidden"
},
"404": {
"description": "Not Found"
}
},
"security": [{
"Authorization": ["global"]
}],
"deprecated": false
}
},

@tomcatone
Copy link

还有为什么只有消息体数据 没有参数

@tomcatone
Copy link

希望能增加根据解析字段类型来随机参数生产测试请求数据

@tomcatone
Copy link

还有为什么光是消息体没有参数呢

@Pactortester
Copy link
Owner Author

还有为什么光是消息体没有参数呢

你提个pr,贡献一下代码?

@tomcatone
Copy link

大佬居然在 我就问问而已

@Pactortester
Copy link
Owner Author

大佬居然在 我就问问而已

希望贡献一下代码!

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

No branches or pull requests

3 participants