Skip to content

Commit f6b120c

Browse files
authored
Merge branch 'master' into new-kb-resolving-server-load-mismatch-telerik-load-tests-f2c6d27c508f4331adcdc50c8119487a
2 parents ab1902a + d88d88b commit f6b120c

File tree

102 files changed

+384
-2083
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+384
-2083
lines changed

docs-teststudiodev/prerequisites/system-requirements.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ __Test Studio Dev__ is an extension for Visual Studio tool and as such it inheri
1313
- <a href="https://docs.microsoft.com/en-us/visualstudio/releases/2022/system-requirements" target="_blank">Visual Studio 2022</a>
1414
- <a href="https://docs.microsoft.com/en-us/visualstudio/releases/2019/system-requirements" target="_blank">Visual Studio 2019</a>
1515

16+
> **Important**
17+
><br>
18+
> Test Studio Dev Edition ends support for Visual Studio 2019 at the beginning of 2026.
1619
1720
{% if site.has_cta_panels == true %}
1821
{% include cta-panel-teststudio-introduction.html %}
@@ -37,6 +40,10 @@ __Test Studio Dev__ is an extension for Visual Studio tool and as such it inheri
3740
* Visual Studio projects target a version between .NET Framework 4.7.2 to .NET Framework 4.8.
3841
* Visual Studio 2022 requires minimum <a href="/advanced-topics/installation/vs-2022-compatibility" target="_blank">workload components selection</a>.
3942

43+
> **Important**
44+
><br>
45+
> Test Studio Dev Edition ends support for Visual Studio 2019 at the beginning of 2026.
46+
4047
## .NET Framework
4148

4249
* <a href="https://www.microsoft.com/en-us/download/details.aspx?id=42642" target="_blank">.Net 4.7.2 - .Net 4.8</a>

docs/_config.yml

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ navigation:
249249
features/integration:
250250
title: "Integration"
251251
position: 12
252+
252253
# ....Integration section
253254
features/integration/bug-tracking:
254255
title: "Bug Tracking"
@@ -257,6 +258,7 @@ navigation:
257258
title: "Quality Center"
258259
position: 2
259260
# ....End Integration section
261+
260262
features/test-runners:
261263
title: "Test Runners"
262264
position: 13
@@ -331,26 +333,20 @@ navigation:
331333
position: 11
332334

333335
# === Advanced Topics ===
334-
"*coded-steps":
335-
title: "Coded Steps"
336+
336337
"*coded-samples":
337338
title: "Coded Samples"
338339
#.....Coded Samples
339340
"*general":
340341
title: "General"
341342
"*html":
342343
title: "HTML"
343-
"*silverlight":
344-
title: "Silverlight"
345-
"*combobox-automation":
346-
title: "ComboBox Automation"
347-
"*radgridview-automation":
348-
title: "RadGridView Automation"
349344
"*wpf":
350345
title: "WPF"
351346
#........................
352347
"*build-server":
353348
title: "Build Server"
349+
354350
# === Knowledge Base ===
355351
"*activation-kb":
356352
title: "Activation"
@@ -368,8 +364,6 @@ navigation:
368364
title: "Project Configuration"
369365
"*scheduling-kb":
370366
title: "Scheduling"
371-
"*silverlight-kb":
372-
title: "Silverlight"
373367
"*source-control-kb":
374368
title: "Source Control"
375369
"*test-automation-kb":
@@ -386,6 +380,7 @@ navigation:
386380
title: "Browsers"
387381
"*product-notices-kb":
388382
title: "Product Notices"
383+
position: 50
389384
# === Troubleshooting Guide ===
390385
"*browser-inconsistencies-tg":
391386
title: "Browser Inconsistencies"
@@ -395,6 +390,8 @@ navigation:
395390
title: "Installation Problems"
396391
"*load-testing-problems-tg":
397392
title: "Load Testing Problems"
393+
"*network-related-problems-tg":
394+
title: "Network Related Problems"
398395
"*recording-problems-tg":
399396
title: "Recording Problems"
400397
"*scheduling-issues-tg":
@@ -403,24 +400,9 @@ navigation:
403400
title: "Source Control Problems"
404401
"*test-execution-problems-tg":
405402
title: "Test Execution Problems"
406-
"*chrome-tg":
407-
title: "Chrome"
408-
"*firefox-tg":
409-
title: "Firefox"
410-
"*safari-tg":
411-
title: "Safari"
412-
"*silverlight-wpf-tg":
413-
title: "Silverlight WPF"
414-
"*test-maintenance-problems-tg":
415-
title: "Test Maintenance Problems"
416-
"*troubleshooting-tools-tg":
417-
title: "Troubleshooting Tools"
418-
"*verification-problems-tg":
419-
title: "Verification Problems"
420403
"*visual-studio-tg":
421404
title: "Visual Studio"
422-
"*network-related-problems-tg":
423-
title: "Network Related Problems"
405+
424406
# === Testing Framework ===
425407
"*write-tests-in-code":
426408
title: "Write Tests in Code"
@@ -442,8 +424,8 @@ navigation:
442424
title: "Javascript"
443425
"*test-regions-wtc":
444426
title: "Test Regions"
445-
"*silverlight-wpf-automation-wtc":
446-
title: "Silverlight/WPF Automation"
427+
"*wpf-automation-wtc":
428+
title: "WPF Automation"
447429
testing-framework/api-reference:
448430
title: "Api Reference"
449431
# === Mobile Testing ===

docs/advanced-topics/coded-samples/general/access-performance-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Access Performance Data
33
page_title: Access Performance Data
44
description: "access the results of a performance test in code in Test Studio coded step."
55
position: 1
6+
publish: false
67
---
78
#Access Performance Data#
89

docs/advanced-topics/coded-samples/general/data-driven-find-expressions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The example below uses a page from the <a href="https://demos.telerik.com/aspnet
6262
```
6363

6464

65+
6566
10.&nbsp; Switch back to the test steps and record the click on the button to move the selected item on the right. With this the scenario is complete.
6667

6768
![Recorded step to move the item on the right](/img/advanced-topics/coded-samples/general/data-driven-find-expressions/recorded-step-to-move-right.png)

docs/advanced-topics/coded-samples/general/framework-in-console-app.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ In order to access the Telerik Testing Framework API, add the necessary assembly
2323
* Telerik.Webaii.Controls.Html
2424
* ArtOfTest.Webaii.Design
2525

26-
27-
* Silverlight
28-
29-
* Telerik.Webaii.Xaml
30-
* ArtOfTest.Webaii
31-
* ArtOfTest.Webaii.Design
32-
3326
* WPF
3427

3528
* Telerik.Webaii.Xaml.WPF

docs/advanced-topics/coded-samples/silverlight/change-find-strategy.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

docs/advanced-topics/coded-samples/silverlight/combobox-automation/verify-all-text.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/advanced-topics/coded-samples/silverlight/combobox-automation/verify-specific-text.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/advanced-topics/coded-samples/silverlight/radgridview-automation/go-through-all-grid-cells.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)