Telerik Forums
Test Studio Forum
3 answers
122 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!

Ivaylo
Telerik team
 answered on 21 Nov 2025
1 answer
31 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
125 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
63 views

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 ?

Elena
Telerik team
 answered on 25 Jun 2025
1 answer
42 views

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

 

 

Elena
Telerik team
 answered on 12 May 2025
1 answer
120 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?

Elena
Telerik team
 answered on 08 May 2025
0 answers
49 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
76 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
0 answers
99 views

Dear Telerik team, 

we have discovered an issue with context menu operations. Here's a simplified code example clicking a menu item. The problem is that the click is performed on a different entry way below the one accessed in this code. Is that a bug? 

Furthermore, is there a way to access the context menu item directly with a click operation?  

Or maybe, is there a better way to access the context menu from code? Parsing through the VisualTree immediately closes the context menu.

  
var desktop = DesktopElement.FromDesktopRoot();
 
 // open context menu
 @this.User.lick(MouseClickType.RightClick);

 // get context menu
 var contextMenu = desktop.Find.ByClassName("RadContextMenu");

 // get entries
 var entries = contextMenu.Find.AllByClassName("TextBlock").As<DesktopText>();
 entries.First(box.Text == menuItem).User.Click();

 

Best regards!

1 answer
83 views
When tried to run automated test cases in Telerik test studio, I keep getting message showing install extension. Even after installing the extension, I keep see the same message.
Elena
Telerik team
 answered on 24 Sep 2024
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
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
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?