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;

Unplanned
Last Updated: 21 Mar 2024 12:57 by Max
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: 29 Feb 2024 09:41 by Pribadi
Dear Telerik Support Team,

Currently, when running multiple test cases in Telerik Test Studio, we encounter the need to repeatedly launch and close the application under test for each individual test case. This process of launching and terminating the application adds unnecessary overhead and significantly extends the time required to execute our test suite.

To streamline our testing process and improve efficiency, we would like to suggest the implementation of an option that allows us to run multiple test cases without automatically killing the application at the end of each test case execution.

This feature would enable us to execute multiple test cases sequentially within the same application instance, eliminating the need to repeatedly launch and close the application for each test case. As a result, we would experience significant time savings and improved productivity in our testing efforts.

We believe that adding this option to Telerik Test Studio would greatly benefit your users and enhance the overall usability and efficiency of the tool.

We kindly request your consideration of this feature request, and we would greatly appreciate any updates or feedback on the feasibility of implementing this option in a future release of Telerik Test Studio.

Thank you for your attention to this matter. We look forward to your response.
Unplanned
Last Updated: 02 Feb 2024 12:26 by Software

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.

Unplanned
Last Updated: 22 Jan 2024 08:18 by Software
I want to keep using only UPLOAD button in top menu of TS, so to have upload done intentionally. Want to hide this question every time I close TS.
Unplanned
Last Updated: 11 Jan 2024 12:50 by ADMIN
Created by: Max
Comments: 1
Type: Feature Request
0

Hello,

Currently when I create a Git repo and connect Test Studio it creates default branch called "master".

Would it be possible to make it consistent with good practice and Git standard and rename it to "main" in the next version of Test Studio?

Can this be added as feature request please.

Thank you,

Max

 

Unplanned
Last Updated: 11 Jan 2024 16:52 by Lisa
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

Unplanned
Last Updated: 06 Dec 2023 15:16 by Pradeep
Enable Test Studio support for applications with extension *.msc
Unplanned
Last Updated: 29 Nov 2023 08:55 by ADMIN

Currently the Test Studio CLI runner AOT.Runner.exe allows outputting the results in junit format (other than xml and html).

Add the option to output the results in NUnit format. 

Unplanned
Last Updated: 28 Nov 2023 21:18 by Lisa

Enhance Test Studio recording and execution options with the ability to prompt the user whether to deny or allow permissions to their geo location.

The app i'm testing may popup a dialog in Edge to ask the user to know their location. 

However when i try to record the test using Edge i don't see this popup. I just see an error thrown by the app that says the user denied Geo Location.

When i access the app with edge outside of Test Studio i do get prompted.


Unplanned
Last Updated: 28 Nov 2023 08:33 by Thomas

Currently Test Studio built-in connection to Git repository is covered for the straight scenario for authentication. 

Enhance the options for connecting to Git using authentication via proxy.

Unplanned
Last Updated: 21 Nov 2023 13:54 by Reid

Currently if the value used for a filter starts with #, the comparison operator is automatically converted from 'is exactly' to 'matches this regular expression'. 

So, if one needs to use URL fragment (starts with #) for element identification, for example, that # needs to be escaped. 

The workaround to use will be to change the comparison operator with 'contains' and use the fragment portion without the # sign. 

Unplanned
Last Updated: 06 Nov 2023 15:28 by Max
What do you think about adding a button "Delete from Storage" next to "Upload" button and it will delete all the records associated with the project that I no longer want to keep in the storage. Then when  I create a new project with the same name I will not have the old duplicate name still there
Unplanned
Last Updated: 03 Nov 2023 12:58 by Tomáš
Add an option on Bind Test to abort the processing of the sql select, or select not to run immediately after clicking on the Bind Test icon.
Some selects take a few minutes, and if I want to look at it (or just edit it), I have to 'Loading...' wait those few minutes every time.


Unplanned
Last Updated: 03 Nov 2023 12:50 by Tomáš

Or place this option e.g. under the right click on the Test List name in Results. 

There is a function for Rerun failed tests, but if they fail a second time, I modify them and only want to run the ones that were bad, I have to tediously click them into a new Test List.


Unplanned
Last Updated: 17 Aug 2023 09:17 by Brian Warner

We have a parent test that callas a data bound (Excel spreadsheet).  All works great, but if we get a failure in a subtest of the data bound test, there is no way to terminate the test and stop the next iterations.

It would be great to have a way to stop data driven tests, if there is a failure in one of the iterations.

Unplanned
Last Updated: 13 Jul 2023 15:05 by Fabian
It will be useful to enhance the junit results output to include the running browser. 
Unplanned
Last Updated: 19 Jul 2023 14:40 by ADMIN
Created by: Kelvin
Comments: 1
Type: Feature Request
0

Hello,

In an live demo session we already discussed a certain need that we have (APG Group N.V.) From our need, we want to test desktop applications on regression. Your tool provides that, since we made a proof of concept based on a trial period we used to build some tests. But what we also want is to get insights into the duration of tests. We are a Dev-Ops based team that have all our workplaces almost fully automated, also when it comes to updates/patches. What we want is to see what the impact is of the updates/patches that are installed on the workplaces. We have structure in this process so changes in software go through certain rings to end in the production environment. Testing those software changes in the form of regression testing, is our pick. 

If we get into Test Studio and testing, we can clearly see all results and the overview is amazing! But what is missing, is the function to see the duration of tests in a visual format (an graph or line). What we also discovered is that in the log of every test that has run, the data is there. On every individual step also! So all the data is there to get it into a grapgh/line (in the reports tab). 

At this point this is not yet into your product, and for the organisation this is a make or break. I want to address that everything else of the tool is amazing and we would love to take your product if this function gets implemented.

I hope this feature gets implemented and I would like to hear from you.

Unplanned
Last Updated: 10 Jul 2023 08:42 by Lisa
Created by: Lisa
Comments: 0
Type: Feature Request
1
Logon dialog step displays the entered password and username in plain text. Allow masking the password so that it is not listed in plain text. 
Unplanned
Last Updated: 28 Jun 2023 11:15 by Auto

Currently a cookie can be set only if its name is predefined and known. There is a scenario where part of the cookie name is also dynamic. 

Enable Test Studio dynamic targets to pass parameters like cookies and headers which have also dynamic names.

1 2 3 4 5 6