17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[ FreeCourseWeb ] Udemy - API Testing With RestSharp And Specflow In C#
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Genre: eLearning | Language: English | Size: 1,79 GB
This course API testing with RestSharp and Specflow in C# is designed in such as way that anyone who has basic knowledge in C# will perform complete API testing along with Business logic without any difficulty.
This course is the only course in the internet which covers so many different real-world scenario which is not covered elsewhere. Hence the course has following topics
Complete basics of API testing with RestSharp
Full understanding of different libraries in RestSharp
Execute with Async and Non-Async methods
Custom library designs
Specflow integration for BDD support
Parallel execution support (to speed test execution)
JWT Bearer authentication
With all the above, you will also learn the complete best coding practice done in the industry for performing API testing in .NET and you can right away take the code and implement the same at your work .
Download More Latest Courses Visit ==>> https://FreeCourseWeb.com
If you like this torrent then Please, we repeat, Please, Support Authors. They Deserve it
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
1. Introduction and Getting started/1. Introduction to Course.jpeg
273.4 KB
1. Introduction and Getting started/1. Introduction to Course.mp4
54.7 MB
1. Introduction and Getting started/1. Introduction to Course.vtt
3.2 KB
1. Introduction and Getting started/2. Introduction.mp4
39.6 MB
1. Introduction and Getting started/2. Introduction.vtt
10.6 KB
1. Introduction and Getting started/3. Installing Fake JSON server for API testing.mp4
40.5 MB
1. Introduction and Getting started/3. Installing Fake JSON server for API testing.vtt
8.2 KB
1. Introduction and Getting started/4. Performing Simple GET operation with RestSharp.mp4
56.3 MB
1. Introduction and Getting started/4. Performing Simple GET operation with RestSharp.vtt
13 KB
1. Introduction and Getting started/5. Understanding DeSerialization of Response object with RestSharp.mp4
91.2 MB
1. Introduction and Getting started/5. Understanding DeSerialization of Response object with RestSharp.vtt
12.5 KB
1. Introduction and Getting started/6. Performing POST with body parameter and with strongly typed class.mp4
116.6 MB
1. Introduction and Getting started/6. Performing POST with body parameter and with strongly typed class.vtt
16.6 KB
2. Understanding different libraries of RestSharp/1. Working with Generic and Asynchronous Execute method of RestSharp.mp4
96.5 MB
2. Understanding different libraries of RestSharp/1. Working with Generic and Asynchronous Execute method of RestSharp.vtt
15.1 KB
2. Understanding different libraries of RestSharp/2. Working with Generic and Asynchronous Execute method of RestSharp (Contd).mp4
76.5 MB
2. Understanding different libraries of RestSharp/2. Working with Generic and Asynchronous Execute method of RestSharp (Contd).vtt
9.9 KB
2. Understanding different libraries of RestSharp/3. Writing Custom libraries for RestSharp with extension methods.mp4
92.1 MB
2. Understanding different libraries of RestSharp/3. Writing Custom libraries for RestSharp with extension methods.vtt
13.6 KB
2. Understanding different libraries of RestSharp/4. Using Inbuilt Async Task Async Library.mp4
26.6 MB
2. Understanding different libraries of RestSharp/4. Using Inbuilt Async Task Async Library.vtt
4.7 KB
3. Specflow integration with RestSharp/1. Specflow integration with RestSharp.mp4
107 MB
3. Specflow integration with RestSharp/1. Specflow integration with RestSharp.vtt
15.6 KB
3. Specflow integration with RestSharp/2. Specflow context injection to work with RestSharp instance sharing.mp4
82 MB
3. Specflow integration with RestSharp/2. Specflow context injection to work with RestSharp instance sharing.vtt
11.6 KB
3. Specflow integration with RestSharp/3. Specflow hooks for code maintainability.mp4
70.1 MB
3. Specflow integration with RestSharp/3. Specflow hooks for code maintainability.vtt
8.6 KB
3. Specflow integration with RestSharp/4. More specflow scenarios with RestSharp POST operation.mp4
47.3 MB
3. Specflow integration with RestSharp/4. More specflow scenarios with RestSharp POST operation.vtt
6.1 KB
3. Specflow integration with RestSharp/5. Parallel Execution support with Specflow.mp4
51.8 MB
3. Specflow integration with RestSharp/5. Parallel Execution support with Specflow.vtt
6.6 KB
4. JWT authentication with RestSharp/1. JWT authentication with RestSharp using Anonymous class body.mp4
48.9 MB
4. JWT authentication with RestSharp/1. JWT authentication with RestSharp using Anonymous class body.vtt
7.9 KB
4. JWT authentication with RestSharp/2. JWT authentication with RestSharp using Anonymous type class.mp4
70 MB
4. JWT authentication with RestSharp/2. JWT authentication with RestSharp using Anonymous type class.vtt
7.1 KB
4. JWT authentication with RestSharp/3. JWT body from JSON file with RestSharp.mp4
92.7 MB
4. JWT authentication with RestSharp/3. JWT body from JSON file with RestSharp.vtt
9.1 KB
4. JWT authentication with RestSharp/4. JWT authentication in Specflow Background scenario.mp4
49.5 MB
4. JWT authentication with RestSharp/4. JWT authentication in Specflow Background scenario.vtt
7.8 KB
4. JWT authentication with RestSharp/5. Complete source Code.html
52 B
4. JWT authentication with RestSharp/gitignore
5.8 KB
4. JWT authentication with RestSharp/RestSharpDemo.sln
1.1 KB
4. JWT authentication with RestSharp/RestSharpDemo/App.config
1.1 KB
4. JWT authentication with RestSharp/RestSharpDemo/Base/Settings.cs
474 B
4. JWT authentication with RestSharp/RestSharpDemo/Features/GetPosts.feature
639 B
4. JWT authentication with RestSharp/RestSharpDemo/Features/GetPosts.feature.cs
5.3 KB
4. JWT authentication with RestSharp/RestSharpDemo/Features/PostProfile.feature
309 B
4. JWT authentication with RestSharp/RestSharpDemo/Features/PostProfile.feature.cs
3.8 KB
4. JWT authentication with RestSharp/RestSharpDemo/Hooks/TestInitialize.cs
699 B
4. JWT authentication with RestSharp/RestSharpDemo/Model/Posts.cs
328 B
4. JWT authentication with RestSharp/RestSharpDemo/packages.config
761 B
4. JWT authentication with RestSharp/RestSharpDemo/Properties/AssemblyInfo.cs
723 B
4. JWT authentication with RestSharp/RestSharpDemo/RestSharpDemo.csproj
7.6 KB
4. JWT authentication with RestSharp/RestSharpDemo/Steps/GetPostsSteps.cs
1.2 KB
4. JWT authentication with RestSharp/RestSharpDemo/Steps/PostProfileSteps.cs
1.2 KB
4. JWT authentication with RestSharp/RestSharpDemo/TestData/Data.json
62 B
4. JWT authentication with RestSharp/RestSharpDemo/UnitTest1.cs
5.7 KB
4. JWT authentication with RestSharp/RestSharpDemo/Utilities/Libraries.cs
1.5 KB
5. Extent reporting integration with Specflow + RestSharp/1. Introduction.mp4
28.9 MB
5. Extent reporting integration with Specflow + RestSharp/1. Introduction.vtt
4 KB
5. Extent reporting integration with Specflow + RestSharp/2. Extent reporting setup and getting started.mp4
137.6 MB
5. Extent reporting integration with Specflow + RestSharp/2. Extent reporting setup and getting started.vtt