API Tests Optimization - Reorganizing Tests | JavaScript API Automation

preview_player
Показать описание
#api #test #automation
In this video, we'll take a look at some API Tests Optimization techniques by reorganizing our existing tests.

🔗Video Resources:

🚀 Enjoying my content and would like to support my work? Why not buy me a coffee! or Subscribe to this channel! 🚀

# Timestamps:
0:00 - API Tests Optimization - Reorganizing Tests
00:33 - Identify issues with our existing tests
1:56 - Fix/Reorganize API tests
9:30 - Tests Review

You can check out my content here as well:

Thanks for watching :)

Automation Bro
Рекомендации по теме
Комментарии
Автор

Excellent explanation and very informative playlist to understand API automation using javascript.

harshadp
Автор

Credit where it's due at this point, earlier on most js api test tutorials just did testing as part of express js projects. So this one clarifies everything.

hananurrehman
Автор

Thanks for the tutorial.Can you please tell me how to run single file.For example you have created two test files here if we want to run only one test file then which command we have use.

hemanthsaibommuluri
Автор

Interestingly, even though I have no .only on any of the describe or it blocks, in my test runner it's only showing me the output that the delete was successful. I copied your code from GitHub to make sure it wasn't my code and it did the same thing. Something new in Mocha?

notthatkindofsam
Автор

Hi, first thanks for share your knowledge. i have a question, if i want to use enum for set headers, how i can do?
for example, i have:

import headers from '../helpers/headers'

.set({
headers.API_KEY: process.env.API_KEY,
headers.authority: process.env.AUTHORITY,
headers.origin: process.env.ORIGIN
})

but it makes me mistake

AlfredTejeda
join shbcf.ru