Thankyou Mukesh.. As always you are a great support to QA automation testers!! I use both: Postman for quick execution of APIs manually and RestAssured to have them integrated with the maven framework that already in place.
Hello, In my case, I carried out an automatic test on logistics software. In total, there are 6 scenarios which are executed in three parts: API, WEB and Android. The test begins with the creation of a Preparation Order with the Post API, launching the preparation on the WEB to create the missions, then a GET request which retrieves the order number with its reference, and a second request GET Pick to retrieve mission number which is essential in Android test. Once I have retrieved the mission number, comes the launch of the test which manages the missions and samples on Android, and finally a final verification test on the WEB to confirm that the order is well prepared. So in these tests I often use JavaScript, as well as Playwright for the web part and Appium for the Android part, and the data from each scenario is essential for the next one because there is an exchange of data between the three parts. Knowing that it works perfectly with this logic, what I would like to know is if we can use Postman for the API part in this case, and if I can keep the same connection in my project with Postman? THANKS
all about you and your comfort level of using any tool. If you know some tool very well use that. It is not somebody else told you, which tool you should use. Different tools have different advantage and disadvantage. But learning purpose this video is effective.
Hi Muskeh, I learned Java, selenium WebDriver,TestNG, page object model and learning rest Assured...Will I get job in these or should I need to learn anything more ?
Hi sir one doubt in my organization we use sisense so we got lot of issue with that dashboard regarding datamodel so can I use postman to automate the dashboard issue
@mukesh i have one doubt that i have started learning js from some websites and js documentation , is there any specific area or topics which i have to clear to move towards automation or should i have to continue with your js series?
Sir I am new to Automation Testing . What are the FRAMEWORK to be learn for Automation Testing . Please give a path way sir . I am from Python Background . What is Jenkings , BDD FRAMEWORK . How to integrate all and create a Report
Hi, I’m using Postman for api testing manually, but I want to do API automation also so should I go with postman only for API automation? Means it’s in demand or not postman for API automation? Please let me know
Hai Mukesh For Python People What are the things to be learn in API Automation This Postman and Rest Assured Comes under Python? is it Request Packages enough for python? Please i am confused please reply
hi i dont have any coding knowledge i have learnt postman tool can i get a job only with postman tool or do i have to learn rest assured .If in that case do we need to know strong java knowledge ? do we have to write scripts?
Hi Mukesh, can you please make complete E2E video on rest assured framework from scratch. Cheers.
Thankyou Mukesh.. As always you are a great support to QA automation testers!! I use both: Postman for quick execution of APIs manually and RestAssured to have them integrated with the maven framework that already in place.
Hi Sindhu, yes I too uses both but with different scenarios.
This is awesome playlist for postman testers.
I'm glad you like it Subbarao
Hello,
In my case, I carried out an automatic test on logistics software. In total, there are 6 scenarios which are executed in three parts: API, WEB and Android. The test begins with the creation of a Preparation Order with the Post API, launching the preparation on the WEB to create the missions, then a GET request which retrieves the order number with its reference, and a second request GET Pick to retrieve mission number which is essential in Android test. Once I have retrieved the mission number, comes the launch of the test which manages the missions and samples on Android, and finally a final verification test on the WEB to confirm that the order is well prepared. So in these tests I often use JavaScript, as well as Playwright for the web part and Appium for the Android part, and the data from each scenario is essential for the next one because there is an exchange of data between the three parts.
Knowing that it works perfectly with this logic, what I would like to know is if we can use Postman for the API part in this case, and if I can keep the same connection in my project with Postman?
THANKS
Amazing Mukesh ji
Thank you Andy sir 😎
You make this easy to understand
Thanks for such informative video. Currently I am using the POSTMAN for API testing however yes you are right stuck with customized reports.
Thank you Mukesh.. very much informative..
Thanks Venkat
all about you and your comfort level of using any tool. If you know some tool very well use that. It is not somebody else told you, which tool you should use. Different tools have different advantage and disadvantage. But learning purpose this video is effective.
This is a very helpful video, very well explained!
Thank you Pooja
I agree, Postman is good for individual testing because it's simple and way easier ,other ways RestAssured is better.
Thanks a lot Mukesh 👍
Hey Sandeep, I am glad you liked it.
Will Newman support parallel execution
Try this medium.com/@mnu/run-multiple-postman-collection-in-parallel-stress-ee20801922ed
Amazing 👍
Thank you Man !
You're welcome! Jawad
What should a python programmer need to learn in order to get a job in end to end automation
Excellent Explanation.
Thnaks Nur Glad it was helpful!
Hi Mukesh can we make pipeline project in jenkins for api automation
Yes, definitely Gorakh why not.
If we want to do parallel execution then we have to use rest assured right?
Yes Rehman
@@Mukeshotwani thank you.
I have a Q: Is it possible to execute SOAP APIs using Rest Assured if i have the connection details and the xmls?
Yes you can
Yes You can.
Worst part of ostman is you have to select external data file each time when you want to run in a data driven approach.
+1
Hi Muskeh,
I learned Java, selenium WebDriver,TestNG, page object model and learning rest Assured...Will I get job in these or should I need to learn anything more ?
Hi Mayank, add Framework, Maven, Git, Github, Jenkins, Grid.
Thanks bhai. You are legend
I have used Katalon studio for API testing, should I need to learn RestAssured?
Yes PK it will always help you. Katalon studio is tool so many companies dont prefer using tools.
Om Namah ...Thanks you sir for sharing this information
Hi Mukesh
can you please do videos on Seetest mobile automation tool
Thanks Mukesh!
Hi sir one doubt in my organization we use sisense so we got lot of issue with that dashboard regarding datamodel so can I use postman to automate the dashboard issue
what is the difference between rest assured and soapui?
Om Namah...Thank You Sir sharing this informations
Hello Mukesh, why not you record a video with most Selenium exceptions in one video and ways to handle
thank you for good videos, Have a good day
@mukesh i have one doubt that i have started learning js from some websites and js documentation , is there any specific area or topics which i have to clear to move towards automation or should i have to continue with your js series?
Sir please make a full video session on Manual mobile app testing pls it's need sir
Hi sir i have no knowledge of api testing can we start from postman or rest assured i have good idea about java?
Start with postman , once you understand how API works then move on to 3rd party libraries
Sir I am new to Automation Testing . What are the FRAMEWORK to be learn for Automation Testing . Please give a path way sir . I am from Python Background . What is Jenkings , BDD FRAMEWORK . How to integrate all and create a Report
Hi, I’m using Postman for api testing manually, but I want to do API automation also so should I go with postman only for API automation? Means it’s in demand or not postman for API automation? Please let me know
postman automation is not in demand
api automation using rest assured is in demand
How to test Datas by taking the Datas from Firebase etc please sir give a path guidance please sir please
Nice points
Hai Mukesh For Python People What are the things to be learn in API Automation
This Postman and Rest Assured Comes under Python?
is it Request Packages enough for python? Please i am confused please reply
Hi Neha yes for python request package and rest assured is for JAVA
@@Mukeshotwani tnq so much for ur reply 🥺 and what about this Postman is this comes under Python or java...
@@nehareddy5799 it's independent
@@nehareddy5799 Postman Series th-cam.com/play/PL6flErFppaj1gBVlGy8Lz5VpHkCfkFOXn.html
@@Mukeshotwani tnq so much I am new to ur channel, learned alot from ur videos, ur encyclopedia... All the best keep rock on 😊 God bless u ❤
hi i dont have any coding knowledge
i have learnt postman tool
can i get a job only with postman tool
or do i have to learn rest assured .If in that case do we need to know strong java knowledge ?
do we have to write scripts?
Hi Sravanthi, Postman only wont get you good job, you need to also learn RestAssured or some other automation framework as well for API testing.
Rest aasured