Pending Review
Last Updated: 06 Nov 2024 15:39 by Christian
Created by: Christian
Comments: 0
Type: Feature Request
12
The current limitation of only supporting HTTP(S) traffic significantly impacts the ability to test applications that utilize SignalR and WebSocket transport. This is not just an issue for Blazor Server applications, but affects any .NET application leveraging SignalR, which is increasingly common in modern web development.

While we have attempted workarounds, such as capturing WebSocket traffic using Fiddler, these solutions do not yield the expected results within Test Studio. The inability to accurately simulate WebSocket communication during load testing compromises the reliability of our performance assessments.

Adding WebSocket support would greatly enhance the functionality of Test Studio and better serve the needs of developers working with modern real-time applications.
Unplanned
Last Updated: 04 Nov 2024 11:16 by Andrew

Currently Test Studio Execution extension allows to get the duration only of the overall test in the OnAfterTestCompleted() method.

Extend the functionality and include the option to get the duration of each separate executed step. 

Unplanned
Last Updated: 14 Oct 2024 14:53 by ADMIN
Created by: Qays
Comments: 1
Type: Feature Request
0

Dear Telerik team, 

we lately encountered an inconvenience in using ArtOfTest.WebAii.Win32.SaveAsDialog.CreateSaveAsDialog(params).

The issue occurs in the SaveAsDialog.Handle() method. In there the keyboard input uses fixed parameters for delay and hold: _desktopObject.KeyBoard.TypeText(_filePath, 50, 50, supportUnicode: true); 

This slows our test unnecessarily down, so it would be desirable to either change the input parameters to a reasonably short time (Why not 0,0?) or give the developer the option to manually change the parameters, since there is no need for these delays in automated tests.

Best regards

Declined
Last Updated: 30 Sep 2024 08:54 by ADMIN

Current Test Studio wouldn't prompt Save dialog when close unsaved test case file. User may lost track for changed file.

Request when close any unsaved file on Test Studio, it should prompt user a Save Dialog, let user notice and decide to save.

 
Declined
Last Updated: 30 Sep 2024 08:48 by ADMIN
Created by: Eng Keat
Comments: 1
Type: Feature Request
0

Current test studio would auto remove element if not used by any test cases, without user notification.

For real world scenario, those element may needed in later test cases. It is a nightmare if an element not found when needed. Also those element may used in custom code file.

Request to enhance Test Studio to let user decide which element to removed. Yours can highlight or change font of unused elements, so that user notified and manage it after that.

Declined
Last Updated: 26 Sep 2024 12:52 by Lawrence
While...Loops are very useful but, in some circumstances, result in an infinite loop. It would be useful to have a property to set which would allow the TS user to put a limit on the number of loops before failing/moving on.
Unplanned
Last Updated: 28 Aug 2024 14:37 by Vaidehi
It would be good if Test Studio has a project setting to suppress compilation warning messages.
Completed
Last Updated: 15 Aug 2024 11:21 by ADMIN
Created by: Lisa
Comments: 2
Type: Feature Request
2

Hello Progress Support,

I wonder if we can have "Bind data" applied on the "String Length" in "Generate random string" step?

Thank you for your help.

Regards,

Lisa

Completed
Last Updated: 15 Aug 2024 11:21 by ADMIN
A wpf application does not start correctly in Test Studio because the working directory cannot be specified.
Completed
Last Updated: 15 Aug 2024 11:20 by ADMIN
Enter text step added from the Step Builder has the 'Encrypt' property greyed out and there is no option to make it active and use it. 
Unplanned
Last Updated: 05 Aug 2024 12:36 by Michael

A custom web app requires key pad authentication to log in and this uses an extension in chrome/edge.

Test Studio does not allow signing in because the chrome being opened by Telerik does not allow me enable extension.

I have tried this for edge and chrome and it doesn't work. 

