https://github.com/naodeng/apitest-postman-tutorials
a tutorials for use postman and do api testing and api automation testing
https://github.com/naodeng/apitest-postman-tutorials
api-automation-testing newman postman tutorials
Last synced: about 1 year ago
JSON representation
a tutorials for use postman and do api testing and api automation testing
- Host: GitHub
- URL: https://github.com/naodeng/apitest-postman-tutorials
- Owner: naodeng
- License: mit
- Created: 2023-02-26T09:26:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T11:12:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T15:11:17.674Z (about 1 year ago)
- Topics: api-automation-testing, newman, postman, tutorials
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Postman API Test Tutorials | Postman接口自动化测试教程
[](https://github.com/naodeng/apitest-postman-tutorials/network)[](https://github.com/naodeng/apitest-postman-tutorials/stargazers)[](https://github.com/naodeng/apitest-postman-tutorials/issues)[](https://github.com/naodeng/apitest-postman-tutorials/blob/main/LICENSE)
## Directory
### 1. 简介
- [接口测试简介](Docs/Introduction_of_API_Test.md)
- [Postman与newman概述](Docs/Introduction_of_postman_and_newman.md)
### 2. 安装与配置
- [下载与安装Postman](Docs/how_to_download_and_install_postman.md)
- [配置Postman环境](Docs/Configuring_the_Postman_environment.md)
- [安装与使用newman](Docs/Installing_and_using_newman.md)
### 3. 接口请求发送
- [创建请求集合](Docs/How_to_create_collection_in_postman.md)
- 编写请求脚本
- 发送单个请求
- 发送批量请求
### 4. 断言测试
- 断言简介
- 使用断言
- 自定义断言
### 5. 变量使用
- 变量简介
- 全局变量
- 局部变量
- 环境变量
### 6. 数据驱动测试
- 数据驱动测试简介
- 使用CSV文件进行数据驱动
- 使用JSON文件进行数据驱动
### 7. 集成测试
- 集成测试简介
- 使用Postman进行集成测试
- 使用newman进行集成测试
### 8. 报告生成
- 报告简介
- 生成报告
- 自定义报告格式
### 9. 高级功能
- 脚本编写
- 监听器
- 测试用例
- 合作与分享