Oreilly - REST API Automation testing from scratch-(REST Assured java) - 9781789133813
Oreilly - REST API Automation testing from scratch-(REST Assured java)
by Rahul Shetty | Publisher: Packt Publishing | Release Date: January 2018 | ISBN: 9781789133813


Join the "Most popular REST API course" - 3000+ students learning together with great collaboration"About This VideoWe start from Beginners level and go through Advanced FRAMEWORK level. This is a single course for everything you need to know related to Rest API Manual testing and Automation.At the end of this course you can pick any REST API over Net and can automate it comfortably with all necessary validations.In DetailREST Assured API is powerful API released by google (just like Selenium for Web) to Automate REST API's. 70% of the IT industry now heading towards this API for automating Services. Learn Everything You Need to Know about REST API Automation Even If You've never worked before on this domain. Course covers Basics to Advanced Level with Rest Assured, Postman, Java, TestNG, Framework Implementation from Scratch with rich examples like Jira, Twitter, YouTube, Google Maps API examples. Course is prepared on utmost care of picking real-world scenarios what actually industry does in testing the REST API's and they were neatly delivered with every basic concept till framework building level. On course completion you will be mastered in REST API Automation and can implement successfully it in your workplace.
  1. Chapter 1 : REST API Basics and Terminology
    • FAQ's about Course (Must Watch) 00:12:13
    • How to reach Trainer for Doubts in the course 00:08:34
    • Introduction to REST API 00:11:05
    • Understanding how REST API architecture works 00:08:17
    • What is BaseURL, Resources in REST API? 00:12:37
    • Understanding GET, POST, PUT, DELETE requests 00:10:15
    • What are headers and cookies in rest request? 00:06:49
  2. Chapter 2 : Getting started with REST API Testing
    • Understanding google place Search API for scripting 00:11:00
    • Introduction to POSTMAN -Manual testing client for REST API 00:14:31
    • Adding new place in Google Maps with google API 00:12:52
    • Validating responses with POSTMAN client 00:08:01
  3. Chapter 3 : Rest Assured setup for API Automation
    • Introduction on Test API's 00:09:11
    • Setting up Test Project with RestAssured API's 00:08:43
    • Understanding given tag for passing requests 00:15:07
  4. Chapter 4 : Validating the Rest API Responses
    • Validating the body of first JSON response 00:17:00
    • Examples on validating response headers and statuscodes 00:14:47
    • Understanding query parameters on sending request 00:16:03
  5. Chapter 5 : Diving in Depth-Automating REST API's
    • Automating POST request with payload 00:06:57
    • Grabbing the response body into String for Advance validations 00:11:45
    • Passing the response values into subsequent requests 00:08:40
    • Optimizing the scripts by centralizing the data 00:12:40
    • Datadriven testing best practises 00:08:58
  6. Chapter 6 : Automation Utilities for Parsing the JSON/XML responses
    • Validating Advanced xml responses 00:15:35
    • Shortcut methods to convert Rawdata to xml/JSON 00:13:58
    • Parsing JSON response to extract values 00:13:54
    • Logging feature to debug automation scripts 00:12:15
  7. Chapter 7 : Real world Example-Automating Jira API's
    • How Jira API Works? 00:11:03
    • Cookie Authentication API for Jira requests 00:16:26
    • Jira GET,POST API Scripting for creating bugs 00:14:10
    • End to end Solved examples on automating Jira API 00:16:01
    • Adding comment API using POST and PUT 00:14:35
    • Jira API scripting examples with response validations 00:07:02
  8. Chapter 8 : Real world examples -Twitter API Automation
    • Introduction to Twitter API 00:10:31
    • Understanding OAuth Authentication Mechanism 00:06:40
    • Retrieve Tweets from the Account with API's 00:10:37
    • Publish Tweets to your account with the API calls 00:11:24
    • Delete the Tweets from API 00:09:14
  9. Chapter 9 : OAuth Authentication setup for API Tests
    • OAuth Authentication setup for Rest Assured Scripts 00:14:08
    • Scripting Exercises on Twitter API -1 00:11:21
    • Scripting Exercises on Twitter API -2 00:07:11
  10. Chapter 10 : REST API Framework Learning Plan***Must WATCH ****
    • Learning Plan 00:09:47
  11. Chapter 11 : Framework Phase 1- Maven- Build Management tool
    • Importance of Maven in Framework development 00:10:58
    • Installing and configuring Maven 00:11:05
    • Understanding Terminologies of Maven 00:15:54
    • Creating Maven Project and importing into eclipse 00:11:05
    • Understanding POM.xml file and its dependencies 00:13:10
    • Importance of surefirePlugin in executing Tests 00:13:09
    • Integration of Testng with Maven 00:12:29
    • Switching the Tests with Maven profiling 00:10:41
  12. Chapter 12 : Framework Phase 1- Jenkins- Continuous Integration Tool
    • Importance of Jenkins in Test frameworks 00:10:42
    • Install and configure Jenkins 00:10:46
    • Configuring Jenkin Settings and Workspace 00:12:19
  13. Chapter 13 : Framework Phase 1 - TestNG Reports for Jenkin Jobs
    • Testng Reporting Plugin into Jenkin jobs 00:17:13
  14. Chapter 14 : Framework Phase 1- Logging Framework - log4j
    • What is log4j? Its usage in Rest API framework 00:09:02
    • Importing log4j into Eclipse project 00:14:29
    • Importance of log4j xml file 00:10:53
    • Understanding the xml file to control logging in Testcase 00:14:52
    • Testcase logging with log4j example-1 00:16:29
    • Testcase logging with log4j example continued... 00:06:35
  15. Chapter 15 : REST API Framework development from scratch Part -1
    • Converting Project to TESTNG framework 00:13:48
    • Creating Maven REST API test Project 00:10:35
    • End to end testing API's on Maven Project 00:12:03
    • Generating reports and creating BAT file 00:12:13
  16. Chapter 16 : REST API Framework development from scratch Part -2
    • Integrating Log4j into Rest API Tests 00:13:50
    • Configuring and generating log file for the tests 00:13:53
    • Importance of Global environment variables in Framework 00:16:47
    • Creating Modules to drive the data into Tests 00:15:15
    • Organizing files and folders as per test structure 00:11:11
    • Extent Reports in generating Test execution results 00:15:06
    • Integrating Rest API tests into JENKINS CI tool 00:11:13
  17. Chapter 17 : Excel Integration with Rest Assured Test
    • What is Apace POI API & Download Instructions? 00:10:09
    • Strategy to Access Excel Data 00:15:18
    • Getting rows and its cells from Sheet 00:15:16
    • Retrieving Data from Excel based on condition 00:08:48
    • Practise Exercise- Excel Driven testing -1 00:11:46
    • Practise Exercise- Excel Driven testing -2 00:10:59
    • Practise Exercise- Excel Driven testing -3 00:10:00
    • Introduction to Library API 00:07:48
    • Library API Postman and Rest Assured examples 00:10:57
    • Conversion of HashMap into Json 00:14:12
    • Excel Integration with Rest Assured Test 00:15:23
  18. Chapter 18 : Core Java basics
    • Java first program basics 00:08:35
    • Java program principles 00:08:32
    • Classes, objects in Java 00:17:53
    • Strings in Java 00:15:54
    • String Practise exercises 00:09:23
    • What is Interface? 00:11:22
    • How Java classes can take advantage of Interface? 00:10:10
    • Usage of Inheritance in Java 00:10:59
    • Practical examples on types of inheritances 00:07:31
    • Introduction to Arrays 00:08:57
    • Single dimensional and Multidimensional arrays usage 00:12:37
  19. Oreilly - REST API Automation testing from scratch-(REST Assured java)


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss