You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration/telerik-products/testing-with-test-studio/overview.md
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,20 +12,17 @@ position: 0
12
12
# Overview
13
13
14
14
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.
19
16
20
17
>caption A screenshot of a Test Studio UI sample test:
*[Continuous integration with Build Server](https://docs.telerik.com/teststudio/advanced-topics/build-server/azure-devops)
29
26
30
27
* Robust recorder that outputs tests as C# or VB.NET code
31
28
@@ -35,9 +32,9 @@ Highlights:
35
32
36
33
* Generate Test Studio tests for nUnit, MbUnit, xUnit or MSUnit
37
34
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-%})
39
36
40
-
* Standalone app for QAs that’s compatible with the Visual Studio plugin
37
+
* Standalone app for QAs that's compatible with the Visual Studio plugin
Copy file name to clipboardExpand all lines: integration/telerik-products/testing-with-test-studio/test-studio-translators-for-telerik-ui-for-asp.net-ajax-.md
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ position: 1
16
16
17
17
## Overview
18
18
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.
20
20
21
21
* Test Studio includes translators for the full set of Telerik controls, including RadGrid, RadCombobox, and RadInput controls
22
22
@@ -26,13 +26,11 @@ The party that best understands the internals of a component is the party that b
26
26
27
27
## Using Telerik controls Translators
28
28
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.
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:
36
34
37
35
* GridDataCell
38
36
@@ -42,7 +40,7 @@ As you mouse over these flippers, colored borders appear around a translated ele
42
40
43
41
* RadGrid
44
42
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 element’s 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.
46
44
47
45
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.
0 commit comments