Udemy - REST Assured API Automation, Allure Reports – An Introduction

seeders: 12
leechers: 15
updated:
Added by tutsnode in Other > Tutorials

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 77
  • Language: English

Files

REST Assured API Automation,Allure Reports - An Introduction [TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction 06 Extracting Response Data using Jayway JsonPath
  • 040 Extracting response information with Jayway JsonPath library-p2.mp4 (119.8 MB)
  • 037 Bestbuy API playground setup.en.srt (8.0 KB)
  • 037 Bestbuy API playground setup.mp4 (53.1 MB)
  • 038 Brief overview on extracting information from response.en.srt (4.5 KB)
  • 038 Brief overview on extracting information from response.mp4 (14.1 MB)
  • 039 Extracting response information with Jayway JsonPath library-p1.en.srt (10.8 KB)
  • 039 Extracting response information with Jayway JsonPath library-p1.mp4 (85.4 MB)
  • 040 Extracting response information with Jayway JsonPath library-p2.en.srt (12.9 KB)
  • 041 Jayway JsonPath Info.html (1.2 KB)
  • 042 Code for download.html (0.9 KB)
  • 042 JsonPath-Examples.zip (16.8 MB)
01 Introduction to the course
  • 001 About the Course.en.srt (3.3 KB)
  • 001 About the Course.mp4 (4.7 MB)
02 Setting up the Student Sample Application
  • 002 Starting _Students_ Application.en.srt (6.9 KB)
  • 002 Starting _Students_ Application.mp4 (23.0 MB)
  • 002 studentApp.jar.zip (24.8 MB)
  • 003 IMPORTANT_ For users using Java 9.html (1.1 KB)
  • 004 Docker install Windows.en.srt (7.1 KB)
  • 004 Docker install Windows.mp4 (46.9 MB)
  • 005 Docker. install Mac.en.srt (3.4 KB)
  • 005 Docker. install Mac.mp4 (30.9 MB)
  • 006 Launching Student app docker image.en.srt (5.2 KB)
  • 006 Launching Student app docker image.mp4 (28.1 MB)
  • 007 Inspecting browser traffic using chrome developer tools.en.srt (7.8 KB)
  • 007 Inspecting browser traffic using chrome developer tools.mp4 (14.2 MB)
03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests
  • 008 Installing Postman REST Client.en.srt (3.1 KB)
  • 008 Installing Postman REST Client.mp4 (5.0 MB)
  • 009 Organizing POSTMAN (creating collections, adding environments).en.srt (12.0 KB)
  • 009 Organizing POSTMAN (creating collections, adding environments).mp4 (19.1 MB)
  • 010 GET Request (Getting information about resources).en.srt (15.2 KB)
  • 010 GET Request (Getting information about resources).mp4 (26.8 MB)
  • 011 POST Request (Adding information).en.srt (5.8 KB)
  • 011 POST Request (Adding information).mp4 (9.6 MB)
  • 012 PUT Request (Updating information).en.srt (3.3 KB)
  • 012 PUT Request (Updating information).mp4 (5.9 MB)
  • 013 PATCH Request (Updating selective information).en.srt (1.5 KB)
  • 013 PATCH Request (Updating selective information).mp4 (2.7 MB)
  • 014 DELETE Request (Deleting information).en.srt (1.8 KB)
  • 014 DELETE Request (Deleting information).mp4 (3.3 MB)
  • 015 OPTIONS (Getting information on a particular resource).en.srt (3.8 KB)
  • 015 OPTIONS (Getting information on a particular resource).mp4 (5.6 MB)
  • 016 HEAD Method.en.srt (3.4 KB)
  • 016 HEAD Method.mp4 (4.3 MB)
04 Installing pre-requisite softwares
  • 017 Java installation on Mac OS.en.srt (5.6 KB)
  • 017 Java installation on Mac OS.mp4 (13.1 MB)
  • 018 Maven installation on Mac OS.en.srt (4.7 KB)
  • 018 Maven installation on Mac OS.mp4 (11.6 MB)
  • 019 Eclipse Installation on Mac OS.en.srt (2.4 KB)
  • 019 Eclipse Installation on Mac OS.mp4 (8.6 MB)
  • 020 Java installation on Windows OS.en.srt (4.7 KB)
  • 020 Java installation on Windows OS.mp4 (14.4 MB)
  • 021 Maven installation on Windows OS.en.srt (3.8 KB)
  • 021 Maven installation on Windows OS.mp4 (10.1 MB)
  • 022 Eclipse Installation on Windows OS.en.srt (3.0 KB)
  • 022 Eclipse Installation on Windows OS.mp4 (9.2 MB)
05 Writing Tests with Rest Assured
  • 023 Project setup using maven, junit, & rest-assured.en.srt (8.4 KB)
  • 023 Project setup using maven, junit, & rest-assured.mp4 (74.5 MB)
  • 024 Popular test writing styles in Rest Assured.en.srt (8.6 KB)
  • 024 Popular test writing styles in Rest Assured.mp4 (47.8 MB)
  • 025 Writing our first using Rest Assured.en.srt (10.1 KB)
  • 025 Writing our first using Rest Assured.mp4 (83.0 MB)
  • 026 Static import of Rest Assured methods.en.srt (2.1 KB)
  • 026 Static import of Rest Assured methods.mp4 (15.2 MB)
  • 027 Passing QueryParams in GET Request.en.srt (5.9 KB)
  • 027 Passing QueryParams in GET Request.mp4 (60.6 MB)
  • 028 Passing Path Params in GET Request.en.srt (3.7 KB)
  • 028 Passing Path Params in GET Request.mp4 (30.0 MB)
  • 029 Reusability with RestAssured constants(port, baseURI ,basePath).en.srt (6.2 KB)
  • 029 Reusability with RestAssured constants(port, baseURI ,basePath).mp4 (51.3 MB)
  • 030 POST request with payload as String.en.srt (6.0 KB)
  • 030 POST request with payload as String.mp4 (39.8 MB)
  • 031 POJO creation & Java object payload with Gson.en.srt (8.2 KB)
  • 031 POJO creation & Java object payload with Gson.mp4 (98.1 MB)
  • 032 Creating Fake Test Data with Java Faker library.en.srt (3.2 KB)
  • 032 Creating Fake Test Data with Java Faker library.mp4 (38.5 MB)
  • 033 Updating Student information with PUT request.en.srt (4.1 KB)
  • 033 Updating Student information with PUT request.mp4 (33.6 MB)
  • 034 Update partial info (PATCH request).en.srt (2.3 KB)
  • 034 Update partial info (PATCH request).mp4 (12.4 MB)
  • 035 Delete a student using DELETE Request.en.srt (2.8 KB)
  • 035 Delete a student using DELETE Request.mp4 (13.2 MB)
  • 036 Code for download.html (0.9 KB)
  • 036 StudentApp-Basics.zip (16.7 MB)
07 Allure Reports
  • 043 Introduction to allure reports.en.srt (5.1 KB)
  • 043 Introduction to allure reports.mp4 (31.1 MB)
  • 044 Creating your first allure report.en.srt (11.8 KB)
  • 044 Creating your first allure report.mp4 (71.6 MB)
  • 045 Providing meaningful display names to your tests.en.srt (12.6 KB)
  • 045 Providing meaningful display names to your tests.mp4 (68.8 MB)
  • 046 Attaching links to your reports.en.srt (9.9 KB)
  • 046 Attaching links to your reports.mp4 (52.1 MB)
  • 047 Grouping tests as stories,epics & features.en.srt

Description


Description

In the 21st century, almost all web applications use web services to communicate or interact with each other. Most modern day web services are built on Representational state transfer (REST) architecture; REST has gained a lot of popularity and it will continue to do the same due to its simplicity in comparison with other technologies.

It is very important for software QA engineers, automation engineers and software developers to understand the importance of REST testing and more importantly how to automate these tests. Automating Application Program Interface (API) tests is critical and crucial for most projects due to the fact that API tests are far more stable, reliable and fast.

In this course, you will be provided with the tools and techniques needed to be successful with REST API Automation using Rest Assured Library in Java & JUnit. We will be focusing on the important topics listed below:

Learn how to create collections & environment variables in POSTMAN
Understand and use POSTMAN to send requests (using GET, POST, PUT, PATCH, DELETE, OPTIONS and HEAD operations)
Introduction to REST Assured, which is a popular open source library used for API test automation
Learn how to setup a REST Assured Maven project
Learn to write tests for GET, POST, PUT, PATCH and DELETE requests using REST Assured
Learn to use setup & configure Allure Reports
Provide beautiful DisplayNames,Descriptions, link information in your reports
Add detailed test step information & attachment information in the reports

****You will be provided with a Students Application, that you can run locally on your machine****

****The course will introduce you to Bestbuy API playground(which contains ~50,000 products) application which can be run locally

All the code is available for download & instructor support will be provided to questions.
Who this course is for:

QA Engineers who want to learn how to write API automation
Automation Engineers, SDETs who want to learn an additional Java Testing library for RESTful API’s
Software developers who would like to learn the art of API Test automation using REST Assured

Requirements

This course requires that the user has some basic programming knowledge in JAVA
Basic understanding of RESTful Services

Last Updated 5/2020



Download torrent
1.6 GB
seeders:12
leechers:15
Udemy - REST Assured API Automation, Allure Reports – An Introduction


Trackers

tracker name
udp://inferno.demonoid.pw:3391/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker.opentrackr.org:1337/announce
udp://torrent.gresille.org:80/announce
udp://glotorrents.pw:6969/announce
udp://tracker.leechers-paradise.org:6969/announce
udp://tracker.pirateparty.gr:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://9.rarbg.to:2710/announce
udp://shadowshq.yi.org:6969/announce
udp://tracker.zer0day.to:1337/announce
µTorrent compatible trackers list

Download torrent
1.6 GB
seeders:12
leechers:15
Udemy - REST Assured API Automation, Allure Reports – An Introduction


Torrent hash: CFC3B0E7565BD08AC54A4E71251FBD479570DCBD