Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
auto-test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xie.qin
auto-test
Commits
a0dc9565
Commit
a0dc9565
authored
Jul 19, 2021
by
xie.qin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firstly commit.
parent
c31efe4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
README.md
README.md
+4
-1
No files found.
README.md
View file @
a0dc9565
...
...
@@ -41,12 +41,15 @@ English, please click [here](./HELP.md)
3.
测试框架根据测试人员提供的接收响应数据,进行消息结果验证:
-
符合预期,则测试通过;
-
否则打印错误断言,测试退出并标记为失败。
##### 用例参考
[
点击此链接
](
/src/test/resources/features/apitest/restful/user_management/user_register.feature
)
##### 优点
-
用例编写简单,核心测试脚本仅数行。
-
消息的发送、接收以及结果验证对用例编写人员透明。测试用例编写人员需要关心的只是产品业务需求。
-
测试数据与功能需求关联,支持复用。不同测试脚本(用例)可使用相同测试数据。
-
测试数据与功能需求关联,支持复用。不同测试脚本(用例)可使用相同测试数据。
##### 局限性
更多需要讨论的是 API 测试本身的局限性,和本测试框架无关。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment