An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Postman API Test Tutorials | Postman接口自动化测试教程

[![GitHub forks](https://img.shields.io/github/forks/naodeng/apitest-postman-tutorials)](https://github.com/naodeng/apitest-postman-tutorials/network)[![GitHub stars](https://img.shields.io/github/stars/naodeng/apitest-postman-tutorials)](https://github.com/naodeng/apitest-postman-tutorials/stargazers)[![GitHub issues](https://img.shields.io/github/issues/naodeng/apitest-postman-tutorials)](https://github.com/naodeng/apitest-postman-tutorials/issues)[![GitHub license](https://img.shields.io/github/license/naodeng/apitest-postman-tutorials)](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. 高级功能
- 脚本编写
- 监听器
- 测试用例
- 合作与分享