Telerik Forums
Test Studio Forum
0 answers
150 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
2 answers
118 views

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!

HIFZA
Top achievements
Rank 1
Iron
 answered on 19 Nov 2025
1 answer
18 views

Hi

 

I need to use a Coded Step using Test Studio Desktop framework to access a dropdown and do the following

  • Select a specific value from a dropdown
  • Tick a check box

These are not available when automating the test hus why i am using a Coded Step and Test Studio Desktop framework

I can use the Inspect tool to find the Name and ClassName for the relevant fields but just want to know of anyone has any examples of a Coded Step i can use to do the above

Thanks in advance

Mark

 

Thanks in advance

Elena
Telerik team
 answered on 23 Oct 2025
0 answers
21 views

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

Dan
Top achievements
Rank 1
 asked on 25 Aug 2025
0 answers
20 views

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

Maria
Top achievements
Rank 1
Iron
Iron
 asked on 22 Aug 2025
1 answer
28 views

I have a page which when a button is clicked it opens a PDF inside a displaypage.ashx frame within the main page of the website and need to download this so can inspect the results - see below

Have tried saving the PDF when the page opens etc but when i run the test again it is not being saved as expected 

Am suing Edge and Adobe Acrobat is set as the default PDF viewer

Can anyone help with regards to how I can save the PDF at all?

Many Thanks

 

 

 

 

 

Elena
Telerik team
 answered on 22 Aug 2025
1 answer
122 views

When we executing the test cases "Protocol error (Page.navigate): Invalid referrerPolicy" in telerik test studio .

Following log is coming:

Overall Result: Fail
------------------------------------------------------------
'8/13/2025 4:14:09 PM' - Executing test: 'Loginwithuser01_getversionnumber', path: '0100-ReusableSteps\Loginwithuser01_getversionnumber.tstest.'
'8/13/2025 4:14:09 PM' - Using .Net Runtime version: '4.0.30319.42000' for test execution. Build version is '2025.2.604.1'.
'8/13/2025 4:14:09 PM' - Starting execution....
'8/13/2025 4:14:12 PM' - Detected custom code in test. Locating test assembly: HTMLPASS.dll.
'8/13/2025 4:14:12 PM' - Assembly Found: D:\Webteleriktesting\HTMLPASS\bin\HTMLPASS.dll
'8/13/2025 4:14:12 PM' - Loading code class: 'HTMLPASS.Loginwithuser01_getversionnumber'.
------------------------------------------------------------
------------------------------------------------------------
'8/13/2025 4:14:12 PM' - Using 'EdgeChromium', UseExtension: 'False', version '139.0.3405.86' as default browser. 
'8/13/2025 4:14:12 PM' - Using Telerik Components Version: 'Latest'
'8/13/2025 4:14:12 PM' - Using 'https://VS-IND-TEST40.adasoft.int/AtlaxyPass' as base url.
'8/13/2025 4:14:12 PM' - LOG: NavigateTo: https://vs-ind-test40.adasoft.int/AtlaxyPasshttps://vs-ind-test40.adasoft.int
'8/13/2025 4:14:12 PM' - 'Fail' : 1. Navigate to : 'https://vs-ind-test40.adasoft.int'
------------------------------------------------------------
Failure Information: 
~~~~~~~~~~~~~~~
ExecuteCommand failed!
InError set by the client. Client Error:
Protocol error (Page.navigate): Invalid referrerPolicy
BrowserCommand (Type:'Action',Info:'NotSet',Action:'NavigateTo',Target:'null',Data:'https://vs-ind-test40.adasoft.int/AtlaxyPasshttps://vs-ind-test40.adasoft.int',ClientId:'E788FD89E9D31D1B264C86692068237B',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Protocol error (Page.navigate): Invalid referrerPolicy')
InnerException: none.

InnerException:
ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
InError set by the client. Client Error:
Protocol error (Page.navigate): Invalid referrerPolicy
BrowserCommand (Type:'Action',Info:'NotSet',Action:'NavigateTo',Target:'null',Data:'https://vs-ind-test40.adasoft.int/AtlaxyPasshttps://vs-ind-test40.adasoft.int',ClientId:'E788FD89E9D31D1B264C86692068237B',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Protocol error (Page.navigate): Invalid referrerPolicy')
InnerException: none.

   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
   at ArtOfTest.WebAii.Core.Browser.InternalNavigateTo(Uri uri, Boolean useDecodedUrl)
   at ArtOfTest.WebAii.Core.Browser.NavigateTo(Uri uri, Boolean useDecodedUrl)
   at ArtOfTest.WebAii.Core.Browser.NavigateTo(String url, Boolean useDecodedUrl)
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.NavigateToActionDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
------------------------------------------------------------
'8/13/2025 4:14:12 PM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'8/13/2025 4:14:12 PM' - Overall Result: Fail
'8/13/2025 4:14:12 PM' - Duration: [0 min: 0 sec: 219 msec]
------------------------------------------------------------
'8/13/2025 4:14:13 PM' - Test completed!


Elena
Telerik team
 answered on 13 Aug 2025
1 answer
39 views
ExecuteCommand failed!
InError set by the client. Client Error:
Failed to perform mouse action
BrowserCommand (Type:'Action',Info:'NotSet',Action:'RealMouseButtonAction',Target:'null',Data:'R,LeftDoubleClick,86,181,0',ClientId:'39628C5F69C491F695440F05AD2ECE5C',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Failed to perform mouse action')
InnerException: none.

InnerException:
ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
InError set by the client. Client Error:
Failed to perform mouse action
BrowserCommand (Type:'Action',Info:'NotSet',Action:'RealMouseButtonAction',Target:'null',Data:'R,LeftDoubleClick,86,181,0',ClientId:'39628C5F69C491F695440F05AD2ECE5C',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Failed to perform mouse action')
InnerException: none.
Elena
Telerik team
 answered on 22 Jul 2025
0 answers
34 views

The inner text of the object contains text followed by ...
I need the full tooltip text.

Kris
Top achievements
Rank 1
 asked on 01 Jul 2025
1 answer
42 views

Is it possible to verify that a browser page was opened from a WPF desktop application automation?

We don't need to perform testing on the browser page, just the fact that the correct page was opened. May have to supply username/password during the process.

Thank you.

Elena
Telerik team
 answered on 27 Jun 2025
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?