New to Telerik Test Studio? Download free 30-day trial

How to Set a Custom Chrome Path

Test Studio looks by default at C:\Program Files (x86)\Google\Chrome\Application\ for the chrome.exe and C:\Users\[UserName]\AppData\Local\Google\Chrome\User Data\Default\ for preferences file.

As of version 2015.3.1015 Test Studio also provides options for the user to support custom location for Chrome through setting custom registry keys.

1.  Run regedit.exe

2.  Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Telerik\TestStudio

New Key

3.  Create two String keys with names ChromeExePath and ChromePreferencesPath and values respectively: the path to the chrome.exe and the path to the preferences file.

Custom Registry

Once you set this Test Studio will look for Chrome in the new specified location.

In this article