Skip to content

Commit 98164eb

Browse files
docs(common): Update TestStudio articles
1 parent f68bed9 commit 98164eb

7 files changed

+9
-14
lines changed

integration/telerik-products/testing-with-test-studio/overview.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,17 @@ position: 0
1212
# Overview
1313

1414

15-
16-
17-
18-
Test Studio’s plugin for Visual Studio enables developers and testers comfortable writing code to work in the environment where they’re most productive. Telerik’s testing plugin features a robust built-in recorder that outputs functional tests in code, which you can directly customize or extend in Visual Studio. Build tests for advanced AJAX-powered applications – test dynamic pages, AJAX requests and operations, JavaScript calls and more.
15+
Test Studio's plugin for Visual Studio enables developers and testers comfortable writing code to work in the environment where they're most productive. Telerik's testing plugin features a robust built-in recorder that outputs functional tests in code, which you can directly customize or extend in Visual Studio. [Build tests](https://docs.telerik.com/devtools/teststudiodev/quickstart) for advanced AJAX-powered applications - test dynamic pages, AJAX requests and operations, JavaScript calls and more.
1916

2017
>caption A screenshot of a Test Studio UI sample test:
2118
2219
![Overview](images/introduction-teststudio-overview.PNG)
2320

2421
Highlights:
2522

26-
* Cross-browser testing
23+
* [Cross-browser testing](https://docs.telerik.com/devtools/teststudiodev/features/test-execution/quick-execution)
2724

28-
* Continuous integration with Build Server
25+
* [Continuous integration with Build Server](https://docs.telerik.com/teststudio/advanced-topics/build-server/azure-devops)
2926

3027
* Robust recorder that outputs tests as C# or VB.NET code
3128

@@ -35,9 +32,9 @@ Highlights:
3532

3633
* Generate Test Studio tests for nUnit, MbUnit, xUnit or MSUnit
3734

38-
* Native support for testing controls from the Telerik® UI for ASP.NET AJAX
35+
* [Native support for testing controls from the Telerik® UI for ASP.NET AJAX]({%slug introduction/testing-with-test-studio/test-studio-translators-for-telerik-ui-for-asp.net-ajax-%})
3936

40-
* Standalone app for QAs thats compatible with the Visual Studio plugin
37+
* Standalone app for QAs that's compatible with the Visual Studio plugin
4138

4239
## See Also
4340

integration/telerik-products/testing-with-test-studio/test-studio-translators-for-telerik-ui-for-asp.net-ajax-.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ position: 1
1616

1717
## Overview
1818

19-
The party that best understands the internals of a component is the party that built it. Telerik Test Studio Translators are extensions that expose internal elements and properties of Telerik controls for automation and verification by Test Studio. First, the translator displays the different elements of the control using Test Studio Hover-Over Highlighting. Selecting one of these elements allows automating against that element from the [Elements Menu](https://docs.telerik.com/teststudio/features/recorder/overview) and [Elements Explorer](https://docs.telerik.com/teststudio/features/elements-explorer/overview). These tools will expose special properties and actions of these elements of the control, so that tests can take full advantage of the power of Telerik controls.
19+
The party that best understands the internals of a component is the party that built it. [Telerik Test Studio Translators](https://docs.telerik.com/devtools/teststudiodev/features/recorder/translators) are extensions that expose internal elements and properties of Telerik controls for automation and verification by Test Studio. First, the translator displays the different elements of the control using [Test Studio Hover-Over Highlighting](https://docs.telerik.com/devtools/teststudiodev/features/recorder/highlighting-elements). Selecting one of these elements allows automating against that element from the context menu. These tools will expose special properties and actions of these elements of the control, so that tests can take full advantage of the power of Telerik controls.
2020

2121
* Test Studio includes translators for the full set of Telerik controls, including RadGrid, RadCombobox, and RadInput controls
2222

@@ -26,13 +26,11 @@ The party that best understands the internals of a component is the party that b
2626

2727
## Using Telerik controls Translators
2828

29-
As your mouse hovers over the Telerik controls in the Test Studio recording browser, a blue nub will fan out with one or more flippers to indicate progressively more specific translators.
29+
As your mouse hovers over the Telerik controls in the Test Studio recording browser, a context menu will appear with one or more components to indicate progressively more specific translators.
3030

3131
![Blue nub](images/introduction-teststudio-translators-blue-nub.png)
3232

33-
As you mouse over these flippers, colored borders appear around a translated element, indicating how elements are contained within one another. The translators for a RadGrid cell are shown in this example. The nubs, from left to right, represent:
34-
35-
* Base Element
33+
As you hover over those components, colored borders appear around a translated element, indicating how elements are contained within one another. The translators for a RadGrid cell are shown in this example. The list of components are:
3634

3735
* GridDataCell
3836

@@ -42,7 +40,7 @@ As you mouse over these flippers, colored borders appear around a translated ele
4240

4341
* RadGrid
4442

45-
As the mouse passes over translated elements, tooltip text appears with the identity of a specific element.The light green highlighting shows the shape of that elements container.
43+
As the mouse passes over translated elements, the context menu expands with actions or verifications for the specific element. The colored highlighting shows the shape of that element's container.
4644

4745
Clicking one of these flippers opens the Elements Menu for the translated element. Clicking the [Quick Tasks](https://docs.telerik.com/teststudio/features/recorder/verifications/quick-verification) option displays common tasks for the specific element. The screenshot below shows verification and wait tasks for a particular grid cell. This allows a level of transparency and detail custom-fit to this control.
4846

0 commit comments

Comments
 (0)