#apitesting #restassured #framework

@1:45 Create property file in src/test/resources
@3:35 Paste URLS in the property file.
REFER URLS FROM PROPERTY FILE
@6:25 In UserEndPoint class, create a static method for gettings URLs from property file.
@10:39 In CreateUser method, call post url using static method and store into variable.
@12:09 IN POST request of this method, pass that variable.
@12:36 Repeat same steps for rest of methods.
@17:16 Execute the test
@20:49 Add Maven surefire plugin and maven compiler plugin to pom.xml
@29:24 Add configuration tag in Maven surefire plugin
@29:58 Update the project and execute the test
CONFIGURING MAVEN ON OPERATING SYSTEM
@35:42 Download Maven (zip format)
@37:07 Extract the zip and copy in C drive
@37:51 Maven path configuration
@39:23 Checking Maven version in CMD
RUN PROJECT THROUGH COMMAND PROMPT
@46:11 Add configuration tag in Maven compiler plugin and update the project
@48:22 Execute MAVEN test in cmd

#########################################
Udemy Courses
##########################################

Playwright with TypeScript
https://www.udemy.com/course/learn-playwright-web-api-testing-with-typescript/

Playwright with JavaScript
https://www.udemy.com/course/learn-playwright-with-javascript

Generative AI for Software Testing
https://shorturl.at/Uk2eM

Manual Testing + Agile with Jira Tool
https://www.udemy.com/course/learn-manual-software-testing-with-live-project-jira-tool

Selenium with Java + Cucumber
https://www.udemy.com/course/learn-selenium-with-java-live-project

Selenium with Python & PyTest
https://www.udemy.com/course/learn-selenium-with-python-d/

Selenium with Python using Robot Framework
https://www.udemy.com/course/learn-selenium-with-python-using-robot-framework

API Testing (Postman, RestAssured & SoapUI)
https://www.udemy.com/course/learn-selenium-with-python-using-robot-framework/

Web & API Automation using Cypress with JavaScript
https://www.udemy.com/course/learn-cypress-with-typescript/

JMeter - Performance Testing
https://www.udemy.com/course/learn-jmeter-m/learn/

SDET Essentials (Full Stack QA)
https://www.udemy.com/course/learn-sdet-essentials/

Appium - Mobile Automation Testing
https://www.udemy.com/course/learn-appium-latest-1110-mobile-automation-testing/

Java Collections
https://www.udemy.com/course/learn-java-collections/

Cucumber BDD Framework
https://www.udemy.com/course/learn-cucumber-bdd-framework

Protractor with JavaScript
https://www.udemy.com/course/learn-protractorangular-testing-with-javascript/


#APIAutomation
#RestAssured
#AutomationTesting
#TestingFramework
#APItesting