Hello Test Studio Community,
We have released a new version of Test Studio today (v2023.3.1330.1). Please update your existing installation at your earliest convenience.
You can review the Legacy Installer Vulnerability - Progress Test Studio article to learn more details about why we are recommending customers to update.
To get the new version, take the following steps:
If you have questions about your specific installation situation and would like guidance, feel free to open a Technical Support ticket here => https://prgress.co/DevToolsSupport.
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
Hi,
I use Firefox v. 130.0.1 (64-bit), Test Studio 231.3.29.0, plugin for Firefox is v. 2023.1.703.1. And yesterday I came across a problem: I run tests, but Firefox even not opens.
In the report I see following: see attachment.
In this test I need to download files with original names. As I understood some time ago, I asked here about this (Ticket 1580780), there is no opportunity to download a file with original name using Chrome without extension, it requires to give a new name for the file. So, Firefox was the only one browser which I could use for this test and now it also doesn't work.
Can you help?
Hi all,
I'm looking for advice on a coded step.
We have a WPF application which uses System.Windows.Controls.ListView as well as Telerik controls. I have a ListView with a specific name and I'd like to locate and cast it from the running app, so that I can then iterate through the ListItems within it.
I had assumed that I could use something similar to:
public void Survey_Control_Readonly_Switcher_CodedStep()
{
WpfApplication app = Manager.ActiveApplication;
Assert.IsNotNull(app);
System.Windows.Controls.ListView list = app.MainWindow.Find.ByName<System.Windows.Controls.ListView>("DisplayFieldItems");
Assert.IsNotNull(list);
foreach <etc....>
}
But this does not seem to work, where it does if I use it with (e.g.):
Telerik.WebAii.Controls.Xaml.Wpf.RadGridView grid = app.MainWindow.Find.ByName<Telerik.WebAii.Controls.Xaml.Wpf.RadGridView>("ScriptGrid");
Does anyone have any pointers? I've gone through the code examples but not found anything relevant. I do have the correct assemblies loaded and called.
Hello Everyone,
Does anyone know where I can download trx2html from? I found a link in Telerik but the link is broken. I'm trying to convert my *.trx load test results to html. Or, if someone knows about a better way to do this conversion please share.
Thank you for your help.
Maria
Hi Team,
I setup docker in windows server 2019 machine, and start one docker container with image windowsservercore 2019 ,and run telerik ui case in the container with chromeheadless, below error pops:
From this document, seems telerik support docker, https://docs.telerik.com/teststudio/advanced-topics/build-server/docker-container-testing
Can you please given any suggestion about this, I have run the case from command line in docker not know why no-interactive pops. Not sure it's related to the image I use or other setting about docker.
Thanks,
Jun
Hello,
I'm trying to verify that a password displays as masked (just a bunch of dots) on a web page. Is there a way I can do this validation using Telerik?
Thank you and look forward to your response.
HI!
I am having trouble recording actions in a pop-up window for a windows application. The pop-up window is launched during execution when the user clicks a button. During recording the steps seem to be recorded properly, but when executing the test an element not found error occurs. The window doesn't seem to appear in the images of the fail report and the elements of the pop-up window don't seem to be found in the DOM explorer. The window also doesn't seem to be launched as a separate process. If it helps I think the application that I'm testing is very old or parts of it are running very old code (possibly VB6). I'm not sure if this error is due to compatibility or if I am missing a simple step. I was wondering if anyone knew how to fix this. If more details are needed let me know. Thank you so much!