I have the webpage with kendoGrid with attached sourcecode
I can not able to identify the cell with the below code.
KendoGridDataCell element = driver.ActiveBrowser.Find.ByExpression<KendoGridDataCell>("class=~k-widget", "class=~k-grid", "GroupIndex=0", "|", "TagIndex=td:0", "Tagname=td");
Can anyone help on this.? Thanks
Hi,
we need to create a system, that is a WebService. For every WebService call that we receive, we need to instantiate a new browser, make a GET request to some external system and read the data from returned HTML.
According to other threads on the forum, Testing Framework is not thread-safe.
But is it possible to use it in thread-safe manner? If yes, how it should be synchronized? I am worried that even if we implement some synchronization in our code, internals of the framework will anyway fail in multi-thread environment?
Regards,
Przemek
ArtOfTest.WebAii.Core.Settings ieSettings = new ArtOfTest.WebAii.Core.Settings(ArtOfTest.WebAii.Core.BrowserType.InternetExplorer, String.Format(@"{0}\log\WebAii.txt", Directory.GetCurrentDirectory())); |
if (_MyMgr == null) |
{ |
_MyMgr = new ArtOfTest.WebAii.Core.Manager(ieSettings); |
_MyMgr.Start(); |
} |
_MyMgr.LaunchNewBrowser(); |
//_MyMgr.ActiveBrowser.Closing += new EventHandler(ActiveBrowser_Closing); |
_MyMgr.ActiveBrowser.NavigateTo(url); |
Hi
The Testing framework doesn't seem to be able to select an item in a KendoDropDownList that is not visible at runtime, though the item exists in the drop down when scrolling down to the bottom of the list.
Attached is a project containing two tests (Success and Failure tests), the "Success" test is selecting items at the top of that list which are visible and the "Failure" test is selecting items towards the bottom of the list that are not visible unless you scroll down.
Many thanks.
I have a big project with Telerik.Web.UI(2013.1.417.40) and EntityFramework 4.0.
I conver the project to EntityFramework 6.3
The project start but the project before start waits 90 seconds and does nothing at this time. blank page on the browser and the browser is working but I don't know what it is doing. In debug only the message appears 6 times:
Exception generated: 'System.TypeInitializationException' in Telerik.Web.UI.dll
Then after 90 seconds that the browser remains blank, the project starts correctly and everything seems to work correctly.
why telerik that issues exceptions then it starts regularly after 90 seconds?
Hi,
I'm using VS 2019 Enterprise with Telerik Testing Framework. I'm using examples provided by your support document part 'WPF UI Automation'. I have added ArtOfTest.WebAii in the reference and created a test. But when running the test I keep getting the System.NullReferenceException. Can you help me out?
Greets
Hi there,
I've installed the Testing Framework. But when I don't see the sub menu 'TelerikTestingFramework' as part of the 'Test'menu item in VS2019 Enterprise and .NET Framework 4.8.
In my projects I refere to the ArtOfTest.WebAii.dll file
Am I missing something?
I'm new to WPF and C#, but have been able to build a simple prototype test automation project using Telerik Testing Framework and C# in Visual Studio 2019.
The application I'm testing uses rich textfield UI objects called LookupButtons.It's a textarea object where you click a control to see a list of valid values. Using WPF Inspector, I can see all the values in an "ObservableCollection`1" object under the property CollnLookupDetails, but cannot figure out how to retrieve the ObservableCollection`1 object using Testing Framework. Is it possible to retrieve an ObservableCollection from a property?
In the attached screenshot, the application under test is on the left, with a LookupButton textarea. On the left is WPF Inspector, showing the LookupButton and its CollnLookupDetails property. There are many "LookUpDetails" objects in the collection. Those are the objects I want to get.
I may be attempting to do the wrong thing. Maybe there is a different way to get all the valid values in a WPF object collection? Any suggestions or pointers would be very much appreciated. Thank-you!
Hello,
I am getting 'Storage Service unreachable popup error message when I tried to save a test. Test saves after clicking on Ok but I am wondering why this popup message.
Screenshot attached
Thanks,
-
Padmashree