[FreeCoursesOnline.Me] PacktPub - Learn REST API Automation Using REST Assured

[FreeCoursesOnline.Me] PacktPub - Learn REST API Automation Using REST Assured

Size
4.3 GB
Seeders
0
Leechers
4
Files
69
Category
Added
12/31/21 at 12:00pm GMT+1
Infohash
199c9cd0a2f2d54c5a00fabb3c6d1ea9e5812f6f

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.






SIMILAR



TORRENT
 
UPLOADEDSIZESEEDS
LEECHS


The Ruby Workshop (packtpub - 2019) [AhLaN] by abidmail










1 year
82.39 MB6
1


The Clojure Workshop (packtpub - 2020) [AhLaN] by abidmail










1 year
27.79 MB7
3


The Java Workshop (packtpub - 2019) [AhLaN] by abidmail










1 year
18.60 MB13
0

File list
  • [FreeCoursesOnline.Me] PacktPub - Learn REST API Automation Using REST Assured
  • 0. Websites you may like/How you can help our Group!.txt 204 B
  • Section 1/01.01-what_is_an_api.mkv 92.4 MB
  • Section 1/01.02-postman_basics.mkv 62.6 MB
  • Section 1/01.03-api_methods.mkv 33.4 MB
  • Section 1/01.04-http_status_codes.mkv 92.4 MB
  • Section 1/01.05-rest_versus_soap.mkv 43.9 MB
  • Section 1/01.06-what_is_rest_assured.mkv 13.5 MB
  • Section 1/01.07-json_and_json_path.mkv 137.7 MB
  • Section 1/01.08-json_schema.mkv 31 MB
  • Section 1/API Methods.png 142.7 KB
  • Section 1/API_Methods.pdf 28.4 KB
  • Section 1/REST VS SOAP.pdf 32.5 KB
  • Section 10/10.01-specifying_request_port.mkv 52.9 MB
  • Section 10/10.02-default_configuration_setup_in_rest_assured.mkv 91.5 MB
  • Section 10/10.03-validating_response_time.mkv 47.3 MB
  • Section 10/10.04-xml_namespace_validation.mkv 98.2 MB
  • Section 10/10.05-validating_response_using_response_parts.mkv 85.7 MB
  • Section 10/10.06-response_aware_matcher.mkv 76.1 MB
  • Section 2/02.01-rest_assured_setup_using_maven.mkv 65.4 MB
  • Section 2/02.02-simple_get_request.mkv 79.2 MB
  • Section 2/02.03-validate_json_response.mkv 110.2 MB
  • Section 2/02.04-validate_xml_response.mkv 117.6 MB
  • Section 2/02.05-extracting_response_data.mkv 49.4 MB
  • Section 2/02.06-extracting_single_value_from_response.mkv 63.3 MB
  • Section 2/02.07-verifying_status_line.mkv 39.8 MB
  • Section 2/Getting_Started.txt 2.1 KB
  • Section 3/03.01-post_using_file.mkv 156.4 MB
  • Section 3/03.02-post_using_json_object.mkv 81.4 MB
  • Section 3/03.03-put_operation.mkv 47.7 MB
  • Section 3/03.04-delete_operation.mkv 76.2 MB
  • Section 3/Post_Put_Delete.txt 1.8 KB
  • Section 4/04.01-log_all.mkv 54.5 MB
  • Section 4/04.02-log_body_and_headers.mkv 50.7 MB
  • Section 4/04.03-log_cookies_and_status.mkv 37.7 MB
  • Section 4/04.04-log_if_error.mkv 69 MB
  • Section 4/04.05-log_if_validation_fails.mkv 95.9 MB
  • Section 4/Rest_Logging.txt 1.1 KB
  • Section 5/05.01-query_parameters.mkv 124.8 MB
  • Section 5/05.02-multiple_query_parameters.mkv 102 MB
  • Section 5/05.03-multi-value_parameters.mkv 83.7 MB
  • Section 5/05.04-path_parameters.mkv 72.5 MB
  • Section 5/05.05-form_parameters.mkv 85.5 MB
  • Section 5/Request_Parameters.txt 2 KB
  • Section 6/06.01-what_are_headers.mkv 33.9 MB
  • Section 6/06.02-sending_request_headers.mkv 91.7 MB
  • Section 6/06.03-sending_headers_using_objects.mkv 70.9 MB
  • Section 6/06.04-sending_cookies.mkv 40.7 MB
  • Section 6/06.05-sending_cookies_using_builder.mkv 54.6 MB
  • Section 6/06.06-validating_response_headers.mkv 61.7 MB
  • Section 6/06.07-extracting_response_headers.mkv 66.8 MB
  • Section 6/06.08-extracting_response_cookies.mkv 71.3 MB
  • Section 6/Headers_And_Cookies.txt 3.7 KB
  • Section 7/07.01-basic_and_digest_auth.mkv 106.5 MB
  • Section 7/07.02-scribejava_maven_dependency_for_oauth.mkv 22.4 MB
  • Section 7/07.03-oauth_1.0.mkv 107 MB
  • Section 7/07.04-twitter_oauth_example.mkv 93.1 MB
  • Section 7/07.05-oauth_2.0.mkv 262.2 MB
  • Section 7/Auth.txt 2.2 KB
  • Section 7/Scribe Java Dependency.pdf 21.8 KB
  • Section 8/08.01-json_schema_validation.mkv 160.1 MB
  • Section 8/08.02-xml_dtd_schema_validation.mkv 93.3 MB
  • Section 8/08.03-xml_xsd_schema_validation.mkv 51.8 MB
  • Section 8/Schema_Validation.txt 2.1 KB
  • Section 9/09.01-why_api_mocking.mkv 35.6 MB
  • Section 9/09.02-wiremock_setup.mkv 76.6 MB
  • Section 9/09.03-running_mock_server_on_http__https_ports.mkv 47.5 MB
  • Section 9/09.04-writing_wiremock_stubs.mkv 64.8 MB
  • Section 9/09.05-stub_mapping_with_file_body.mkv 49.1 MB
  • Section 9/09.06-recording_wiremock_stub_mappings.mkv 99.5 MB

Rating
Not rated yet
Log in to rate

Comments

No comments yet.


Similar torrents
NameSizeDate
12 MB05/14/2330382019
6 MB11/05/2137321
294 MB08/20/2613125
1.3 GB06/27/261263
7 MB07/13/201242
426 MB01/18/231115
752 MB08/18/2611039
4.6 GB04/13/24976
2 MB02/05/24942
1.5 GB05/07/189117
6.6 GB12/23/248324
317 MB07/11/26763
545 MB07/14/26764
1.4 GB07/12/26734
8.4 GB04/05/23691