Pending Review
Last Updated: 14 Dec 2023 21:39 by Jim
Created by: Jim
Comments: 0
Type: Feature Request
1
In Settings allow the user to keep the recorder live, or turn it off at the end of a set of playback steps.
Every day, and usually many times a day I forget to turn it off and begin recording random steps. Then I have to go find them and delete them.

Pending Review
Last Updated: 14 Dec 2023 21:35 by Jim
Created by: Jim
Comments: 0
Type: Feature Request
1

Once Annotations is on leave it on similar to the Debugger.
And with it leave the ms where it was.

Every time I log on it takes me a few minutes to realize Annotations is off.

Pending Review
Last Updated: 04 Dec 2023 20:20 by Jim
Created by: Jim
Comments: 0
Type: Feature Request
1

Edit in Code:
If no change is made to the file do not convert it to custom code.
I believe the staff would get fewer help tickets caused by 'coded' steps.


Pending Review
Last Updated: 28 Aug 2023 13:21 by Thomas

Visual Studio and Azure pipelines - they only support unit tests to be associated with the test cases and not Test Studio tests. there should be some easy way to convert studio tests to unit tests(nUnit or Junit etc.). Else Azure CI/CD DEVOPS is incomplete.

 

Pending Review
Last Updated: 13 Nov 2020 14:34 by Frank
Created by: Frank
Comments: 0
Type: Feature Request
1

There are no built-in translators for Kendo React controls. 

It will be useful to revisit the story and evaluate the need of such translators.

Pending Review
Last Updated: 13 Aug 2020 12:07 by Rob
Explore the options to improve the time for exporting the load test results. 
Pending Review
Last Updated: 13 Jul 2020 10:31 by Stanislav

There is no direct method in the Testing Framework, which can be used to scroll the RadGanttView control in WPF app. 

It will be useful to explore such implementation.

Pending Review
Last Updated: 17 Dec 2019 12:07 by ADMIN

It would be nice if there was a way to avoid simulating real typing for a search box.  There is no option to enable/disable it, but it is clearly using this behavior.  I've tried a workaround of entering text directly in the input element, but it doesn't seem to register it when this technique is used.  I don't see how a textbox can be made to work without this behavior but a search box cannot.

Simulating real typing tends to be the most fragile part of our tests, and all we really need is to enter text and then search.  It also slows down the tests quite a bit vs. just setting the text directly.

Pending Review
Last Updated: 05 Dec 2019 14:45 by ADMIN
Created by: akhil
Comments: 1
Type: Feature Request
0
Can we perform API Code unit testing using telerik where code is written in Visual studio
Pending Review
Last Updated: 22 Nov 2019 15:37 by ADMIN

Tests that have Not Completed tests, shouldn't list the overall test as Pass or Fail....rather it should set the overall run as "not complete"

In addition - when loading not completed tests within test runs, they are just shown as fail with no background and white text.  The run is listed as pass if there are no fails but existing "not completes".

Recommendation to add Not Complete as overall result in addition to individual tests that are no in a passed or failed state

Pending Review
Last Updated: 20 Nov 2019 09:21 by Keith

Currently Test Studio updates only the necessary tests and resources to the storage server. When the test execution starts on the execution server, Test Studio will download everything available in the storage server.

Please check how this can be optimized to ensure that there are all the necessary resources for the test execution.

Pending Review
Last Updated: 01 Nov 2019 09:25 by ADMIN

I think it would be neat to be able to view / edit markdown files within a project within the Test Studio application. Being able to see a markdown file in the project list, and have them open in a editor tab so you can review / make edits.

 For example I create markdown files that have high level summary's of what each test completes, or potential helpful debugging information on a particular test. 

Pending Review
Last Updated: 29 Aug 2019 11:20 by ADMIN

Email body of report is not detailed just like attached HTML. So that leadership team can view the failure steps from the email without downloading the attachment

Pending Review
Last Updated: 29 Aug 2019 11:21 by ADMIN
Allow user to create Folder for Repository to make it more organize
Pending Review
Last Updated: 29 Aug 2019 11:20 by ADMIN
Check Box for Test List, so that user can select appropriate Test Cases based on changing requirement rather than removing completely from the list and search it again for include again.
Pending Review
Last Updated: 18 Mar 2019 09:52 by Steve
Created by: Steve
Comments: 0
Type: Feature Request
1
Add the ability to verify the content of a tooltipmade up from WPF elements as the one below: 

 <Polygon 
                        Points="16, 32 32, 32 24, 18"
                        Visibility="Visible"
                        ToolTipService.ShowDuration="360000" HorizontalAlignment="Right" Width="32">
                <Polygon.Fill>
                    <SolidColorBrush Color="Aqua"/>
                </Polygon.Fill>
                <Polygon.ToolTip>
                <StackPanel>
                    <TextBlock Text="Foo"/>
                    <Ellipse Width="20" Height="20" Fill="Pink"/>
                    <TextBlock Text="Bar"/>
                </StackPanel> 
            </Polygon.ToolTip>
            </Polygon>


Pending Review
Last Updated: 05 Mar 2019 15:36 by Kevin
A customer use case is to capture a single request from an API test as step in a load user profile. Then use this one to load the application under test. Currently the implementation does not allow you to add dynamic targets when there is a single request in the user profile and thus it is not possible to data drive that single request. 
Pending Review
Last Updated: 24 Jul 2023 08:51 by Daniel
ADMIN
Created by: Rodney
Comments: 6
Type: Feature Request
17
A project's BaseURL appends a slash after the URL is entered into a Project's settings. This is not idea in environments where you URL's are parsed like the following: 

1) Protocol: http://
2) Environment: dev, uat or blank
3) Sub Domain: admin, shopping
4) Domain: mycompany.com

So when the base URL for the dev test list is "http://dev" for example. It navigates to http://dev/shopping.mycompany.com. It would be preferable in some cases if the test would navigate to http://devshopping.mycompany.com. 

To achieve that, there needs to be a method to remove the appending slash from the Base URL.