Unplanned
Last Updated: 18 Mar 2025 09:13 by Shamsher

Use the demo page on Kendo jQiery TreeView component to move the items between the sections with a drag&drop step recorded in Test Studio

The so recorded test works fine for Edge and headless Edge and Chrome.

But fails when executed in Chrome. 

 

Unplanned
Last Updated: 14 Mar 2025 09:27 by Mattia
Running some tests in te browser mode without extension that need to do the keypress Enter, but now i got this error:


'Fail' : 3. Keyboard (KeyPress) - Enter (1 times) on 'textfield'
------------------------------------------------------------
Failure Information: 
~~~~~~~~~~~~~~~
ExecuteCommand failed!
InError set by the client. Client Error:
Protocol error (Input.dispatchKeyEvent): Invalid 'text' parameter
BrowserCommand (Type:'Action',Info:'NotSet',Action:'RealKeyboardAction',Target:'null',Data:'keyDown#$TS$#INVIO',ClientId:'xxx',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Protocol error (Input.dispatchKeyEvent): Invalid 'text' parameter')
InnerException: none.
Unplanned
Last Updated: 10 Mar 2025 11:38 by ADMIN

Currently, with lots of bound data sheets the visibility when binding them is poor. See

 

Can this be improved by widending the view and also making this a search rather than a drop down as the selection will likely grow greatly making it even harder to locate the file i need.

 

In addition, when managing the data, there should also be a search to filter the data source i want to edit / manage 

 

Unplanned
Last Updated: 06 Mar 2025 12:00 by ADMIN
Created by: Robert
Comments: 3
Type: Feature Request
0

Hello people at Telerik,

Is it possible to Data Bind a Radmaskedtextinput using the Test Studio User Interface?

In more detail:
I am automating a WPF application (Data Driven). 
I want to fill out forms with multiple types of input fields (like Date, Comboboxes and also Radmaskedtextinput).
I have bound my test to an Excel file.

For fields like comboboxes and dates I am able to select the data to be used by clicking on the button "Data Binding" in a test step.
For me, this is "using the Test Studio Interface". (See Databind_combobox)

For "Radmaskedtextinput" type fields I am not able to do this. Clicking on the dropdown arrow at the right of a recorded test step shows nothing. (See Databind_radmaskettextinput)

Workaround:
I am able to data bind the step by converting the teststep to a coded step and changing the argument of the TypeText function. (see Databind_Code). This works, but selecting through the test Studio UI seems easier.

Thanks in advance!

With friendly regards,

Robert

 

Unplanned
Last Updated: 21 Jan 2025 14:45 by Lisa
 I would like to be able to set Ramp up/down period in Seconds (e.g. 5 seconds) for a Load Test in Test Studio.
Unplanned
Last Updated: 27 Dec 2024 15:30 by ADMIN

I am trying to capture the image of WPF application's Dialog using Bitmap actualBmp = element.Capture(); like one below
yellow color refers to the actual dialog and other colour refers to the main page of the application.

But it returns something like below (Image of the main page with the actual size of the dialog)

I want something like below to be captured

Unplanned
Last Updated: 23 Dec 2024 10:26 by Amy
While working with the web version of Outlook Test Studio experiencing crashes
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: 24 Oct 2024 07:36 by Jun

Steps to reproduce: 

  1. Use Chrome without extension, or headless mode.
  2. Use the press key combinations Shift+End and Shift+Home in a coded step and be sure to set focus to a text field. 
    ActiveBrowser.Desktop.KeyBoard.KeyPress(Keys.Shift | Keys.End);
    ActiveBrowser.Desktop.KeyBoard.KeyPress(Keys.Shift | Keys.Home);

Expected: The combination selects the text in the field

  • if the cursor is at the begining of the line use Shift+End;
  • if the cursor is at the end of the line use Shift+Home;

Actual: The cursor only moves without selecting the text. 

Workaround: Use the key combination Shift+A to select the text. 

Unplanned
Last Updated: 18 Oct 2024 13:00 by Lim

Steps to reproduce

  1. Record the steps to select time from a radDateTimePicker component. 
  2. The recorded step is 'datetimepickerclock: select time ''.'
  3. Convert it to code.

Expected: The  code is compiled and executed as expected.

Actual: The converted code produces compilation error: 

 

[ Compiler ]
15:57:58 'ERROR' > C:\TestProject1\WPFTest.tstest.cs(55,104) : error CS1061: 'FrameworkElement' does not contain a definition for 'SelectTime' and no accessible extension method 'SelectTime' accepting a first argument of type 'FrameworkElement' could be found (are you missing a using directive or an assembly reference?)
15:57:58 'INFO' > Build Failed

Workaround: Cast the element like this: 

Applications.WPF_Demosexe.Telerik_UI_for_WPF_Desktop_Examples.PARTClockDatetimepickerclock.CastAs<Telerik.WebAii.Controls.Xaml.Wpf.DateTimePickerClock>().SelectTime("1:00 PM");

 

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

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

Unplanned
Last Updated: 11 Oct 2024 10:49 by Lokesh

Steps to reproduce: 

  1. Create a test list with 4 tests.
  2. Each test executes more than 300-350 steps in overall because it is data driven.
  3. Run the test list remotely/scheduled.
  4. The generated result is uploaded in the Storage database and is visible in the Test Studio Results tab. 
  5. Open the Executive Dashboard and try to open the runs for the same test list. 

Expected: The test results to be displayed.
Actual: The view is empty with the message: "There are no test results for this run."

Workaround: Split each test into a separate test list.

Log on the machine where the Executive Dashboard is hosted shows below error.

Telerik.TestStudio.ResultsServer.exe(7192:313),Error] CloudStorageRepository`2.ExtractItemsFromResponseAsync() : Error getting entity: Telerik.TestStudio.Interfaces.Storage.IStorageDocument`1[[ArtOfTest.WebAii.Design.Repository.LightRunResultSingleTestTransport, ArtOfTest.WebAii.Design, Version=xxxx, Culture=neutral, PublicKeyToken=xxxx]], from url: http://xxxxx/v1/results?includeDeleted=xxx&skip=xxx&take=xx&schema=xxx
Telerik.TestStudio.ResultsServer.exe(7192:313),Error] CloudStorageRepository`2.ExtractItemsFromResponseAsync() :
{"Message":"An error has occurred.","ExceptionMessage":"Command aggregate failed: Sort exceeded memory limit of 104857600 bytes, but did not opt in to external sorting. Aborting operation.

Unplanned
Last Updated: 10 Sep 2024 08:31 by Lawrence
HorizontalAlignment property verification  with Equals is failing even thought he condition is met.
Unplanned
Last Updated: 09 Sep 2024 11:05 by Lawrence
When launching the recorder from the Elements tab Test Studio does not take into consideration the default application path 
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.
Unplanned
Last Updated: 28 Aug 2024 13:49 by Marek
Created by: Marek
Comments: 0
Type: Bug Report
1
Unable to record a click step on a dropdown in specific customer's WPF app
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: 16 Jul 2024 14:53 by Max

I noticed that in the recurring scheduled test the settings do not persist if we select " Only on error..." .

It defaults back to "Always".  I would expect it to remember the original setting. 

Unplanned
Last Updated: 11 Jul 2024 12:00 by HemoSonics
In WPF (or Desktop) I have been able to connect to an application using the new Connect to Application Step, but then when I try to reconnect back to the original running application and run additional steps, it does not find the elements, and still thinks it is connected to the 2nd application that i connected to.

Example:

Running Test on App A,
Connect to App B and run more steps
Connect back to A to run steps, and the next step fails with an error that it couldn't find the element in App B.
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.
1 2 3 4 5 6