Skip to content

doc: a guide about how to use api-testing to try tRPC #129

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

Merged
merged 5 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ English | [中文](README.zh_CN.md)
- [High Performance Network Package tnet](/docs/user_guide/tnet.md)
- [Track Running Status](/rpcz/README.md)
- [Attachment (Big Binary Data) Transfer](/docs/user_guide/attachment.md)
- [Testing](/docs/user_guide/testing.md)
- Developer Guide
- Plugin Development
- [Plugin Overview](/plugin/README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- [高性能网络库 tnet](/docs/user_guide/tnet.zh_CN.md)
- [运行状态追踪](/rpcz/README.zh_CN.md)
- [附件(大二进制数据)传输](/docs/user_guide/attachment.zh_CN.md)
- [测试](/docs/user_guide/testing.zh_CN.md)
- 开发指南
- 插件开发
- [插件向导](/plugin/README.zh_CN.md)
Expand Down
9 changes: 9 additions & 0 deletions docs/user_guide/testing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# tRPC-Go Testing

Interface testing refers to the process in which, after the service has successfully started, verification is carried out by sending packets.

## Tools

* [trpc-cli](TODO)
* [api-testing](https://github.com/linuxsuren/api-testing)
* [eab](TODO)
9 changes: 9 additions & 0 deletions docs/user_guide/testing.zh_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# tRPC-Go Testing

接口测试是指服务启动成功后,通过发送报文进行验证的过程。

## 工具

* [trpc-cli](TODO)
* [api-testing](https://github.com/linuxsuren/api-testing)
* [eab](TODO)