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.
Hi,
I have a question about the process used to restore a project from a backup. When I update my TS installation, the first step is that it creates a backup of my project. When I navigate to the folder where the backup is stored, I see a .zip file, but I don't see a method from within TS that would allow me to open and use this back up.
I found a post in this forum from 2013 which described where backups are found, but no mention of how to use them.
Do I simply need to unzip the backup file and open the project file from within Test Studio?
If so, would I be correct in assuming the file I'd need to open is Pages.g.cs?
Thanks, in advance.
Dan
Hello,
I was wondering if anyone has used Telerik to automate Salesforce test cases. If so, what challenges have you faced?
Thank you and look forward to hearing back.
Maria
Hi
I am trying to run a SQL Stored Procedure using a Coded Step in Test Studio and when do so getting following error
The type or namespace name 'Data' does not exist in the namespace 'System' (are you missing an assembly reference?)
Can anyone advise on how i can fix this at all?
I have the following set in the Coded Step
using System.Data;
using System.Data.SqlClient;
Many Thanks
Hallo everyone,
I have question how could DesktopGrid be used?
The work is on an DesktopTest for a DesktopApplication, which contains Table-Elements on which I want to get access for coded desktop tests.
In DOM-Tree the table is shown as an Element with "controlTypeName=Table".
To find the Desktop-Table-Element I am using:
DesktopGrid table = find.ByExpression(expression).As<DesktopGird();
When executing the code the Inner Exception occurs:
ArtOfTest.WebAii.DesktopAutomation.InvalidElementException: Element must be of type 'DataGrid'.
For table handling in coded Desktop Test is the DesktopGrid the right solution and how and for what could DesktopGrid be used?
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.