Pending Review
Last Updated: 06 Mar 2025 11:25 by James
Created by: James
Comments: 0
Type: Feature Request
0

Currently the results view is divided exactly 50/50 but this seems to be a waste as the view on the left does require this much screen real estate; see

Can this beadjusted so that more of the right panel is visible as default to reduce the need to always manually adjust every time i want to view the results. 

Pending Review
Last Updated: 12 Feb 2025 10:51 by Melissa

The window for sorting tests while editing the testlist can't be maximized.
Long testpaths can't be read properly and the trashbin for deleting the test can only be accessed via scrollbar.

Pending Review
Last Updated: 05 Dec 2024 12:58 by Kevin

Dear Reader,

Having an existing test with several test steps recorded via the recorder while traversing a web page.

 With that set of recorded steps, now saved. There is need to introduce a logic condition. The "STEP BUILDER" is used to insert a "Condition" of "if...else" via the button of "Add Step" this is successful.

The said "Add Step", "step" is added and the recorded test has the additional step, that now needs to be given the condition for the "if...else" clause. Opening up the dropdown there are a list in the dropdown of the "IF" statement, which is all the available steps in the test. Locating one of these steps is easy, what is not that simple to get done is the process of selecting that step to cause the condition to be accepted by the "IF" statement's condition. As this now requires that the opened dropdown list for the item that is desired to be selected, requires that the mouse must be clicked on in rapid succession in excess of five or sometimes seven "left mouse clicks", perhaps even more to get the click to register!!! The success of the selection is a surprise every time it happens as it seems like it is rather odd that a single or even double click does not do what should be reasonable behaviour.

I trust the above is sufficient to replicate the UX and allow a fix to be achieved.

Kind regards.

Pending Review
Last Updated: 06 Nov 2024 15:39 by Christian
Created by: Christian
Comments: 0
Type: Feature Request
13
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.
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.


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: 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. 

Pending Review
Last Updated: 11 May 2023 13:30 by ADMIN
 I generated html report using  ArtOfTest.Runner.exe, but when I open the html file in browser,  I'm not able to see the images for Actual or Expected. It's always displays a default images.
Pending Review
Last Updated: 06 Apr 2023 11:34 by ADMIN
When you enable annotations and execute the test from  project's explorer context menu the annotations are turned off. 

As a workaround you should use quick execute button or F5
Pending Review
Last Updated: 16 Feb 2022 20:24 by Stephen
Created by: Stephen
Comments: 0
Type: Bug Report
0

When I run my test that requires a button click event it works fine. However, when that same test is run from test list, it does not - the web page remains the same, with the visible button not being clicked.

Weird, this only seemed to happen after upgrading to 2022.1.215.0

Pending Review
Last Updated: 08 Feb 2022 12:08 by ADMIN
Pending Review
Last Updated: 21 Oct 2021 12:09 by Zoya Ali

Steps to reproduce: 

  1. Record a sample test on https://demos.telerik.com/kendo-ui/textbox/index. 
  2. Enter name in the KendoInput field. 
  3. Add a step to verify the value of the KendoInput through the highlighting menu and execute these recorded steps. 

Expected: Successful execution.
Actual: The test fails on the verification step and reports that the value of the KendoInput is null. 
Additional note: If the verification is added for the input control (instead of using the KendoInput), it is executed as expected. 

Pending Review
Last Updated: 30 Sep 2021 08:50 by Zoya Ali
Created by: Zoya Ali
Comments: 0
Type: Bug Report
0
The translator for KendoAngularTextbox matches the textbox control in Kendo MVC and records the respective step. The execution of the test is not consistent. 
Pending Review
Last Updated: 09 Feb 2021 15:45 by Ryan

A specific coded steps test cause Chrome to be closed when trying to perform a partial run using Run->To Here. 

The coded step before the navigate one is starting a proxy to log the traffic.

Sample project is provided internally.

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: 14 Jul 2020 07:52 by Rohan
A specific customer application does not display the Elements menu in recording mode.
1 2