POSTMAN BEGINNER TUTORIAL 16 💡 Run Collections Remotely with URL

preview_player
Показать описание
Today we will learn:
1. How to get Collection URL
2. How to run Collection remotely (from anywhere) using collection url

Step 1 : Get your collection url

Step 2 : Get Newman and run with command
newman run "url"
________________________________________________________________

________ ONLINE COURSES TO LEARN ________

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

Автор видео - ты учитель от бога, спасибо тебе!

Youtooobo
Автор

Hello Raghav, your tutorials are FANTASTIC. I have watched postman series on other two learning platforms as well, but the content you have delivered, is clean, easy, and just awesome. I am watching your python series on udemy these days :) I have one question related to this video though: the amazonaws you have used, is it something Desktop as a service (Daas) you have purchased? I am interested to know. If there is some reference article which you can refer me to read as I would like to use "vdi" one day (for personal use). Thank you for your teaching.

gsVerka
Автор

Raghav, do you have videos made for api testing in karate framework ? Can you make those or if you already have, please share link. That would be a great continuation of postman . Thank you and keep up the great work

manpreetkour
Автор

Hi Raghav,
I could see the assertion errors in your video at the middle of the execution and I am getting the same error. Its because of the use of the variables from the data files. Can you please help here by explaining how can we make use of the data files here ? Is there any way by which we can share the data files along with the collection URL so that there are no errors at all? What is the command for the same?
Thanks a lot.
Binita

ChatGPTtest-tpvi
Автор

Raghav, one quick question. How to upload these collections to github and run through Jenkins ? Please share a video showing that.. nice work with rest of the videos

manpreetkour
Автор

hi all,
sir its look like when we share collection and run it remotely it does not use variables declared on environment level. So we have to define all environment variables as collection variables otherwise it will throw error or will not pass tests if those variables are used in them.

hassanlone
Автор

Hi Raghav,
If we update the contents/data of the collection, will the collection url still work with the updated changes?

abhishekthomas
Автор

@Raghav: if there are secured webservices, it will get saved on postman site, right ?

roshanpimple
Автор

Hi raghav, I have a collection with 2 requests and both are pointing to a "url" variable within the collection itself. If i run it from postman ide, the result is ok but sth is wrong and happened when running from command line when i got the link to run it remotely, is there a configuration that i have to do to say that it is needed that "url" variable within the collection? do i have to export something?

elmariscal
Автор

hi sir, after complete the newman installation by command line. i am trying to run my collection URL through remotely but getting in cmd "newman is not recognizing internal or external file". do i have to set any path for newman?

narendrareddy
Автор

My collection uses some data file and variables. How can newman know about that? When I run using newman it fails as it cannot find any variables / data file

amrutawaghmare
Автор

I tried running the same by creating a job in JENKIN. I am getting this error:
'newman' is not recognized as an internal or external command,
operable program or batch file.
I set up System variable NODE_PATH to and
as well but still it is not working. Could you suggest what else should I do?

palakpatel
Автор

Hii sir when iam trying to install newman through cmd prompt, it says mom not recognised internally or externally.

tulasibakkireddy
Автор

Hi Raghav, I am facing 'error: connect ETIMEDOUT xx.xx.xxx.xx:xxx' when I try to run Newman with url. The same collection runs fine when I export the collection.JSON to my local and run from cli.
Basically Newman runs the .JSON file but gives the above error while I try to run the collection url. Please help. Thanks!

sriram
Автор

Running "Newman" on remote server using the URL, hope it will validate all authentications. Correct?

Scooterboy_and_others
Автор

You have here 404 codes. It seems like your code work properly. Problem

valk
Автор

Hello,
I am facing an error- " AssertionError: expected false to be truthy".
Script -->
tests["Value of email id"] =responseBody.has(data.id);
tests["Password value"]
(Data stored in .json file.)
Run-> .json file upload-> run the collection
Getting error in results - " AssertionError: expected false to be truthy".

Can anyone help ?

jayasaini
welcome to shbcf.ru