Telerik Forums
Testing Framework Forum
5 answers
153 views

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


Plamen Mitrev
Telerik team
 answered on 17 Feb 2020
3 answers
94 views

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

Plamen Mitrev
Telerik team
 answered on 29 Jan 2020
5 answers
129 views

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

Plamen Mitrev
Telerik team
 answered on 27 Jan 2020
13 answers
618 views
When I LaunchNewBrowser I get a TimeoutException.  This is a first.  I downloaded the latest version and I get the same results.  I just upgraded to Window 7 so not sure if it's win 7 issue.  Here is my code:

 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); 

Never gets to NavigateTo method.  The IE does launch and ready to surf. 

Using VS 2010.

Any ideas?

Thanks

Rick
Darshana
Top achievements
Rank 1
 answered on 27 Jan 2020
3 answers
498 views

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.

Elena
Telerik team
 answered on 12 Dec 2019
1 answer
70 views

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?

 

 

 

Eyup
Telerik team
 answered on 09 Dec 2019
3 answers
472 views

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

Plamen Mitrev
Telerik team
 answered on 06 Dec 2019
1 answer
111 views

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?

Plamen Mitrev
Telerik team
 answered on 22 Nov 2019
18 answers
461 views
I upgraded my local version of the Testing Framework to 2014.3.903.  A lot of my tests are failing so I need to revert back to a previous version (2014.1.410).  I still have the installer for the previous version, but when I uninstall the new version and try to install the old version it says I'm unable to because it looks like I have a newer version already on my machine.  How can I install the older version?  Thanks!
Rumen
Telerik team
 answered on 25 Oct 2019
3 answers
433 views

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!

Plamen Mitrev
Telerik team
 answered on 18 Oct 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Dominik
Top achievements
Rank 1
Giuliano
Top achievements
Rank 1
Dominic
Top achievements
Rank 1
Glendys
Top achievements
Rank 1
NoobMaster
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?