👉 Want to learn more about Postman? Check my complete Postman online course. vdespa.com/courses/?q=KZbin
@selvaraj66193 жыл бұрын
Interesting to know and see how we can use postman for contract testing, a useful tutorial, thank you, Valentin.
@vdespa3 жыл бұрын
Glad it was helpful!
@manish89arya2 жыл бұрын
I am a big fan of you .. Valentin :) You make things so simple !!
@vdespa2 жыл бұрын
Thanks so much 😊
@CatherineKarena4 жыл бұрын
Really good topic to do, thanks Valentin. Much appreciated.
@vdespa4 жыл бұрын
Thanks for watching.
@josephgonzalez93424 жыл бұрын
Thank you for the explanation of this topic. I've been trying to figure out how to implement CDC tests in Postman all week. While the schema validation doesn't quite work for this purpose, Postman still seems to be a good tool for CDC tests. Personally, I was only using contract tests to enforce the documented schemas in the API spc as the provider.
@vdespa4 жыл бұрын
You are welcome, thanks for watching and sharing your use-case.
@modakthepuppy97945 ай бұрын
Thanks Valentin that was a great video, however I have one question regarding changing the "firstName" typo. Can you elaborate as to what happens when the producer rectifies the typo ? Does the "consumer service" pipeline fail due to the contract ? and the producer has to collaborate with all the relevant consumers ?
@vdespa5 ай бұрын
If the contract published changes, we expect the pipeline to fail, because the API now has a different property and we need to be aware.
@AlexanderHvastovich3 жыл бұрын
Please do spring cloud contract testing series
@vdespa3 жыл бұрын
Thanks for the suggestion. I will look into that.
@ricardodemp3 жыл бұрын
Great stuff Valentin!! Ask me a question: where do I find more materials about Consumer-driven Contract Testing using Postman?
@vdespa3 жыл бұрын
Thanks, Ricardo. There is not so much out there. As I have explained, there is not built-in support in Postman for this, so you can use them as you wish.
@Irfan-kf4hu3 жыл бұрын
Awesome content Valentin. If I have to try what you were showing in the demo (the CI part), is there a GitHub repository I could download or is there any course particularly covering what you were discussing in the CI pipeline, the whole 9-yards of Docker and Postman API tests as well as the Billing contract test from your demo. I'm very interested in trying it out. Thank you!
@parasvora30393 жыл бұрын
Informative tutorial Valentine, thanks. Can the presentation be shared?
@annarudych12162 жыл бұрын
awesome explanation! thank you 👍
@vdespa2 жыл бұрын
Glad you enjoyed it!
@luca_raveri Жыл бұрын
What if the request modifies the status of the database? In Java Spring, I can mock the repository layer, but it seems that I can't do it this way. So, if I perform, for example, a POST request, I'm going to add data to my database every time I execute my tests, and I definitely don't want this. Is there a way to fix this issue?
@christopherlim29573 жыл бұрын
@Valentin Despa I am not sure if you already answered this question. But I tried doing exactly you did on this tutorial, but instead of java/gradle I did NestJS and stored in my gitlab repo registry. But for some reason, when I tried doing Docker inside Docker and run my test. I am getting Error Refused Connection, but in this video you did not got any error. Am I missing a step or something?
@vdespa3 жыл бұрын
Hi Christopher, which kind of runners do you have? I have used the shared runners from GitLab.com.
@afzalaiet3 жыл бұрын
Thanks for this stuff. Just wanted to know if we can do it for POST/PUT or it is only for GET HTTP requests?
@vdespa3 жыл бұрын
Thanks for watching. You can use GET, POST, PUT, ... whatever you need.
@ttaylor99163 жыл бұрын
Thanks!
@vdespa3 жыл бұрын
You are welcome! Thanks for supporting this channel!
@karahtar Жыл бұрын
What would then be the differences between API tests and provider-driven contract testing?
@sumitsuryavanshi25264 жыл бұрын
Can you please add assertions and validation test for same response in this example, because whole response is in array ' [ ] ' notation..so please help me to write validation of each and every parameters in the response body. Thank you,
@vdespa4 жыл бұрын
Not sure how this is related to the video. Can you be more specific?
@AliRaza-nl6tf Жыл бұрын
Postman Contract Testing is free or paid?
@Zack-ni3vz4 жыл бұрын
can you show us how to test api calls from certain websites using chrome on postman? so far i have learned to copy the information from certain api calls and duplicate it on the postman but its still confusing. can you give a quick walkthrough?
@vdespa4 жыл бұрын
Look at an introduction to Postman video. kzbin.info/www/bejne/gKvTd6aoj9OBetE
@anthonyc85503 жыл бұрын
Swagger was throwing me off as I was confusing it as an API of my Collection