SELENIUM – SOAP Webservice Automation
SELENIUM – SOAP Webservice Automation Sample code to Automate SOAP Webservice in C#.. using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Text; using System.Xml; using NUnit; using NUnit.Framework; namespace Read more »
SELENIUM – REST API AUTOMATION
API Automation Here are the steps to follow to automate Rest API Automation.. 1. Right click on Solution name, click on “Manage NuGetPackages…” 2. Search for “RestSharp” 3. Click on Read more »