In Development
Last Updated: 18 Mar 2024 14:47 by ADMIN
A wpf application does not start correctly in Test Studio because the working directory cannot be specified.
Unplanned
Last Updated: 15 Mar 2024 09:48 by Jeff
When trying to connect to Git repo in Azure DevOps the connection is reported successful. Then, however, all supported commands are not performed as expected. The message in SourceControl output is: too many redirects or authentication replays. 
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 
Completed
Last Updated: 15 Mar 2024 09:33 by ADMIN

When generating chained find expressions Test Studio always uses the id tribute for the parent element and it doesn't take into account the actual order of attributes.

Then, if you completely remove the id from the find logic list settings, the generated find expression uses only TagIndex for the target element and no chained find expression. 

Generating this type of expressions need to be revised. 

Example shared internally!

Completed
Last Updated: 15 Mar 2024 09:31 by ADMIN
Building the find expressions for elements in HTML during recording respects the Identification Logic:
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/project-settings/identification-logic.aspx

That isn't the case when Test Studio builds chained expressions though (e.g. it cannot find an Id or Name to build direct expression thus locates a unique parent element to include in the find logic.
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/knowledge-base/project-configuration/usingchainedfindexpressions.aspx

In this case TS respects the Id or Name only and not the rest of the attributes (including custom ones).

It will be nice if the chained find expressions building algorithm is extended to respect the preset identification logic as well.
Completed
Last Updated: 15 Mar 2024 09:25 by ADMIN

Download dialog which is triggered from a new tab fails to be handled when running a test in Edge and Chrome extensionless mode. 

Such download dialog is usually triggered with a link similar to this: 

<a href="100MB.zip" target="_blank">Link to donwload</a>

The download dialog looks like this: 

Unplanned
Last Updated: 14 Mar 2024 12:02 by Sunil

Although the actual image files are with good resolution and are smooth, when displayed in the Failure Details Images tab they are blurry. 

It will be great to display the images better. 

Unplanned
Last Updated: 06 Mar 2024 14:01 by Pavit

 public static DesktopFind WaitForDesktopAppWindow(DesktopApplication desktopApp, string strWindowsName)
        {
      return desktopApp.WaitForWindow(strWindowsName, delay, 60000).Find; //with a delay of 700

}

fails if COMException is thrown.

Expected is to handle that exception and wait for the set timeout. 

Completed
Last Updated: 01 Mar 2024 11:09 by ADMIN

Version 2023.3.1115.

Test list logging option is not saving log in specified location from test list settings. 

 

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:38 by Software

Steps to reproduce: 

  1. Create a sub-folder in the project root to store the custom dlls needed for the project. 
  2. Add references to these into the Project settings.

Expected: The references are added with relative path starting under the project root.

Actual:  The project root is included in the relative path.

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.

Won't Fix
Last Updated: 30 Jan 2024 15:29 by ADMIN

When sorting tests from the test list result panel, the same sorting is applied to the steps in every test from the test list when drilled down. 

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.
Completed
Last Updated: 18 Jan 2024 09:12 by ADMIN

In a project which is not connected to a Scheduling service create a scheduled test list run recurring for the "1st Monday of each Month" with no end dates. This automatically switches to the Results tab but it freezes and you can only exit Test Studio. 

Error in log is as follows:

[12/13 14:02:00,Telerik.TestStudio.exe(12028:34),Error] App.LogUnhandledException() : EXCEPTION! (see below)
     Situation: Unhandled exception!
     Outer Exception Type: System.ArgumentOutOfRangeException
     Message: The added or subtracted value results in an un-representable DateTime.
          Parameter name: value
     HRESULT: 0x80131502 (Official ID (if app.) = COR_E_ARGUMENTOUTOFRANGE, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5378)
     Call Stack:
          at System.DateTime.AddTicks(Int64 value)
Need More Info
Last Updated: 15 Jan 2024 15:51 by ADMIN
Created by: Björn
Comments: 1
Type: Bug Report
0

When i try to select "Today" and we are using Blazor - TelerikDatePicker it works correct localy, but if i try to run the list remotely it fails and the following failure information is given: 

ArtOfTest.Common.Design.Exceptions.ExecutionException: ExecuteCommand failed!
InError set by the client. Client Error:
Evaluation failed: TypeError: Cannot read properties of undefined (reading 'attributes')
    at eval (eval at <anonymous> (:1:35), <anonymous>:1:79)
    at eval (<anonymous>)
    at __puppeteer_evaluation_script__:1:35
    at __puppeteer_evaluation_script__:1:210
BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeJsFunction',Target:'ElementId (tagName: '',occurrenceIndex: '-1')',Data:'TelerikBlazor._instances['8e58978c-274d-4d10-8306-e5524fa8536d'].popupElement.attributes['data-id'].value',ClientId:'2E756E6DAEB47916B352F6434B5307BA',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Evaluation failed: TypeError: Cannot read properties of undefined (reading 'attributes')
    at eval (eval at <anonymous> (:1:35), <anonymous>:1:79)
    at eval (<anonymous>)
    at __puppeteer_evaluation_script__:1:35
    at __puppeteer_evaluation_script__:1:210')
InnerException: none.

I have the same problem if i insted trying to type a date in the input field, works localy and fails remotly.

The failure is this time described as follows:

ArtOfTest.Common.Design.Exceptions.ExecutionException: Value cannot be null.
Parameter name: input
Duplicated
Last Updated: 15 Jan 2024 15:48 by ADMIN
Created by: Björn
Comments: 0
Type: Bug Report
0

Fails to run testlist remotly with Blazor TelerikDatePicker.

Using the calender and select "Today" gives following failure:

ArtOfTest.Common.Design.Exceptions.ExecutionException: ExecuteCommand failed!
InError set by the client. Client Error:
Evaluation failed: TypeError: Cannot read properties of undefined (reading 'attributes')
    at eval (eval at <anonymous> (:1:35), <anonymous>:1:79)
    at eval (<anonymous>)
    at __puppeteer_evaluation_script__:1:35
    at __puppeteer_evaluation_script__:1:210
BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeJsFunction',Target:'ElementId (tagName: '',occurrenceIndex: '-1')',Data:'TelerikBlazor._instances['8e58978c-274d-4d10-8306-e5524fa8536d'].popupElement.attributes['data-id'].value',ClientId:'2E756E6DAEB47916B352F6434B5307BA',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Evaluation failed: TypeError: Cannot read properties of undefined (reading 'attributes')
    at eval (eval at <anonymous> (:1:35), <anonymous>:1:79)
    at eval (<anonymous>)
    at __puppeteer_evaluation_script__:1:35
    at __puppeteer_evaluation_script__:1:210')
InnerException: none.

Using the input field and typing a date, gives the following failure

ArtOfTest.Common.Design.Exceptions.ExecutionException: Value cannot be null.
Parameter name: input

The cases works if they a executed localy.

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

 

Under Review
Last Updated: 08 Jan 2024 15:11 by Rohan

When you execute a test list in CI environment with the ArtOfTest.Runner.exe, there is no option to publish the results to the storage server (if you have setup a storage server).

It will be great to have this option, so we can view the results in the Executive Dashboard.

1 2 3 4 5 6