@0:20 What is Path & Query parameters? @3:25 Create a package and class in Eclipse @3:54 create a test method and import static packages @5:35 Declaring path parameter in Given() @6:45 Declaring query parameter in Given() @8:03 Declaring URL in GET request in When() @8:22 Calling path parameter @10:26 Validate status code in Then() and log response @10:53 Why aren’t query parameters considered variables? @13:48 Execute the test @17:34 What are Cookies & Headers? @18:06 Create class @20:24 Create a test method and import static packages @21:26 Declaring URL in GET request in When() @21:58 Log response in Then() @22:07 Execute the test @23:36 Validate cookie in Then() @25:14 Execute the test @26:45 Create a another test method in same class and add priority @27:35 Storing response into variable @28:53 Print single cookie info based on particular key from that variable @33:36 Print only cookie names from the variable Using Map class @36:24 Execute the test @38:16 Using for loop to print all cookies info into key-value pair @40:08 Execute the test @42:19 Create class, test method and import static packages @43:21 Gather Header details for URL in POSTMAN using GET request @44:46 Validate Key and its value from Header response in Then() @46:42 Using `and()` to chain multiple validations together. (Optional Step) @47:34 Execute the test @48:30 Create a test method in same class and add priority @48:59 Store Header response into variable @49:44 Print single Header info based on particular key from that variable @52:56 Using for loop to print all Headers info into key-value pair @57:09 Execute the test @58:14 Log only Headers info in Then() @59:07 What is log() method? @59:26 Create class, test method and import static packages @1:00:48, @01:04:00 Print all parts of the request or response, including the headers, cookies, body, and status line in console window @01:01:54 Print response body in console window @01:02:40 Print only cookies in console window @01:03:21 Print only Headers in console window
@Wisdomizer Жыл бұрын
He has explained in the simplest way - Parameters.. Nice explanation sir...
@sdetpavan Жыл бұрын
Thanks
@MyLenevoTabАй бұрын
REALLY WONDERFUL SIRJI 😊
@sdetpavanАй бұрын
Thanks
@English_raj2020 Жыл бұрын
Thank you sir your teaching is very nice...
@sdetpavan Жыл бұрын
You are most welcome
@rsrsn8810 Жыл бұрын
Happy to watch from you 😘😘😘
@sdetpavan Жыл бұрын
Thanks
@xXMrThomasXx8 ай бұрын
Great tutorial :) Thx for this lesson :)
@sdetpavan7 ай бұрын
My pleasure!
@Tayyglo Жыл бұрын
I was able to print key value pairs without looping through each of the cookiesValues 40:30. Im not sure why MAP allows for dynamic printing but it does not share qualities with an array that requires looping to reach each individual index.
@Ritesh-tg5bd18 күн бұрын
@sdetpavan Where to use equalTo() in validation? In this video at some places you are writing code like .then().header("Content-Encoding","gzip") why you have not used assertion (.equalTo()) ?
@ChessKnightHunter6 ай бұрын
Hello Pavan, Really enjoyed your classes and can say by far the best classes I have come across. Just wanted to say my explanation on the question about Query Parameter vs Path Parameter- Path Parameter is used to define the api endpoints and Query Parameters are defined for the dataset thats sitting on the end point. Like in above example, users is end point and then the page and id is from the data thats coming from that end point. Correct me if I am wrong.
@Ritesh-tg5bd17 күн бұрын
@sdetpavan In this to have used given(). contentType() for get request but, in previous chapter you have not used same for get request Is there any difference between them or where to use . contentType() ?
@MadhuMatta-d4c3 ай бұрын
Thank you, Pavan Sir.
@sumitkumardash8657 Жыл бұрын
Thank you sir 🙏🏻..
@sdetpavan Жыл бұрын
Welcome
@JananiLingswaran9 ай бұрын
hi Sir,How to mask header information in API testing using Rest Assured?
@onkarkounsalye Жыл бұрын
After this series please upload totally series about Data analyst ...please sir
@yaseensyed5593 Жыл бұрын
Sir, there are 2 videos which are included in the playlist which are not related to Restassured in between the sessions 3 and 4. Please remove them.
@dhananjaypoul3105 Жыл бұрын
Complete Session 3 & 4????
@sonyjoseph14989 ай бұрын
Sir is this also in BDD also?? Saw your another set of playlistf rest asssured with bdd style.. What is the difference between these two playlists????
@srinivasle7674 Жыл бұрын
useful sir
@sdetpavan Жыл бұрын
Thanks
@venkysaikumar1752 Жыл бұрын
hi sir, May i know graph ql is inluded in this? if not could you please do on that as well
@sujitblues Жыл бұрын
Thank you so much sir
@sdetpavan Жыл бұрын
Welcome
@gayatridas4962 Жыл бұрын
Sir after API please 🙏 start dB testing..now a day's every company need
@dhananjaypoul3105 Жыл бұрын
Hello sir after completing this whole playlist can I add rest assured api automation in my resume????
@swapnilpotdar9979 Жыл бұрын
Hello sir, what is the difference between basePath() and pathParam() ? What is the difference between URI and Path parameter in URL? How to identify them?
@ksdnsdkumar1375 Жыл бұрын
basePath() is used to set the base path for a request or a group of requests. pathParam() is used to set the value of a path parameter in a request.
@Leonardo-gd2iz9 ай бұрын
When i Hit my API in postman it retrieves me 3 cookies. But when the same is executed through rest assured I don't see the cookies. Help me )
@atulbhaigandhi6540 Жыл бұрын
Hi sir do we have episode for tiny validator.?
@sahilraj2228 Жыл бұрын
Hello sir I have completed software testing manual course in your channel.but i don't know how to make a resume for freshers.plz guide some keywords
@rahulgoyal3287 Жыл бұрын
I am doing appium testing. And i want to do api testing and selenium. So i want to know if i setup new environment will it conflict my existing environment. if yes then is their any precautions i have to take. Is their any video you will make. Because it's very painful if something happen to my existing environment 😅😅😅. Please guide me 🙏
@raviteja-qk3br Жыл бұрын
Thank you
@sdetpavan Жыл бұрын
Welcome
@SaiRam05032 Жыл бұрын
Sir I have completed my graduation in 2020 i don't have any work experience i am interested in IT field particularly in testing domain is it possible to get a job as a fresher or not.please reply to this i also tried to register in the Pavan online classes website really you explained well sir .
@gaddipatiprabhakar2889 Жыл бұрын
So many Advanced technologies are there in.... Please look into it, don't blindly go ... Testing, now a days testing jobs are less and more fake profiles there... Just request... Learn more advanced technologies... You have good carrier
@sangameshhamje8389 Жыл бұрын
Go for the development side, there are a lot of technologies avaialble
@bbkrishnareddy8886 Жыл бұрын
Hey I can say one thing for u now a days test Also required little bit coding don't really on manuval testing practice automation testing and one programing language ( basics) API Testing and some frame Works Work out those tecnologys and keep on applying in Naukri u may get call 😍 my dear friend
@agturk Жыл бұрын
@@gaddipatiprabhakar2889 What kind of technologies do you recommend to learn? Thanks in advance
@Rvhouseofjewels7292 Жыл бұрын
Sir plz tell about regression suit in manual and automation....
@aiyanik12 Жыл бұрын
Hi sir, watched your vedios related to selenium its very helpful for beginners. To learn the selenium completely I tried to enroll udemy course - selenium with java, cucumber + live project but getting error as that you have stopped taking payments. Can you please tell me when that course will be available for enrollment?
@Wisdomizer Жыл бұрын
Did you also tried contacting Udemy customer support?
@sdetadda Жыл бұрын
Selenium 4 and Test NG including Framework design : kzbin.info/aero/PLxD77px6418VRTs383F_sjOy9PdkD-7Sb
@gopikrishnangovindaraj5345 Жыл бұрын
Hi sir, Can you define the difference between cache and cookies?
@RajibLama Жыл бұрын
Cache stores Javascript, CSS, HTML pages, media (images and videos), etc. Cookies store temporary data for tracking, such as browsing sessions, history of using websites and apps, etc. Caches are comparatively less memory efficient. They occupy a lot of space on any device.
@jaideepbhatia29794 ай бұрын
for(entry e : cookie_values.EntrySet()) System.out.println(e.key + " " + e.value)
@dhonimahesh1103 Жыл бұрын
Hi sir, I'm facing one challenge. The challenge is " Copy the session ID value from cookies field in the the first user and paste the same session ID value in the second user and now send the request in postman expected response "401 unauthorized" how to automate this question on rest assured" ?