PacktPub | Learn REST API Automation Using REST Assured [Video] [FCO]

seeders: 0
leechers: 0
Added 4 years ago by SunRiseZone in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

PacktPub | Learn REST API Automation Using REST Assured [Video] [FCO] (Size: 4.3 GB)
  0. OneHack.us Premium Cracked Accounts-Tutorials-Guides-Articles Community Based Forum.url 409.6 B
  01.01-what_is_an_api.mkv 92.4 MB
  01.02-postman_basics.mkv 62.6 MB
  01.03-api_methods.mkv 33.4 MB
  01.04-http_status_codes.mkv 92.4 MB
  01.05-rest_versus_soap.mkv 43.9 MB
  01.06-what_is_rest_assured.mkv 13.5 MB
  01.07-json_and_json_path.mkv 137.7 MB
  01.08-json_schema.mkv 31 MB
  02.01-rest_assured_setup_using_maven.mkv 65.4 MB
  02.02-simple_get_request.mkv 79.2 MB
  02.03-validate_json_response.mkv 110.2 MB
  02.04-validate_xml_response.mkv 117.6 MB
  02.05-extracting_response_data.mkv 49.4 MB
  02.06-extracting_single_value_from_response.mkv 63.3 MB
  02.07-verifying_status_line.mkv 39.8 MB
  03.01-post_using_file.mkv 156.4 MB
  03.02-post_using_json_object.mkv 81.4 MB
  03.03-put_operation.mkv 47.7 MB
  03.04-delete_operation.mkv 76.2 MB
  04.01-log_all.mkv 54.5 MB
  04.02-log_body_and_headers.mkv 50.7 MB
  04.03-log_cookies_and_status.mkv 37.7 MB
  04.04-log_if_error.mkv 69 MB
  04.05-log_if_validation_fails.mkv 95.9 MB
  05.01-query_parameters.mkv 124.8 MB
  05.02-multiple_query_parameters.mkv 102 MB
  05.03-multi-value_parameters.mkv 83.7 MB
  05.04-path_parameters.mkv 72.5 MB
  05.05-form_parameters.mkv 85.5 MB
  06.01-what_are_headers.mkv 33.9 MB
  06.02-sending_request_headers.mkv 91.7 MB
  06.03-sending_headers_using_objects.mkv 70.9 MB
  06.04-sending_cookies.mkv 40.7 MB
  06.05-sending_cookies_using_builder.mkv 54.6 MB
  06.06-validating_response_headers.mkv 61.7 MB
  06.07-extracting_response_headers.mkv 66.8 MB
  06.08-extracting_response_cookies.mkv 71.3 MB
  07.01-basic_and_digest_auth.mkv 106.5 MB
  07.02-scribejava_maven_dependency_for_oauth.mkv 22.4 MB
  07.03-oauth_1.0.mkv 107 MB
  07.04-twitter_oauth_example.mkv 93.1 MB
  07.05-oauth_2.0.mkv 262.2 MB
  08.01-json_schema_validation.mkv 160.1 MB
  08.02-xml_dtd_schema_validation.mkv 93.3 MB
  08.03-xml_xsd_schema_validation.mkv 51.8 MB
  09.01-why_api_mocking.mkv 35.6 MB
  09.02-wiremock_setup.mkv 76.6 MB
  09.03-running_mock_server_on_http__https_ports.mkv 47.5 MB
  09.04-writing_wiremock_stubs.mkv 64.8 MB
  09.05-stub_mapping_with_file_body.mkv 49.1 MB
  09.06-recording_wiremock_stub_mappings.mkv 99.5 MB
  1. FreeCoursesOnline.Me Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url 307.2 B
  10.01-specifying_request_port.mkv 52.9 MB
  10.02-default_configuration_setup_in_rest_assured.mkv 91.5 MB
  10.03-validating_response_time.mkv 47.3 MB
  10.04-xml_namespace_validation.mkv 98.2 MB
  10.05-validating_response_using_response_parts.mkv 85.7 MB
  10.06-response_aware_matcher.mkv 76.1 MB
  3. FTUApps.com Download Cracked Developers Applications For Free.url 204.8 B
  API Methods.png 142.7 KB
  API_Methods.pdf 28.4 KB
  Auth.txt 2.2 KB
  For $3, Get Anything Official like Windows 11 keys + Microsoft Office 365 Accounts! Hurry! Limited Time Offer.url 1.8 KB
  Getting_Started.txt 2.1 KB
  Headers_And_Cookies.txt 3.7 KB
  How you can help our Group!.txt 204.8 B
  Post_Put_Delete.txt 1.8 KB
  REST VS SOAP.pdf 32.5 KB
  Request_Parameters.txt 2 KB
  Rest_Logging.txt 1.1 KB
  Schema_Validation.txt 2.1 KB
  Scribe Java Dependency.pdf 21.8 KB
  ▲ 73 total files

Description


Lynda and other Courses >>> https://www.freecoursesonline.me/
Forum for discussion >>> https://1hack.us/



By : Mayur Deshmukh
Released : December 2021
Course Source : https://www.packtpub.com/product/learn-rest-api-automation-using-rest-assured-video/9781803245058

Video Details

ISBN 9781803245058
Course Length 5 hours 29 minutes

About

REST Assured is a powerful set of APIs used to automate RESTful APIs/RESTful web services (just like Selenium WebDriver for web applications). Almost all web applications use REST APIs to communicate with the backend and it has gained a lot of popularity in modern-day application architecture. It is very important for QA/automation engineers to understand how to automate REST API tests. Automating REST API tests is crucial for projects because REST API tests are quick to run and more stable, unlike web automation. 75% of the IT industry is now moving toward REST API automation.

Explore the world of REST API with this hands-on course. You’ll not only learn the concepts from scratch but also implement them during your course of learning.

This course starts by introducing some basic concepts of APIs, followed by setting up REST Assured using Maven. After that, you see POST, PUT, and DELETE operations and logging of the REST Assured library. Then, you’ll be handling request parameters, working with headers and cookies, and authentication. Then, you’ll see XML And JSON schema validation and WireMock. Finally, you’ll look at various miscellaneous operations.

By the end of this course, you’ll have complete knowledge of REST API automation testing using REST Assured.

All the code files and resource files are uploaded on the GitHub repository at https://github.com/PacktPublishing/Learn-REST-API-Automation-Using-REST-Assured

Author

Mayur Deshmukh

Mayur Deshmukh is an instructor and the founder of De ZINNIA Learning. De ZINNIA provides industry-standard training relating to software automation testing tools and programming languages. Their programs include extensive and hands-on training in Java, C#, Python, Selenium WebDriver, Appium, TestNG, Cucumber (BDD), Continuous Integration (CI), Jenkins, REST and SOAP API Automation, WireMock, and Gatling Load Testing. Mayur constantly motivates his students to keep up a learner’s attitude as it is very important to adopt new technologies to sustain and grow in this ever-changing world of software technology.

Related Torrents

torrent name size uploader age seed leech
18
0
0
2
0