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
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
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!
The inner text of the object contains text followed by ...
I need the full tooltip text.
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.
asp.net application - doesn't seem to keep cookies after test.
Trying to run tests separately.
Test Sequence:
login: creates asp.net session cookies
select company: depends on asp.net session cookies and create a company cookie
select employee: depends on asp.net session cookie and company cookie
How do I keep the cookies and/or keep the browser open between running individual tests ?
I have a WPF test that does some setup work, then moves the mouse to various positions on a map to draw a box. Once the box is complete then a double click completes the shape. After this a save button is clicked and other actions are performed.
The issue I am having is that all the setup actions work correctly and the post map actions work correctly, however all the map actions fail when the test is run. I believe this is because the mouse itself needs to move like a real user however I am unsure how to actually do this.
When the test is recorded then it produces multiple "LeftClick on X" actions which in code look like this:
Applications.XYZ.User.Click(ArtOfTest.WebAii.Core.MouseClickType.LeftClick, 7, 45, ArtOfTest.Common.OffsetReference.TopLeftCorner, ArtOfTest.Common.ActionPointUnitType.Percentage, ((System.Windows.Forms.Keys)(0)));
What I need is a similar command, but that moves the mouse from the current position to the recorded position and then clicks the left button. Other than this, it appears that everything seems to be working perfectly.