-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repeat Submission: Executable tutorial: API Testing with RestSharp an…
…d SpecFlow in C# Application (#1548) Co-authored-by: Megha Ved <meghaved@Meghas-MBP.lan>
- Loading branch information
1 parent
51cbe15
commit 0d08f78
Showing
1 changed file
with
40 additions
and
25 deletions.
There are no files selected for viewing
65 changes: 40 additions & 25 deletions
65
contributions/executable-tutorial/mrhasa-gangwal/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,40 @@ | ||
# Executable-Tutorial: API testing using RestSharp and Specflow in C# application. | ||
|
||
### Member | ||
|
||
Md Rezaul Hasan (mrhasa@kth.se) | ||
GitHub: [MDRezaulHasan](https://github.com/MDRezaulHasan/) | ||
|
||
Megha Gangwal (gangwal@kth.se) | ||
GitHub: [gangwalmegha](https://github.com/gangwalmegha/) | ||
|
||
### Proposal | ||
|
||
In this tutorial we are focusing on how to test a C# application in RestSharp tool. | ||
|
||
### Topics to covered | ||
|
||
1. Introduction | ||
2. Build a asp.net core web API project. | ||
3. Integration of RestSharp in the project. | ||
4. API Testing using RestSharp. | ||
|
||
Tutorial is updated as per the feedback received. | ||
|
||
### [Tutorial Link](https://rezaulhasan0168.medium.com/executable-tutorial-api-testing-using-restsharp-2f814bccd8ea) | ||
|
||
# Executable-Tutorial: API testing using RestSharp and Specflow in C# application. | ||
|
||
### Member | ||
|
||
Md Rezaul Hasan (mrhasa@kth.se) | ||
GitHub: [MDRezaulHasan](https://github.com/MDRezaulHasan/) | ||
|
||
Megha Gangwal (gangwal@kth.se) | ||
GitHub: [gangwalmegha](https://github.com/gangwalmegha/) | ||
|
||
### Proposal | ||
|
||
In this tutorial we are focusing on how to test a C# application in RestSharp tool. | ||
|
||
### Topics to covered | ||
|
||
1. Introduction | ||
2. Build a asp.net core web API project (json-server). | ||
3. Integration of RestSharp in the project (NUnit Test case). | ||
4. API Testing using RestSharp. | ||
5. API Testing by SpecFlow. | ||
|
||
### Submission | ||
|
||
### [Tutorial Link](https://rezaulhasan0168.medium.com/executable-tutorial-api-testing-using-restsharp-2f814bccd8ea) | ||
|
||
### Code Repo:[https://github.com/MDRezaulHasan/RestSharp-SpecFlow-testCase] | ||
|
||
### Grading Criteria | ||
|
||
| | Yes | No | Remarkable | | ||
| ------------------------------------------------------------------------------------- | ------- | --- | -------------------------------------- | | ||
| The TA can successful execute all the commands of the tutorial (mandatory) | **Yes** | No | In the browser | | ||
| If local execution, runs on Linux | **Yes** | No | Easy to setup and run | | ||
| The tutorial gives enough background | **Yes** | No | Comprehensive background | | ||
| The tutorial is easy to follow | **Yes** | No | Well documented | | ||
| The tutorial is original, no such tutorial exists on the web | **Yes** | No | The teaching team never heard about it | | ||
| The tutorial contains easter eggs [Hint: Don't forget to run something] | **Yes** | No | Subtle and fun | | ||
| The tutorial is successful (attracts comments and success) | **Yes** | No | Lively discussion | | ||
| The language is correct | **Yes** | No | Interesting narrative | |