Hi - apologies if this was answered but I haven't been able to find it via search.
Will the Testing Framework support .NET 5 or .NET 6 XAML applications on Windows?
We're converting a .NET Framework application and are running into compilation problems when we target "net5.0". Targeting "net461" works fine. Is it possible to write a .NET 5 assembly that links to the Telerik Testing Framework?
If not, is there another product that can be used from .NET 5? Thanks!
Hi Team,
we want to run the automated UI suite not launching the browser (i.e headless state) to ensure we can take advantage of running the tests nightly.
can any one help me understand how to do this.
Thanks in advance.
Hi
Below is the code to iendify a Kendo Input control and enter the text.
public Kendoinput Span
{
get
{
//return driver.ActiveBrowser.Find.ByAttributes<KendoInput>("class=~k-widget", "class=~k-autocomplete", "class=~txtBusinessIndustry", "GroupIndex=0");
}
}
It works perfectly when I execute it with first row of MS Test Data driven with CSV.
When the second row is started to execute, the element is not identified and no error message is displayed.
Any one, please help on this.
Thanks,
Vedha
Hi,
I'm experiencing troubles trying to capture screen of the browser Firefox v. 78.0.2 x64. It always captures empty screen, which does not even look simillar to the browser looking. Please see the attached picture.
I'm calling
Log.CaptureBrowser(ActiveBrowser);
And I have also tried
ActiveBrowser.WaitForPageLoad();
Log.CaptureBrowser(ActiveBrowser);
I have tried the same using Edge Chromium and it worked correctly.
Thank you for any advice!
Regards
Tomas
Hi,
we have a system we want to test with Testing Framework. Of course it is a legacy system that has not very well formatted HTML markup and of course is too expensive to change - you probably all know this...
On this page we have a problem with one of the rows in the nested table does not have an enclosing end tag. This results in table not being found. But only, if the table is searched from a form on the page. If tables are searched from the root of the page, invalid table is found.
Why is that? I would expect to find all tables inside the form, regardless of whether I am searching within the form or the whole tree?
I have attached a VS project which reproduces the problem.
Hi,
I am running the silverlight tests from server, where VS is not installed, It is not launching the application url on windows 10 machines. Locally it works fine. Could you please help me what could be the reasons for this.
Hello!
After upgrading to Telerki testing framework 2018.3.1004.5 DownloadDialogsHandler doesn't handles save file dialog correctly in Internet Explorer 11 (Windows 10 x64).
Download file popup info appears, but browser's save dialog remains closed.
But when you open browser dialog manually (selecting "Save as" with mouse) DownloadDialogsHandler starts typing saving path.
Previous version of Telerki testing framework 2018.1.0418.2 works fine.
Browser was configured according recommendations https://docs.telerik.com/teststudio/getting-started/configure-your-browser/internet-explorer