Part 1: Building API Automation Testing Framework in Rest Assured from from Scratch

  Рет қаралды 177,691

SDET- QA

SDET- QA

Күн бұрын

#apitesting #restassured #framework
@8:47 Petstore API
@12:10 Choosing one model from Petstore API
@12:37 Preparing test cases in Excel sheet
@16:02 Workflow for REST Assured automation
@24:47 Create Maven project in Eclipse
@28:55 Update pom.xml with required dependencies and update project
@35:36 Create packages for endpoints, payload, tests and utilities
@37:47 Delete src/main/java & src/main/resources from project
@39:56 Create a class name "Routes" in endpoints package
@40:22 Gather all required URLS from Petstore API
@42:50 Store base url in variable
@44:53 Store POST url in variable and refer base url variable
@46:07 Follow same method for Get URL, Update URL & Delete URL but with path parameter
CREATE USER
@52:28 Create a class name "UserEndPoints" in same package
@55:35 Create a method with single parameter (@1:01:15 Adding Public static to this method)
@57:48 Declare input type in Given()
@58:25 Gather Header details from Petstore API
@59:11 Declaring Accept header field in Given() & refer parameter in body()
@1:00:22 Refer post URL variable from "Routes" class in POST request in When()
@1:00:56 Storing response in variable and return response
READ USER
@1:03:12 Copy the method #1 and paste in same class and change name of the method
@1:03:40 Pass parameter for the method.
@1:04:08 Remove all declarations in Given(), declare path parameter and pass path parameter value in it.
@1:04:57 Refer get URL variable from "Routes" class in GET request in When()
UPDATE USER
@1:06:37 Copy the method #1 and paste in same class and change name of the method
@1:07:17 Pass two parameters in the method: Username & Payload
@1:08:00 Add path parameter for "Username" in Given()
@1:08:28 Refer update URL variable from "Routes" class in PUT request in When()
DELETE USER
@1:09:24 Copy read user method, paste in same and change name of the method
@1:09:56 Refer delete URL variable from "Routes" class in DELETE request in When()
POJO CLASS
@1:11:06 Create a class name "User" under payload package
@1:12:30 Gather variables from response details in Petstore API
@1:12:54 Create those variables in the class
@1:13:28 Create Getter and Setter methods for this variables
@1:14:45 Import Pojo class package in "UserEndPoints" class
TEST CASE
@1:16:35 Create a class under "Test" package
@1:17:25 Create Beforeclass method in the class
@1:18:13 Create multiple data using Faker class and pass data to the pojo class
@1:21:55 Create test method
@1:22:55 Call "Create user" method from "UserEndPoints" class and store response in variable
@1:23:51 Log response in console
@1:24:20 Validate status code using assertions
Udemy Courses:
Manual Testing+Agile with Jira Tool
► lnkd.in/gNqhEq9K
Selenium with Java+Cucumber
► lnkd.in/g5YcAQyR
Selenium with Python & PyTest
► lnkd.in/gvrpyYan
Selenium with python using Robot framework
► lnkd.in/gxsDf8zR
API Testing(Postman, RestAssured & SoapUI)
► lnkd.in/gHKQ2v2e
Web & API Automation using Cypress with Javascript
► lnkd.in/gcZz5Psx
Playwright with Javascript
► lnkd.in/g-ePPav6
Jmeter-Performance Testing
► lnkd.in/gA3eiZPY
SDET Essencials(Full Stack QA)
► lnkd.in/gmBc4-wD
Appium-Mobile Automation Testing
► lnkd.in/gi_UiRTA
Java Collections
► lnkd.in/gZftiiEn
Python Programming
► lnkd.in/ghP6WHQz
Cucumber BDD Framework
► bit.ly/3F7d69r
Protractor with Javascript
► lnkd.in/gZnJ2qsS
KZbin Playlists:
Manual Testing & Agile
► bit.ly/3ujvaYa
► bit.ly/3OYzxQj
SQL
► bit.ly/3R6XjeG
► bit.ly/3nE0a1s
► bit.ly/3IeKuuJ
linux & Shell Scripting
► bit.ly/3up1Z6a
► bit.ly/3nzvGxx
Java
► bit.ly/3R9QfOs
► bit.ly/3AoRMKM
► bit.ly/3IbTTDn
► bit.ly/3ybXInv
► bit.ly/3yCoHdw
Selenium With Java+Cucumber
► bit.ly/3P2FMm4
► bit.ly/3yhiIt4
► bit.ly/3uokzet
► bit.ly/3a7XIND
► bit.ly/3umN2S9
► bit.ly/3aar7GW
► bit.ly/3y9kD2S
► bit.ly/3uhLskn
Python
► bit.ly/3agNgU0
► bit.ly/3NJNnoy
► bit.ly/2CTQ4mR
► bit.ly/3OIYWh1
Selenium With Python,Pytest&Behave
► bit.ly/3OHHoC9
► bit.ly/3IeNLdv
► bit.ly/2J4tPeT
► bit.ly/3ydSkAq
Selenium With Python Using Robert Framework
(Web&API Testing)
► bit.ly/3nUvlpr
► bit.ly/3nUvE3z
API Testing (Postman,SoapUi,&Rest Assured)
bit.ly/3OXacWY
bit.ly/3yh0UhE
bit.ly/3nC9DWQ
bit.ly/3yGfhNS
bit.ly/3OJa11H
bit.ly/3P2slCC
Mobile App Testing Appium
bit.ly/3Al49HG
Performance Testing Jmeter
bit.ly/3nz4fE7
Maven,Jenkins,Git,Github,CI/CD
bit.ly/3P16HPj
bit.ly/3yhlUVA
bit.ly/3afYfwT
bit.ly/3yGzweG
bit.ly/3yF73Ws
bit.ly/3NCOmH7
Playwright with Javascipt
lnkd.in/gQZwaaVD