Unplanned
Last Updated: 03 Jul 2024 11:07 by Lawrence
WPF App published as a single-file application. (i.e.  /p:PublishSingleFile=true in the dotnet publish cmd) is not listed as valid WPF app in the test configuration and cannot be tested. 

Explore the possible solutions for supporting such kind of apps.
Unplanned
Last Updated: 25 Jun 2024 08:23 by Eng Keat

Currently WPF tests always require an application to be configured and launched upon test start. So, one need to always use a dummy app when using the 'Connect to app' and 'Launch app' steps. 

Enable the WPF test configuration with the option to not launch an application - similar to the configuration experience for Desktop test. 

Unplanned
Last Updated: 29 May 2024 10:14 by ADMIN

when I open TS -> Results -> 

lets say it's Wednesday, a noon, and I have daily runs. I see some already executed - marked as green or red, and some yellow tiles, from the future. When I try to check what is the PC node name where a single task (list) will be executed, I don't see that info on a tile directly. Moreover, when I go and edit it, I see settings for a frequency and time, in next step I see what is the name of list selected, but on the very next step, where all nodes are listed, nothing is selected. That looks like a bug. So, if I have 20 things scheduled, I need to rely on my own notes to be sure I edit correct task. The name of the PC is available only for already executed task. No idea why it's not visible for future runs. 

In Development
Last Updated: 16 May 2024 13:23 by ADMIN

Steps to reproduce:

  1. Schedule a test list with 'Rerun failed tests' option set to true. 
  2. The project to upload to Storage needs to produce a compilation error upon execution. 
  3. Check the test results.

Expected: The test list run does not execute any of the tests due to the compilation error and logs a failed test list result.

Actual: The test list run does not execute any of the tests due to the compilation error and logs a passed test list result.

 

Unplanned
Last Updated: 30 Apr 2024 08:12 by Jeff

I need to export the contents of our test lists to a CSV, TXT or Excel file. There is no option other than exporting the generated results from a test list run. 

However I need to be able to export the tests in a test list before I get to the point of executing these. 

In Development
Last Updated: 24 Apr 2024 15:37 by ADMIN

Test Studio supports adding a single custom base test class in the project. If one more base test class is defined and listed in a test code-behind file, the coded steps will be listed as empty and will not show the option to choose any of the methods in the test class.The steps will be still executed, but no changes can be applied within Test Studio (only in VS).

because I want many test sharing the same OnAfterTestCompleted(), instead of adding it to each test, I created new class:

using....

namespace test_studio_tests
{
    public class CustomWebAiiTest : BaseWebAiiTest
    {
        public override void OnAfterTestCompleted(TestResult result)
        {
            // some code to be executed 
        }
    }
}

and then all the tests to inherit from this new class

public class TestClass : CustomWebAiiTest

instead of Base one as they did so far. in TS project keep compiling, but then all the tests have extra icon and coded steps are not recognized anymore. in the meantime in VS2022 with TS plugin, all is recognized and keep working without any issue.

Pending Review
Last Updated: 11 Apr 2024 12:05 by Jim
Created by: Jim
Comments: 0
Type: Feature Request
0

Once I have the browser up and running I don't need to start from 'Log onto URL'. Hence my high partial test run use.
I may be only running part of a test, but when the test is 500 steps its cumbersome to highlight the section I want to run, and where to stop.
It would be much easier to set a breakpoint, run the part of the test I need, and stop midway.


Unplanned
Last Updated: 29 Mar 2024 13:22 by Marek

There is no option in Test Studio recording capabilities to add a step which sets value for the WPF RadSlider control. It will be useful to have such similar to the WPF slider control. 

The workaround is to set this in a coded step like this:

// Accepts values from 0 to 1
Applications.SliderTestexe.MainWindow.Item0Radslider.Value = 0.25;

Completed
Last Updated: 15 Mar 2024 09:35 by ADMIN
ADMIN
Created by: Vera
Comments: 0
Type: Feature Request
0
Support for VS Community Edition 
1 2 3 4 5 6