Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 652 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 652 Bytes

testing-api-telegram

Testing of Telegram API with PyTest and Postman

Tools

Postman

Resource

Telegram

Test module

Telegram bot

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