Skip to content

Commit c395097

Browse files
authored
Merge pull request #73 from telerik/new-kb-clearing-tfvc-cached-credentials-test-studio-f259ed9bbd454510aa46a665772402b6
Added new kb article clearing-tfvc-cached-credentials-test-studio
2 parents bd3f974 + 8e8e42c commit c395097

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Changing Cached Credentials for TFVC Source Control in Telerik Test Studio
3+
description: Learn how to clear cached credentials for TFVC type source control repository associated with a Telerik Test Studio project.
4+
type: how-to
5+
page_title: Clearing TFVC Cached Credentials in Test Studio
6+
meta_title: Clearing TFVC Cached Credentials in Test Studio
7+
slug: clearing-tfvc-cached-credentials-test-studio
8+
tags: telerik test studio, tfvc, source control, credentials, perusersettings.json
9+
res_type: kb
10+
ticketid: 1503880
11+
---
12+
13+
## Description
14+
15+
I need to update cached credentials for a TFVC source control repository associated with my Telerik Test Studio project. However, Test Studio doesn't prompt me for updated credentials even after attempting various steps like workspace removal, Credential Manager cleanup, and project disconnection.
16+
17+
This knowledge base article also answers the following questions:
18+
- How to reset TFVC credentials in Telerik Test Studio?
19+
- How to enable credential prompts in Test Studio after changes?
20+
- Where are TFVC credentials stored for Test Studio projects?
21+
22+
## Solution
23+
24+
To refresh cached credentials for a TFVC repository, follow these steps:
25+
26+
1. Locate the settings file in the user folder: `C:\Users\<YourUsername>\AppData\Roaming\ArtOfTest`.
27+
2. Open the `PerUserSettings.json` file using a text editor like Notepad++.
28+
3. Find the setting `"TfsSkipAuth"` in the file.
29+
4. Change the value of `"TfsSkipAuth"` from `true` to `false`.
30+
5. Save the changes to the file.
31+
6. Delete the `WebUITestStudio.json` file in the same directory.
32+
7. Start Telerik Test Studio.
33+
8. Attempt to connect to the TFVC repository. Test Studio will prompt for credentials.
34+
35+
## See Also
36+
37+
- [Open Existing Project in TFS with Test Studio](https://docs.telerik.com/teststudio/general-information/start-a-project/welcome-screen#open-existing-project)
38+
- [Troubleshooting Source Control Issues in Test Studio](https://docs.telerik.com/teststudio/troubleshooting/source-control)
39+
- [Telerik Test Studio Documentation](https://docs.telerik.com/teststudio/overview)

0 commit comments

Comments
 (0)