Skip to content
| Marketplace
Sign in
Visual Studio>Templates>Develop Automated Tests VS2017
Develop Automated Tests VS2017

Develop Automated Tests VS2017

Raj Uppadhyay

|
11,747 installs
| (3) | Free
A Project template (for VS 2017) for creating your Automated Tests and provide extensibility to run the tests using CodedUI, Selenium, Appium. Tests can be run om a Windows machine, VM, Mobile devices (Android and Windows UWP apps supported). Provide an easy to use Test Result...
Download

Produce Functional Test Automation in Visual Studio 2017

(Note for extension in VS 2017 please refer here to download the extension)

Introduction:

This project template once installed in Visual Studio will provide you a single source for producing your test automation for your Web Application, your UWP Apps and Mobile Apps on Android by just writing 2-3 reusable lines of code. It also provides the capability of executing the tests on different platforms e.g. Windows machine, mobile devices (Windows and Android).

Targeted Audience:

QA team members and DevOps team members who wanted to generate their automated tests for their regression suites and Continuous Integration in their Application life cycle.

Pre-Requites:

Please refer here to my blog for more details on configuring and running Web, UWP and Android testing using Visual Studio.

Running First Automated Test:

Once you install the extension, create a new project using the template "Develop_Automated_Tests". Once project is ready compile the project and correct if any error appears. After this please follow following quick steps to develop and run your first automated test:

  1. Update the App.config file to reflect correct Environment, TestCaseFolderFullpath, "FullExternalResxFilePath" to "Objects.resx" and other details e.g. SQL connect, TFS connection etc.
  2. Open the unittestproject1.cs file and open the test method "WebTestforDesktop", run the test.
  3. It will run the test and show you the results.

Result for a passed test case:

Creating new test cases:

Please refer here to my blog for more details on configuring and running Web, UWP and Android testing using Visual Studio.

Trobleshooting:

If you encounter error(s) related to "cannot get automation extension from unknown error". Please download the latest Drivers from respective providers e.g. Chrome from Google, IEDriver from Github etc. in your Drivers folder and run the tests again.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft