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 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.
Hi there,
I’m trying to change a number in a test on a website. It should update to a new number, but it keeps using the old one. I can’t show pictures because of security rules.
Thanks for any help you can give!
Hi guys,
I was wondering if and or how I can extract data from a cell on the website and paste/save the data into the local data for the same test or into an excel file.
I am randomly creating a few account and after creating them it gives a message that account has been successfully created for "NewAccountName".
I would like to extract the Newaccountname and put it into an excel file or into the local data so I could reuse it afterwards.
I am not sure if it is possible to do this,
Thanks in advance,