Humble request to please put a video on Request Library with Pytest Framework for API Automation.
@dilshodyuldashev31892 жыл бұрын
Very easy to understand and useful. Thank you bro👍🔥🔥🔥
@Mukeshotwani2 жыл бұрын
Glad to hear that Thanks Dilshod
@virginiazambudio36062 жыл бұрын
Excelent video to start doing api testing with python ! Thanks
@akashkrkashyap3 жыл бұрын
Really helpful. Continue the great work.
@Mukeshotwani3 жыл бұрын
Thanks Akash bhai
@BHARGAVIBEVINMARAD3 жыл бұрын
Thanks for this video. Very helpful to understand and get started
@Mukeshotwani3 жыл бұрын
Glad it was helpful! Thanks Bhargavi
@herbertzhou25983 жыл бұрын
very helpful for the overview of request lib in automation
@Mukeshotwani3 жыл бұрын
Thanks Herbert.
@anilkumar-xp9et3 жыл бұрын
superb Explanation Mukesh.....
@rameshbabu21043 жыл бұрын
Thank you Mukesh. Very easy and so clear.
@amanoj63963 жыл бұрын
Thanks for made a video on python API testing for us mukesh .. it's useful to us ..
@1234660003 жыл бұрын
Hi Mukesh, Please also explain the design pattern and framework using pytest and python for API automation where u can demonstrate integration tests and also mock some services. Need to learn this real thing.
@Mukeshotwani3 жыл бұрын
Sure Arti, will do that. Glad to see your comment after long time.
@1234660003 жыл бұрын
Glad to see your reply. Currently I have got a project to work on api automation testing for integration tests. And the company uses tox library to mock. But I do not know ABC of this part. I have learnt a lot from ur framework videos and I would like to learn this as well from your tutorials.
@rahulpandey43043 жыл бұрын
Thanks Mukesh for this video, it's really helpful.
@rachnasingh2393 жыл бұрын
Mukesh,Can u please share the link where u have shown how to autoate with token based API
@kya-baat3 жыл бұрын
Best explaination of API testing seen so far 👍👍 Sir i need to do testing of api response with the data stored at DynamoDb. Can you help me in this or do you have any videos on this.
@shashankjoshi98302 жыл бұрын
Very easy to understand and useful.
@girishkokadwar39483 жыл бұрын
Hi Mukesh ..... developer add there dummy projects on link din and showing there work ,As automation tester ...what we do to engage our link-din network and show or project skill to recruiter
@Mukeshotwani3 жыл бұрын
Hi Girish, We cant do anything here much but yes I noticed the same on Linkedin. We can focus more on our technical skills only and prove ourself in interviews.
@abhisoni9344Ай бұрын
Hi Mukesh, I hope you're doing well. I’m interested in learning automation and would like to inquire if you offer personal classes for it. Could you please provide more details regarding the courses, schedule, and pricing? Looking forward to hearing from you!
@MukeshotwaniАй бұрын
Hi Abhi, Thank you so much for showing interest. Yes we have live training coming up in first week of Jan. You can get all the details from here. academy.learn-automation.com/learn/Selenium-Online-Training-With-Framework-And-Interview-Prep If you want to discuss anything then feel free to call us at +91-8799360189 or email at mukeshotwani@learn-automation.com
@MalegaonDiary2 жыл бұрын
Thanks for very clear explanation ... 33.50 how to test with multiple set of data in json, is it same way ?
@Mukeshotwani2 жыл бұрын
Yes
@vivekcv94803 жыл бұрын
Excellent knowledge sharing video... Earlier I used postman test assertion. R & D using python is helpful. Can we use pytest framework for automating APIs?
@Mukeshotwani3 жыл бұрын
Yes PyTest is test framework and can be used with API, Web or any kind of test. Next video I will change them to Pytest.
@vivekcv94803 жыл бұрын
@@Mukeshotwani Thanks
@amitagrawal43173 жыл бұрын
@@Mukeshotwani eagerly waiting for this. And a big hug and thank you for making automation easy🤗 Learnt alot from you and Naveen. Guys hit like,share & subscribe to their channels.
@nagapriyan83032 жыл бұрын
Hi sir, i have some doubts i am beginner to python automation testing, using python security, performance,load, stress, regression, smoke how to do?
@bir_deb3 жыл бұрын
Thank you for this tutorial Mukesh. It helps
@KhalilYasser3 жыл бұрын
Thank you very much for this awesome tutorial. Do you have a written explanation for that tutorial?
@Mukeshotwani3 жыл бұрын
Hi Yaseer Not yet! as of now I have only in video format.
@healthwithbhavesh60303 жыл бұрын
nice video ...easy and simple way
@Mukeshotwani3 жыл бұрын
Thank you 😊 Bhavesh
@rohitkapade1130 Жыл бұрын
What about code coverage for by those API calls. How do i do that coz request are hitting on another machine.
@lavanya91sweety3 жыл бұрын
This info is helpful.. thank you so much.. I have putty/super putty logs validation most of the time in my testing.. can we automate that using this
@Mukeshotwani3 жыл бұрын
Hi Lavanya, if you can get this logs via API then you can use requests which I used in video. In case you have logs independent as file then in python you can use open method to read logs too. Here is the video kzbin.info/www/bejne/hpuVineHrJZjoZo
@yerdos16332 жыл бұрын
Great video, thanks a lot sir!
@Mukeshotwani2 жыл бұрын
Glad it was helpful! Thank you
@JitendraKumar-lr3vq2 жыл бұрын
Thanks Mukesh for making this video..it really helped me in understanding it ..if possible can you make on bearer token usage ..
@GG-hk5iz3 жыл бұрын
Hi Mukesh , Thanks a lot for your video . Can you please tell if we can use rest assured in python ?
@igpYT Жыл бұрын
Mukesh, some apis have authorisation how can I auth them so that “token is missing” error not show.
@sathya-enjoy_lifetothefullest3 жыл бұрын
Hi Mukesh, I want to get the entire information of the first 10 index in the response data not just json_response["data"][0]["email"] , how to get it
@MsWorkd3 жыл бұрын
Hi please upload a detailed video how can we send authentication headers with our api call and how can we save our credentials in an encoded format
@Mukeshotwani3 жыл бұрын
Hi Pulkit, Sure I will try cover in part 2 of this video.
@mohammedrafi-cr1go3 жыл бұрын
Thanks Mukesh, this vedio was really helpfull.. Just have one question in validating JSON suppose i want to validate a response JSON which has student details and student id being primary key of tht data set. How can i make sure the each student id in JSON is unique ?? Right now i am converting the response JSON into dataframe and checking the uniqueness of student id column .. But is there a way to check the uniqueness of the student id at JSON level ??
@umeshmore82513 жыл бұрын
Nice tutorial. Thanks
@dev__is__me3 жыл бұрын
Amazing video. Thanks
@khazitabrez26293 жыл бұрын
Hi Mukesh, can you please suggest me how to start with rest api automation testing? Which programming language should I learn? I just know bit about programming and I have interest in api automation as i can apply this my current job. Please help me out, awaiting for your respond
@AnujArya893 жыл бұрын
If PUT is creating a non-existent record. Then in response we'll get createdAt or updatedAt ?
@Mukeshotwani3 жыл бұрын
If not exist then created at and if already present then updated at.
@AnujArya893 жыл бұрын
@@Mukeshotwani TnX
@Sagar_Tachtode_7772 жыл бұрын
Great stuff 👏👏, have you made any videos for error handling like connection error, new connection error ?
@castellano1002 жыл бұрын
Thanks for sharing your knowledge. I would like to know how to create a random data in this file json. In your example, we can have: "name":"XXXX" "JOB:"random number - My question is here. How can we do it?
@harshbedi74863 жыл бұрын
Can you please share a example of sending xml as data in POST request.
@sssaamm299883 жыл бұрын
Hi Mukesh, thanks for the video. How can we achieve the same using pytest?
@Mukeshotwani3 жыл бұрын
Hi Sampath, inside method you can have anything I mean API test, web test, mobile test etc.
@vij92183 жыл бұрын
Should we learn API testing with python or with java? Currently I am learning Selenium with python, I want to learn API testing but I am not able to decide which one I should learn? Can you please suggest me.
@en_coded2 жыл бұрын
do we still need to do postman if we used this?
@Mukeshotwani2 жыл бұрын
Hi Rad I have video on this kzbin.info/www/bejne/fIDEZX-QpqqVl6s
@ANILkumar-bv2uj Жыл бұрын
Good 👍 one... thankyou
@organizera97163 жыл бұрын
Hi Mukesh, Can you please make a video of API testing in PyTest Framework? Thanks in advance
@Mukeshotwani3 жыл бұрын
Here is the video kzbin.info/www/bejne/qZ-nhHVvl52plac
@AT-zr5nf3 жыл бұрын
Sir, I am stuck in the first line. my pip is not getting installed. I cant even see api project written on my terminal.
@Mukeshotwani3 жыл бұрын
Hi mate is python configuration is done ?
@Mukeshotwani3 жыл бұрын
Follow below video to get started with python n pip kzbin.info/www/bejne/bKmmnXmGpM1mqtU
@AT-zr5nf3 жыл бұрын
@@Mukeshotwani Thank you so much for the prompt reply. i will check
@AT-zr5nf3 жыл бұрын
@@Mukeshotwani Mukesh, I have mac. this is error i am getting on terminal: ImportError: No module named typing
@AT-zr5nf3 жыл бұрын
Thanks Mukesh.. Its done now!!
@sapspeks12 жыл бұрын
Please help me in configuring maven like build tool in python
@nehajulha2422 Жыл бұрын
how to add pre-request script of postman in python requests
@prasannamundinkeri5153 Жыл бұрын
Thank you so much 👍
@Mukeshotwani Жыл бұрын
You are welcome
@anpadjahil97112 жыл бұрын
Can RestAssured library be used with Python?
@Mukeshotwani2 жыл бұрын
RestAssured is for Java. For python user its request module.
@hmalintsyan63603 жыл бұрын
Super Mukesh!!!
@seemamotwani84513 жыл бұрын
Could you please share karate framework for api testing
@Mukeshotwani3 жыл бұрын
Hi Seema, I don't have much experience with the Karate framework. I used for POC only.
@seemamotwani84513 жыл бұрын
@@Mukeshotwani Thanks Mukesh for response. Can you suggest some easy material or tutorial for reference
@rahulkatlaparthi3543 жыл бұрын
How can I update dummy data in post request and the dummy not to be stored in database ?
@rahulkatlaparthi3543 жыл бұрын
How can I achieve it ?
@lakshmikanthcherukuri13213 жыл бұрын
Hi Sir can do video how to send payload as pojo like rest assured in python
@Mukeshotwani3 жыл бұрын
Hi Lakshmi, I will try to create video on this too.
@lakshmikanthcherukuri13213 жыл бұрын
@@Mukeshotwani Thank you sir
@preetygupta96553 жыл бұрын
How can I implement OAuth 2 in python?
@Mukeshotwani2 жыл бұрын
Hi Preety check this www.devonblog.com/test-automation/api-testing-using-robot-framework/
@ahmadnasir88563 жыл бұрын
Thank you, Mukesh
@dipendra542 жыл бұрын
Great Stuff :)
@chandanmaity Жыл бұрын
Fantastic
@gauthamsakthiveeran7946 Жыл бұрын
nice one
@bharatpotle5996 Жыл бұрын
Hello Sir, Is there any contact details to place our queries
@parmindersingh62673 жыл бұрын
Really Great !!! Can we compare our json response with DB in python...
@Mukeshotwani3 жыл бұрын
Yes Parmindar you can.
@xumanen62822 жыл бұрын
SSL: CERTIFICATE_VERIFY_FAILED. Followed all your steps still this error.
@anikethan95 Жыл бұрын
Requests.get(url, verify=False)
@IamBhushu2 жыл бұрын
Is this one video is enough for fresher who wants to learn api testing with python