30 Days of API Testing - Day 26: Demo some of your API testing to others members of your team

I’d like to share my testing exercise on https://tech.yandex./translate/ in POSTMAN
The test was in the following:

  1. for /translate api method - translate word β€œrain” from EN into FR
  2. for /translate api method - verify status code of response, language pair, whether translation is correct
  3. insert the result of translation from the 1) into global variable
  4. for /detect api method - verify that language for the word in global variable is detected correctly

2 Likes