Пікірлер: 135
@jeymeaten5469
@jeymeaten5469 4 күн бұрын
Thank you for the video, mate. Im from Ukraine and I appreciate your work here!
@sdetpavan
@sdetpavan 3 күн бұрын
My pleasure!
@rainbowrocks2015
@rainbowrocks2015 2 ай бұрын
Thank you so much Pavan Sir, your videos are very helpful before interview. 2018 when I went to one of the institute in Canada for some courses , I got to know about you. From then every interview I will prepare watching your video's. After completing this video I am very confident.
@babyravella1046
@babyravella1046 Жыл бұрын
much awaited session... got some confidence now after seeing this video
@sakshiaggarwal6199
@sakshiaggarwal6199 Жыл бұрын
Thank you so much sir!! This series was much needed. This will clear all doubts, will built in confidence to create framework from scratch and also will be helpful in clearing interviews.
@helloworld7869
@helloworld7869 Жыл бұрын
Where can I find the dependencies document shared by you for pom.xml. Please help me with that. 🙏🙏
@arjunprasad8002
@arjunprasad8002 8 ай бұрын
You can't get .. I have tried to find but didn't find anywhere...better to see the video and add dependecies in your POM.xml parallely.
@bulletproofguy89
@bulletproofguy89 29 күн бұрын
Thank you so much sir for this session, much appreciated from United Kingdom . :)
@sdetpavan
@sdetpavan 23 күн бұрын
Most welcome!
@hossamahmed5360
@hossamahmed5360 6 ай бұрын
Honestly, your efforts are just priceless. This channel is like a ref to many testers around the globe including me. greetings from Egypt
@sdetpavan
@sdetpavan 6 ай бұрын
Thank you very much!
@devimedisetti9317
@devimedisetti9317 Жыл бұрын
Thank you so much for your clear session the way of explanation is so clean and Easily understandable
@sdetpavan
@sdetpavan Жыл бұрын
Welcome
@peacelilly2200
@peacelilly2200 Жыл бұрын
Most Awaited Video. Thank you.
@sdetpavan
@sdetpavan Жыл бұрын
Most welcome
@divyadivya-kx2rg
@divyadivya-kx2rg Жыл бұрын
Thank you much sir wonderful teacher stay lifelong happily & healthy you have wonderful knowledge way of expaination very clear .🎉
@dhruba454
@dhruba454 8 ай бұрын
Thank You so much Pavan for creating such a great content.
@sdetpavan
@sdetpavan 8 ай бұрын
My pleasure
@joshmajohn6344
@joshmajohn6344 Жыл бұрын
Hello Sir , Please also add how we can manage test data from different environments in framework.Also how we can manage test data for different markets in framework.
@RAGHU1991
@RAGHU1991 12 күн бұрын
Hi Sir ,Thank you for your informative session but could you please help me with one small doubt .In the user tests you written set ID and automatically called the other methods from userpayload.Could you please specify the shortcut or how can we get the remaining methods without manually calling them individually.
@Orderoll
@Orderoll Жыл бұрын
Awesome tutorial. Thank you
@sdetpavan
@sdetpavan Жыл бұрын
You are welcome!
@calintamas7576
@calintamas7576 Жыл бұрын
Sir Pavan, thank you very much for this topic! It is very useful!
@helloworld7869
@helloworld7869 Жыл бұрын
Where can I find the dependencies document shared by sir for pom.xml. Please help me with that. 🙏🙏
@Dance_With_Rishabh.n.Harshita
@Dance_With_Rishabh.n.Harshita 7 ай бұрын
You are the hidden mentor of my testing from 2019. No one knows how special you are sir. Thanks for the video.😊
@sdetpavan
@sdetpavan 7 ай бұрын
My Pleasure
@Superst108
@Superst108 2 ай бұрын
You are just awesome sir ​@@sdetpavan
@InterviewPreparationWithAKB
@InterviewPreparationWithAKB 5 ай бұрын
Thanks for this! Really useful.
@sdetpavan
@sdetpavan 5 ай бұрын
Welcome
@manjulamn9727
@manjulamn9727 Жыл бұрын
Thank you pavan sir, along with java api automation , please do some sessions on api automation with python.
@Moviesmatter92
@Moviesmatter92 Жыл бұрын
Great video ...waiting for long times
@sdetpavan
@sdetpavan Жыл бұрын
Thanks
@jeeturanjan1271
@jeeturanjan1271 2 ай бұрын
Hello sir , great lecture .
@HirenPrajapati0510
@HirenPrajapati0510 Ай бұрын
Excellent
@sdetpavan
@sdetpavan Ай бұрын
Thanks
@sarthakkaushik939
@sarthakkaushik939 Жыл бұрын
Sir please attach notes in "Selenium with python(2022 new series)". Please sir it is much needed and most people has asked the same question. It will be very helpful for us. Thank you for all your efforts.🙏
@v2factsandupdates327
@v2factsandupdates327 Жыл бұрын
Awesome tutorial
@sdetpavan
@sdetpavan Жыл бұрын
Thanks
@nirmalprasanth5636
@nirmalprasanth5636 Жыл бұрын
Most awaited video
@helloworld7869
@helloworld7869 Жыл бұрын
Where can I find the dependencies document shared by sir for pom.xml. Please help me with that. 🙏🙏
@travelwithmayur527
@travelwithmayur527 Жыл бұрын
Is that framework is sufficient to take automation qa job......?
@HoangLe-f3w5e
@HoangLe-f3w5e 2 ай бұрын
helpful, thanks
@sdetpavan
@sdetpavan 2 ай бұрын
You're welcome!
@pubuduchathuranga8438
@pubuduchathuranga8438 Жыл бұрын
good session
@sdetpavan
@sdetpavan Жыл бұрын
Thanks
@sohailreyaz7952
@sohailreyaz7952 Жыл бұрын
Urgent & Impt: Please share dependencies.
@mohanramakrishnakonijety9405
@mohanramakrishnakonijety9405 Ай бұрын
Thanks
@thalai143
@thalai143 Жыл бұрын
Sir please do framework development and end to end project for Mobile Automation as well
@RohanKumar-vc5ii
@RohanKumar-vc5ii 7 ай бұрын
Hi Sir, Thanks for sharing this detailed video. I had one query, I was just replicating the same things whichyou taught in this lecture but facin issue while creatingData method in USerTest.java. while setting up the data usinf Faker its throwing error as: user.setId(faker.idNumber().hashCode()); errror: the method setId is undefined for the PojoUser.java class. Can you please help why is it happening?
@jeeturanjan1271
@jeeturanjan1271 2 ай бұрын
I am following same thing for user but getting 405 and 404 errors and also content type is coming as application/xml . Can you please help in this?
@Manisha-ni7km
@Manisha-ni7km Жыл бұрын
finally waited so long for this
@uvplays4349
@uvplays4349 Жыл бұрын
Thank you so much for this, excellent explanation!
@sdetpavan
@sdetpavan Жыл бұрын
You're very welcome!
@prakrutijampa8317
@prakrutijampa8317 Жыл бұрын
Sir please plan to do series on api python automation as well we are waiting for longtime
@rasikabondre9323
@rasikabondre9323 7 ай бұрын
Hello sir, where is the dependencies doc which you will provide?
@AnuRadha-ep9uz
@AnuRadha-ep9uz Жыл бұрын
Sir I am very much interested to learn Linux course from u...please let me know if u r planning to conduct any classes on Linux Please sir make videos I already watched Linux for testers I understand completely that's y I am asking for full course
@mv8167
@mv8167 Жыл бұрын
Thank you, is there a Git repo where you keep the resources mentioned in your video?
@giginabraham-vp5pl
@giginabraham-vp5pl 8 ай бұрын
Sir..do we need to set query parameters in user class?
@parulgarg8592
@parulgarg8592 11 ай бұрын
Thank you so much for providing detailed information. I am trying to implement part 1, but it is not taking any dependencies. Can you please do let me know how to prepare environment setup. I am using IntelliJ IDEA CE tool.
@parulgarg8592
@parulgarg8592 11 ай бұрын
I bought the course on Udemy.
@pablovelazquezmichel7260
@pablovelazquezmichel7260 9 ай бұрын
I guess you have to click on Load Maven Changes, that work for me@@parulgarg8592
@helloworld7869
@helloworld7869 Жыл бұрын
Where can I find the dependencies document shared by sir for pom.xml. Please help me with that. 🙏🙏
@durgaprasaddevarakonda8623
@durgaprasaddevarakonda8623 Жыл бұрын
I am also looking for POM.xml file, could you please share if you got by chance !!
@shashiranjankumar1417
@shashiranjankumar1417 Ай бұрын
Can You share the doccumet so that we can do the practice
@IjjasAhamed-ot4lf
@IjjasAhamed-ot4lf 10 ай бұрын
Hello sir how you are assigning user as Datatype for payload?
@akulabhaskar3797
@akulabhaskar3797 Жыл бұрын
@04.38 ,We need only swagger ,? Cant we use postman ?
@gauravirane1542
@gauravirane1542 7 ай бұрын
sir i need to know how to build pipeline for this using rest assured framework for api automation
@jaxz4986
@jaxz4986 Жыл бұрын
Great video. I've learned a lot from it However the dependencies for the pom.xml file is not attached to this video.
@manjiripm
@manjiripm Жыл бұрын
yes I am looking for the same
@MaheshBathula-i4t
@MaheshBathula-i4t Жыл бұрын
Hello sir, Can you please share the dependencies document. I'm not able to find it out. Thanks.
@gowdavinu4348
@gowdavinu4348 Жыл бұрын
Thank you so much sir
@helloworld7869
@helloworld7869 Жыл бұрын
Where can I find the dependencies document shared by sir for pom.xml. Please help me with that. 🙏🙏
@sanchitachaudhuri4241
@sanchitachaudhuri4241 Жыл бұрын
Could you please enlighten regarding API automation testing templates?
@Lets_Roam
@Lets_Roam 7 ай бұрын
I am getting below error when i run the "userTests" ---------------------------------------------------------------------------------- 404 Not Found 404 Not Found nginx FAILED: api.tests.userTests.testPostUser Please suggest if you have any soln for same..thanks
@makeupmania02
@makeupmania02 6 ай бұрын
same here btw did you find the solution?
@supreethaks4366
@supreethaks4366 Жыл бұрын
Sir pls reply me. I hv a career gap of yr. Im completed my B. E in ECE. After that i worked as a guest lecturer in polytechnic because of my family prblm i couldn't go out of home. Now i want to start my career in IT. What to do sir. Pls reply for me. Thank u sir
@alamshaikh4358
@alamshaikh4358 Жыл бұрын
Sir may I use some other code editor like vscode to setup? .
@Netza934
@Netza934 Жыл бұрын
I think it's your choice, I use both, most Vscode, but if I can't do something in Vscode switch to eclipse and do that, then, switch again.
@AbhishekPandey-vu8qi
@AbhishekPandey-vu8qi 3 ай бұрын
Where is git repo URL for this ,Kinldy provide sir
@maruthi580
@maruthi580 5 ай бұрын
Hi sir, could you please share git hub link of this project
@MenaAdel-b1e
@MenaAdel-b1e 5 ай бұрын
need the links of All Required repository please
@hrithiksingh9592
@hrithiksingh9592 10 ай бұрын
from where can i get the xml file.I need to add dependencies
@fashionsolution2737
@fashionsolution2737 Ай бұрын
Hello sir, pls do api automation with python
@ajaykumar-gz8df
@ajaykumar-gz8df 2 ай бұрын
Hi Everyone, please help me anyone, I am getting below server Error, please let me know how to procced further.. { "code": 500, "type": "unknown", "message": "something bad happened" } FAILED: TestCases.User_Tests.post_testcase java.lang.AssertionError: expected [200] but found [500]
@Anurag_Choudhari
@Anurag_Choudhari 6 ай бұрын
GET API is not working for User Module…please provide solution
@payaldey1354
@payaldey1354 Жыл бұрын
Maven dependencies folder not showing
@Ketanrathod0593
@Ketanrathod0593 Жыл бұрын
how to pass nested json objects with this method?
@helloworld7869
@helloworld7869 Жыл бұрын
Hi Sir, Where can I find the dependencies document shared by you for pom.xml. Please someone help me with that. 🙏🙏
@etesh2819
@etesh2819 Жыл бұрын
+1
@bharathichaluvadi
@bharathichaluvadi 10 ай бұрын
Where can I find the code ?
@Ssh-u3y
@Ssh-u3y Жыл бұрын
Hi sir, could you please share dependency document
@nghiahuynh2840
@nghiahuynh2840 Жыл бұрын
Plesae ,I want to ask for API test case template. Thank you!
@rutujamohite1755
@rutujamohite1755 Жыл бұрын
Sir can you send us dependencies and this project
@epicgamers1998
@epicgamers1998 3 ай бұрын
Graphql automation framework please 🙏
@nileshwaghmare4203
@nileshwaghmare4203 7 ай бұрын
Sir please link for POM.xml
@sandeepvadlapudi6532
@sandeepvadlapudi6532 Жыл бұрын
Hi sir can please provide pom.xml file of above framework please
@durgaprasaddevarakonda8623
@durgaprasaddevarakonda8623 Жыл бұрын
Hi Sir, Can you please share POM.xml file which includes the dependencies
@durgaprasaddevarakonda8623
@durgaprasaddevarakonda8623 Жыл бұрын
4.0.0 PetStoreAutomation PetStoreAutomation 0.0.1-SNAPSHOT io.rest-assured rest-assured 5.1.1 test io.rest-assured json-path 5.1.1 test org.json json 20220320 org.testng testng 7.7.1 test com.github.scribejava scribejava-apis 8.3.1 test io.rest-assured json-schema-validator 5.1.1 test com.github.javafaker javafaker 1.0.2 com.aventstack extentreports 5.0.9 org.apache.poi poi 5.2.2 org.apache.poi poi-ooxml 5.2.2
@hackorg6828
@hackorg6828 Жыл бұрын
Hi pavan sir i recently got laidoff i have 1 year of experience and recession is running what should I do no project experience I'm poor people my father is a daily wage labour now I'm doing part time in supermarket in charge could you please give suggestion nd guide me what should I do now very critical situation happened please sir 🙏🙏 Please reply or respond
@TestAutomationByJohn
@TestAutomationByJohn Жыл бұрын
You Can learn automation testing and apply for automation testing role
@hackorg6828
@hackorg6828 Жыл бұрын
@@TestAutomationByJohn okay bro how many topics are there in that how many tools are there at least how many i need to learn tell please because I don't know so
@TestAutomationByJohn
@TestAutomationByJohn Жыл бұрын
@@hackorg6828 there are morethan 100 topics i if you combine java ,selenium.testng,apache poi,log4j.
@harishburewar
@harishburewar Жыл бұрын
sir how to download notes
@munagalasaiprasad2764
@munagalasaiprasad2764 Жыл бұрын
Plain old jav object
@Jeyashreesanthosh
@Jeyashreesanthosh Жыл бұрын
I am waiting for this framework so long. Thank you so much sir
@sdetpavan
@sdetpavan Жыл бұрын
Welcome
@etesh2819
@etesh2819 Жыл бұрын
Hello sir, Can you please share the dependencies document. I'm not able to find it out. Thanks.
@rahul6001
@rahul6001 4 күн бұрын
Thank you Sir for the amazing video, really helped me a lot in learning the api framework, Can i please ask where can i get the design slide and the list of maven dependencies please.
@Mr_TravelEatWorship_Official
@Mr_TravelEatWorship_Official Жыл бұрын
God for QA... Thank You So Much sir... Sharing Knowledge is a Great Service to Society
@surajkamble3538
@surajkamble3538 7 ай бұрын
Pawan sir you are best in the world 🤝💐
@priyapatnayak2180
@priyapatnayak2180 3 ай бұрын
Being in a IT company,if i want to submit API testing certification which one i can go for? Any suggestions please?
@omkarindolikar5810
@omkarindolikar5810 Жыл бұрын
Everything is perfect sir but this is not the main concern..The main concern these days is Not getting interview calls please let us know what to do for this concern?
@mevandesilva6729
@mevandesilva6729 2 ай бұрын
From where , Can I find the dependencies file?
@yuvasrivanth
@yuvasrivanth 5 ай бұрын
thank you so much sir for brief and clear quick session, helps for interview
@sdetpavan
@sdetpavan 5 ай бұрын
Welcome
@munagalasaiprasad2764
@munagalasaiprasad2764 Жыл бұрын
Java script object notation
@priyagoyal5491
@priyagoyal5491 Ай бұрын
where are all the files uploaded sir?
@ShruthiS-gj9xe
@ShruthiS-gj9xe Жыл бұрын
Thank you for creating this Video ! Can you please let me know from where I can access the POM.xml that you have used in the project?
@xXMrThomasXx
@xXMrThomasXx 4 ай бұрын
Great tutorial. Step by step. Thanks for that.
@sdetpavan
@sdetpavan 4 ай бұрын
Glad it was helpful!
@sweetthirty2
@sweetthirty2 8 ай бұрын
Hi sir please make framework development videos using RestAssured +Cucumber BDD from Scratch
@DD12756
@DD12756 Жыл бұрын
Pls help me someone... I'm using eclipse latest version and java 17 ... I'm not able to get the response....their is no mistake in code I'm following as it is pavan sir... So kindly suggest me the supported software versions
@ankittesting
@ankittesting 10 ай бұрын
Can we run UI automation test using 6x/4x slowdown and check for the performance of test with low end config?
@snehalyadav5906
@snehalyadav5906 Жыл бұрын
Can you please share po.xml?I am facing some issues while adding depedencies
@somrajyadav2446
@somrajyadav2446 Жыл бұрын
Thanks a lot sir!!
@sdetpavan
@sdetpavan Жыл бұрын
Most welcome!
@gopiswaroop5317
@gopiswaroop5317 Жыл бұрын
Hi sir, ..Is this available in your udemy api testing course
@pankajmehta9204
@pankajmehta9204 11 ай бұрын
can you please share the docs of this framework?
@eswaridevikurasala174
@eswaridevikurasala174 Жыл бұрын
sir, can you please provide tosca automation classes
@amanoj6396
@amanoj6396 Жыл бұрын
Please do videos on api automation with python .. it will be more useful to us
@radhakrishnanjaligam93
@radhakrishnanjaligam93 10 ай бұрын
Hi Pavan, Could you please start automation sessions with respective API Python That would be very helpful 😊 Thank you so much
@sanghamitramishra6169
@sanghamitramishra6169 Жыл бұрын
Was waiting for this session..Thank you so much sir 😊
@sdetpavan
@sdetpavan Жыл бұрын
Always welcome
@maniFutureQAEngineer
@maniFutureQAEngineer Жыл бұрын
After a long ❤❤❤❤
@helloworld7869
@helloworld7869 Жыл бұрын
Where can I find the dependencies document shared by sir for pom.xml. Please help me with that. 🙏🙏
SDET Automation Mock Interview - 8+ YOE (Selenium, Java, API, Testing)
1:37:32
Naveen AutomationLabs
Рет қаралды 271 М.
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 6 МЛН
Как мы играем в игры 😂
00:20
МЯТНАЯ ФАНТА
Рет қаралды 3,1 МЛН
Apple peeling hack @scottsreality
00:37
_vector_
Рет қаралды 132 МЛН
Minecraft Creeper Family is back! #minecraft #funny #memes
00:26
Session1: Introduction to API Testing
1:28:06
SDET- QA
Рет қаралды 1 МЛН
13 - Top 10 REST-Assured API Automation Interview Questions And Answers.
47:30
Software Testing And Automation
Рет қаралды 80 М.
How To Explain Test Automation Framework In Interviews For Selenium
13:42
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 6 МЛН