Introduction to APIs & Web Services
What is an API?, What are Web Services? SOAP vs REST, Clients, Requests & Responses, Response Codes, XML, JSON
Testing Web Services
Why Test, What to Test, Functional & Non- Functional Testing, Explore the demo RESTful Service
cURL
Installation, sending requests, analysing responses, authentication, POSTing JSON
GUI Tools
A look at tools available, basics of using Postman
Writing Tests in Postman
Using templates, checking values,checking response times, collection runner
Test Dependencies
capturing values and re-using them in other tests, variable scope & types of variables
Data-driven Requests
Using CSV data files in Postman Requests
Using WADL, Open API Files
Importing APIs, WSDL, WADL, Open API formats. Importing Open API into Postman to create collections
Postman Command Line Execution
Executing Postman Collections from the command line
Introduction to BDD Gherkin
What is BDD, What is Gherkin, writing Feature Files, Tools
Setting up BDD in Visual Studio
Setting up SpecFlow, writing our first .feature file, creating boiler-plate step binding code
Writing Test Code in VS
Using RESTSharp to write our step bindings in Visual Studio to test our Web Service
Reviews
There are no reviews yet.