Hello,
I'm automating some components of a web page that's part of an application. When I navigate to this page, however, I'm not able to see the DOM tree.
Is there a setting in Telerik that I need to configure (or re-configure)?
Thank you for your help.
It seems like you've created a test project targeting .NET Framework 4.8 using xUnit in Visual Studio 2022, and the tests run successfully within the IDE, but you encounter errors when using dotnet test command.
> dotnet test
D:\Workspace\Project\DataManager_Repositories\DM-Foundry\Test_Client\Foundry\Foundry.csproj(145,3): error MSB4019: Imported project "C:\ProgramFiles\dotnet\sdk\7.0.400\Telerik\WebUITestStudio\Telerik .WebUITestStudio.targets" not found. Make sure the expression in the import declaration "C:\Program Files\dotnet\sdk\7.0.400\\Telerik\WebUITestStudio\Telerik.WebUITestStudio.targets" is correct and the file exists on disk.
Does anyone else have this problem?
I updated a few days ago 2023.1011.1.
I highlight and run a set of steps. When it ends, the Steps Pane scrolls to the bottom.
Since I may have hundreds of steps, remembering where I was and scrolling up to get there is time consuming.
If not perhaps it is a Win 11 issue.
Hi,
What will happen while doing "Discard local changes" in WFP application?
I'm getting them all over. If I record a new step it works, even though the search is the same as the existing one.
Is anyone else getting these errors?
InnerException:
System.NullReferenceException: Object reference not set to an instance of an object.
at ArtOfTest.WebAii.Win32.Annotator.Clear()
at ArtOfTest.WebAii.Headless.HeadlessMouse.ClickImpl(MouseClickType clickType, Int32 x, Int32 y, Int32 wheelDelta, Boolean relativeCoordinates)
at ArtOfTest.WebAii.Win32.Mouse.ClickElement(Element element, MouseClickType clickType, Point offset, OffsetReference reference)
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DesktopActionDescriptor.Execute(Browser browser)
at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
Hi again.
Moving from iMb to Test Studio working out a few issues.
We save files using a name that includes the current date like below.
"New_File_all_all_20230911_001.csv"
We use the following string in iMb using a variable for the file number at the end(which we don't HAVE to have but it would be nice).
ONDOWNLOAD FOLDER=Z:\folder\folder_name\{{!NOW:yyyymmdd}} FILE=New_Filet_all_all_{{!NOW:yyyymmdd}}_00{{!VAR2}}.csv
Is this possible with Test Studio?
Thanks!
Hi Team,
I have capture load test and run it for 100Users and get result as well.
(I have total 300VUs for this account)
PFA:
so, I have run same test for 250Users and observe that for 250Users I'm not getting any collected metrics on the Analyze view after test execution.
can you please suggest further?
PFA:
On the free trial (if that makes a difference?) I can record and run a test OK but only by automatically launching the WPF app that I'm testing at the start of the script and closing it at the end.
Is it possible to start the test into an already launched app and finish without closing it?
Probably isn't a problem when running a finished test but when designing/adding steps it's a right pain to have to open the app, record some steps, close the app every time and when
Thanks
Hi,
We are coming over from iMacros and running into a few tough spots.
In the past we used variables to enter dates 7, 14 or 21 days in the past.
Is there a way we can do this with Test studio?
The format we need would be "09/01/2023+" the plus sign is included in how we enter the date.
With iMb we had the variable as "d=new Date();d.setDate(d.getDate()-21);var day=d.getDate().toString(); if (day.length < 2) {day = \"0\" + day;} var month = (d.getMonth() + 1).toString(); if (month.length < 2) {month = \"0\" + month;} var year = d.getFullYear().toString(); month+'/'+day+'/'+year+'+';""
I have been trying for a week now to figure this out. Thanks!