Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lexxx42/testing-api-telegram
Testing of Telegram API with PyTest and Postman
https://github.com/lexxx42/testing-api-telegram
api-testing postman pytest python telegram-api
Last synced: about 2 months ago
JSON representation
Testing of Telegram API with PyTest and Postman
- Host: GitHub
- URL: https://github.com/lexxx42/testing-api-telegram
- Owner: Lexxx42
- License: mit
- Created: 2023-03-18T13:58:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-20T17:32:19.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T08:36:48.977Z (over 1 year ago)
- Topics: api-testing, postman, pytest, python, telegram-api
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testing-api-telegram
Testing of Telegram API with PyTest and Postman
## Tools
[Postman](https://www.postman.com/)
## Resource
[Telegram](https://web.telegram.org/k/)
## Test module
[Telegram bot](https://t.me/BotFather)
### Task:
1. Create a collection and environment variables
2. Implement Methods
* API authorization for the created bot
* send a message
* edit message
* deleting a message### Requirements:
* URL implement as a variable
* Implement checks in the Test tab
* Implement preconditions in Pre-request script tab## Results
* [Postman solution](Postman_solution.md)
* [Pytest solution](Pytest_solution.md)