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
Hi my AUT has a version number included in the path. Like %localappdata%\Development\app-2025.19.17\development.exe
How can I have the Project > Settings > General > WPF Default application handle this so that it opens the highest version app?
For some reason when running a Test in Test Studio and choosing to use Chrome Chrome is not opening at all
Other browsers are working as expected
Log shows as below
------------------------------------------------------------
'08/05/2025 11:01:34' - Executing test: 'Reschedule', path: 'Reschedule.tstest.'
'08/05/2025 11:01:34' - Using .Net Runtime version: '4.0.30319.42000' for test execution. Build version is '2025.1.226.1'.
'08/05/2025 11:01:34' - Starting execution....
'08/05/2025 11:03:08' - Failure detected during execution. Details:
------------------------------------------------------------
'08/05/2025 11:03:08' - System.TimeoutException: Wait for condition has timed out
at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo, Object target)
at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout, WaitResultType errorResultType)
at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout)
at ArtOfTest.WebAii.Core.Manager.WaitForBrowserToConnect(Int32 browserIndexToWaitFor)
at ArtOfTest.WebAii.Core.Manager.LaunchNewBrowser(BrowserType browserToLaunch, Boolean waitForBrowserToConnect, ProcessWindowStyle windowStyle, String arguments)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InitializeWeb(ExecutionEngineCreateParams initParams)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.CreateAndInitializeEngine(Test test, ExecutionEngineCreateParams cp)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)
------------------------------------------------------------
'08/05/2025 11:03:08' - Test completed!
Have tried calibrating Chrome but to no effect
Can anyone help on this at all?
I have numerous DatePicker fields which use a Calendar to set the Date. Date cannot be entered directlly in to the Text Box
Can anyone advise how i can set a date directly in this field. Have tried using a Set Text step but this just opens the Calendar
Is there some sort of Code i can write to set the Date? Also can the Date be set to a specific Date x amount of days from todays date?
Many Thanks
Hello people at Telerik,
In my test I am using a main test with one coded step that calls other tests using this.ExecuteTest.
This enables a modular setup and implements flow through coded statements like If/Else or Switch.
Currently I am faced with a problem when a test fails:
For example:
However, if a Step within test "A" Fails, Test "B" will not be executed.
I would like to Execute test B no matter what.
The log shows:
However, the actual step within test A that fails, is marked "continue on failure" within the UI.
The failing test is a coded step with an assertion.
It seems like the default behaviour of BaseWebAiiTest.ExecuteTest --> "Continue on failure = false".
Is there a way to overload the method, to mark it as Continue on Failure = true?
Thanks in advance.
With friendly regards,
Robert
I am testing a .net web app with a data grid. It puts the new record inputs in the last row of the rendered table.
The table is wrapped within a DIV, when the content overflows, a vertical scrollbar is used to navigate the table.
How do I scroll to the last row? The scroll action is not recordable and the available scroll actions only scroll relative to the page top/bottom/middle.
We have built a Test Studio test framework using xUnit and C#. We're able to execute the tests via Visual Studio Test Explorer, but now we would like to implement an ADO Azure pipeline to execute the tests via a nightly schedule. I have reviewed the Test Studio Tests in Azure Devops article, but it seems like it's mainly focused when using the Test Studio application for the automation.
BTW, this is for a WFP desktop application.
Thank you.