This shows you the differences between two versions of the page.
Next revision | Previous revision Last revision Both sides next revision | ||
wiki:workshops:restsharp [2020/06/04 22:30] Vincent Dirks created |
wiki:workshops:restsharp [2020/07/06 09:52] Vincent Dirks [Pre-requisites] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | TBD | + | ====== API Automation with RestSharp ====== |
+ | |||
+ | ^Who | Manil Kapoor | | ||
+ | ^When| 6-8pm Mon 20-Jul-2020 | | ||
+ | ^Where | [[https:// | ||
+ | ^$$ | 2.62GBP (~$5NZD) | | ||
+ | ^Event Links| Slack [[https:// | ||
+ | ^ ::: |meetup [[https:// | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Aim Of The Workshop ===== | ||
+ | |||
+ | In this workshop : | ||
+ | |||
+ | i) I will be teaching how to create basic API test first using POSTMAN. | ||
+ | |||
+ | ii) Then automate above test using Specflow and C#.netcore + RestSharp. | ||
+ | |||
+ | iii) I will be creating a basic API Test Automation Framework. | ||
+ | |||
+ | iv) Running above tests as part of Azure Devops Pipeline. Hence, showcasing the CI/CD process in test automation. | ||
+ | |||
+ | |||
+ | ===== Required knowledge ===== | ||
+ | * Basic Programming ( no stress, workshop will be easy to follow) | ||
+ | * What is Specflow or Cucumber. | ||
+ | * POSTMAN basic usage. | ||
+ | |||
+ | ===== Pre-requisites ===== | ||
+ | |||
+ | * Install Visual Studio 2019 Community Edition from link : https:// | ||
+ | |||
+ | * Note: If your system is not able to install Visual Studio 2019 ,then try to install a lower version of Visual Studio 2017 from link : https:// | ||
+ | |||
+ | * Created a new azure devops account : https:// |