Wednesday, February 14, 2018

Using Selenium WebDriver with Visual Studio

Selenium WebDriver is a tool used for automating Web application testing. WebDriver is the successor to Selenium RC, which accepts commands and sends them to a browser. WebDriver includes a collection of open source APIs that support browsers like Firefox, Chrome, IE, and Safari. Selenium WebDriver APIs are platform independent and support different programming languages such as C#, Java, Perl, PHP, and Ruby.

No comments:

Post a Comment

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...