Telerik Forums
Test Studio Forum
0 answers
105 views

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:

  1. Go to Downloads | Your Account. 
  2. Select the SKU of Test Studio you are using (Ultimate, DevEdition, Run-Time, etc.).
  3. Download the desired installer file, run it, and follow the steps to completion.

 

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.

Lance
Top achievements
Rank 2
 asked on 31 Jan 2024
0 answers
7 views

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?

Mark
Top achievements
Rank 1
Iron
 asked on 08 May 2025
2 answers
21 views

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

Mark
Top achievements
Rank 1
Iron
 answered on 07 May 2025
1 answer
18 views

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

 

 

 

 

Elena
Telerik team
 answered on 25 Apr 2025
0 answers
10 views
I have a web test that we just created that has a data source binded(Excel) where in the data source, we have some cells in the Excel Spreadsheet as blank. We tried running it but it gave us an error Object reference not set to an instance of an object.
Mackie
Top achievements
Rank 1
Iron
 asked on 21 Apr 2025
2 answers
12 views
We have a web test where we run it as a step on another web test but before it goes to the next step, the test that's being executed as a step goes thru all of the iterations first when we do a partial test run 'Run To Here". Is there a way for us to execute the test as a step without going thru all of it's iteration and only do the first one and process to the next step?
Elena
Telerik team
 answered on 17 Apr 2025
1 answer
24 views

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.

 

Elena
Telerik team
 answered on 15 Apr 2025
1 answer
18 views

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.

Elena
Telerik team
 answered on 24 Mar 2025
2 answers
31 views

Hi Team,

Iam automating WPF application. Is there a way to identify and verify colors.

 

Thanks,

Sreelakshmi

 

Ivaylo
Telerik team
 answered on 06 Mar 2025
1 answer
26 views

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?

 

 

 

Ivaylo
Telerik team
 answered on 24 Feb 2025
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?