Details for this torrent 

REST Assured API Automation, Allure Reports - An Introduction
Type:
Other > Other
Files:
102
Size:
1.59 GiB (1706483933 Bytes)
Uploaded:
2020-12-02 17:30:20 GMT
By:
tuts756
Seeders:
0
Leechers:
2
Comments
0  

Info Hash:
CFC3B0E7565BD08AC54A4E71251FBD479570DCBD




(Problems with magnets links are fixed by upgrading your torrent client!)
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

[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.mp4119.77 MiB
TutsNode.com.txt63 B
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/01 Introduction to the course/001 About the Course.en.srt3.27 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/01 Introduction to the course/001 About the Course.mp44.66 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/002 Starting _Students_ Application.en.srt6.93 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/002 Starting _Students_ Application.mp422.99 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/002 studentApp.jar.zip24.84 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/003 IMPORTANT_ For users using Java 9.html1.06 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/004 Docker install Windows.en.srt7.12 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/004 Docker install Windows.mp446.86 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/005 Docker. install Mac.en.srt3.38 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/005 Docker. install Mac.mp430.89 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/006 Launching Student app docker image.en.srt5.23 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/006 Launching Student app docker image.mp428.05 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/007 Inspecting browser traffic using chrome developer tools.en.srt7.8 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/02 Setting up the Student Sample Application/007 Inspecting browser traffic using chrome developer tools.mp414.21 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/008 Installing Postman REST Client.en.srt3.12 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/008 Installing Postman REST Client.mp44.97 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/009 Organizing POSTMAN (creating collections, adding environments).en.srt12.04 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/009 Organizing POSTMAN (creating collections, adding environments).mp419.06 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/010 GET Request (Getting information about resources).en.srt15.19 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/010 GET Request (Getting information about resources).mp426.82 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/011 POST Request (Adding information).en.srt5.8 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/011 POST Request (Adding information).mp49.64 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/012 PUT Request (Updating information).en.srt3.3 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/012 PUT Request (Updating information).mp45.86 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/013 PATCH Request (Updating selective information).en.srt1.48 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/013 PATCH Request (Updating selective information).mp42.74 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/014 DELETE Request (Deleting information).en.srt1.8 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/014 DELETE Request (Deleting information).mp43.3 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/015 OPTIONS (Getting information on a particular resource).en.srt3.81 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/015 OPTIONS (Getting information on a particular resource).mp45.56 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/016 HEAD Method.en.srt3.38 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/03 Using POSTMAN to make (GET,POST,PUT,PATCH,DELETE,OPTIONS) requests/016 HEAD Method.mp44.29 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/017 Java installation on Mac OS.en.srt5.64 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/017 Java installation on Mac OS.mp413.1 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/018 Maven installation on Mac OS.en.srt4.74 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/018 Maven installation on Mac OS.mp411.64 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/019 Eclipse Installation on Mac OS.en.srt2.4 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/019 Eclipse Installation on Mac OS.mp48.64 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/020 Java installation on Windows OS.en.srt4.67 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/020 Java installation on Windows OS.mp414.41 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/021 Maven installation on Windows OS.en.srt3.79 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/021 Maven installation on Windows OS.mp410.1 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/022 Eclipse Installation on Windows OS.en.srt3 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/04 Installing pre-requisite softwares/022 Eclipse Installation on Windows OS.mp49.25 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/023 Project setup using maven, junit, & rest-assured.en.srt8.37 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/023 Project setup using maven, junit, & rest-assured.mp474.49 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/024 Popular test writing styles in Rest Assured.en.srt8.63 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/024 Popular test writing styles in Rest Assured.mp447.84 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/025 Writing our first using Rest Assured.en.srt10.12 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/025 Writing our first using Rest Assured.mp482.99 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/026 Static import of Rest Assured methods.en.srt2.07 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/026 Static import of Rest Assured methods.mp415.23 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/027 Passing QueryParams in GET Request.en.srt5.86 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/027 Passing QueryParams in GET Request.mp460.64 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/028 Passing Path Params in GET Request.en.srt3.71 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/028 Passing Path Params in GET Request.mp430.02 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/029 Reusability with RestAssured constants(port, baseURI ,basePath).en.srt6.21 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/029 Reusability with RestAssured constants(port, baseURI ,basePath).mp451.33 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/030 POST request with payload as String.en.srt6.04 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/030 POST request with payload as String.mp439.78 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/031 POJO creation & Java object payload with Gson.en.srt8.17 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/031 POJO creation & Java object payload with Gson.mp498.09 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/032 Creating Fake Test Data with Java Faker library.en.srt3.19 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/032 Creating Fake Test Data with Java Faker library.mp438.45 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/033 Updating Student information with PUT request.en.srt4.07 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/033 Updating Student information with PUT request.mp433.59 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/034 Update partial info (PATCH request).en.srt2.27 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/034 Update partial info (PATCH request).mp412.42 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/035 Delete a student using DELETE Request.en.srt2.76 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/035 Delete a student using DELETE Request.mp413.23 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/036 Code for download.html924 B
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/05 Writing Tests with Rest Assured/036 StudentApp-Basics.zip16.66 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/06 Extracting Response Data using Jayway JsonPath/037 Bestbuy API playground setup.en.srt8.03 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/06 Extracting Response Data using Jayway JsonPath/037 Bestbuy API playground setup.mp453.06 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/06 Extracting Response Data using Jayway JsonPath/038 Brief overview on extracting information from response.en.srt4.52 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/06 Extracting Response Data using Jayway JsonPath/038 Brief overview on extracting information from response.mp414.07 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/06 Extracting Response Data using Jayway JsonPath/039 Extracting response information with Jayway JsonPath library-p1.en.srt10.78 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/06 Extracting Response Data using Jayway JsonPath/039 Extracting response information with Jayway JsonPath library-p1.mp485.38 MiB
[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.en.srt12.86 KiB
[TGx]Downloaded from torrentgalaxy.to .txt585 B
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/06 Extracting Response Data using Jayway JsonPath/041 Jayway JsonPath Info.html1.21 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/06 Extracting Response Data using Jayway JsonPath/042 Code for download.html933 B
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/06 Extracting Response Data using Jayway JsonPath/042 JsonPath-Examples.zip16.76 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/043 Introduction to allure reports.en.srt5.07 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/043 Introduction to allure reports.mp431.09 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/044 Creating your first allure report.en.srt11.76 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/044 Creating your first allure report.mp471.6 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/045 Providing meaningful display names to your tests.en.srt12.59 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/045 Providing meaningful display names to your tests.mp468.75 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/046 Attaching links to your reports.en.srt9.86 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/046 Attaching links to your reports.mp452.15 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/047 Grouping tests as stories,epics & features.en.srt5.91 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/047 Grouping tests as stories,epics & features.mp437.87 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/048 Adding step information using @Step annotation.en.srt8.79 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/048 Adding step information using @Step annotation.mp460.23 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/049 Adding attachments to your reports.en.srt9.24 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/049 Adding attachments to your reports.mp479.78 MiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/050 allure-examples.zip20.38 KiB
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/07 Allure Reports/050 Code for download.html916 B
[TutsNode.com] - REST Assured API Automation,Allure Reports - An Introduction/08 Congratulations!!/051 Next Steps in your Journey!!.html2.54 KiB