-
Notifications
You must be signed in to change notification settings - Fork 11
Getting Started
Mahmoud A. Zaid edited this page Jul 14, 2019
·
1 revision
Now Let's start to build our framework, we will try to design the architecture peace by peace and install needed packages
- NUnit
- SpecFlow
- SpecFlow.Assist.Dynamic
- RestSharp
- FluentAssertions
- Features
- StepDefentions
This code for global configuration of the endpoint
<appSettings>
<add key="RestAPI" value="http://dummy.restapiexample.com/api/v1/" />
</appSettings>
Check The final app.config
file here
We need this reference to provides access to configuration files for client applications.
Right-Click > Add Referance > Search for the referance
Mahmoud A. Zaid
- Introduction
- HTTP Methods
- HTTP Request
- API Parameters
- HTTP Response
- HTTP Status Code
- Methods Examples
- Idempotence