Telerik Forums
Testing Framework Forum
2 answers
155 views

Hi,

 

is there a build-in handler for a ConfirmDialog of WPF? It seems that the ConfirmDialog(as well as the AlertDialog) in the namespace  ArtOfTest.WebAii.Win32.Dialogs only available for a browser.

 

By the way, I have tried the GenericDialog, but it did not work for me.

 

Best regards,

Bo

bo
Top achievements
Rank 1
 answered on 20 Aug 2015
1 answer
144 views

Hi,

 

I'm searching a build-in handle for MessageBox in WPF, and it is exactly this one: http://docs.telerik.com/teststudio/advanced-topics/coded-samples/general/add-message-box

Would it also be possible to use the DialogMonitor to handle it, or could we create a custom handler for it?

 

Best regards,

Bo

Ivaylo
Telerik team
 answered on 20 Aug 2015
3 answers
130 views

Hi

The HTML5 viewer is opened on a button click event. I want to validate if this viewer is opened correctly.

for Silverlight viewer i can use the blow code to validate.

 SilverlightApp app = man.ActiveBrowser.SilverlightApps()[0]; 

app.loaded ,can be used to check. Please help me for HTML5 viewer.

Ivaylo
Telerik team
 answered on 19 Aug 2015
4 answers
216 views

Recently I have upgraded the Telerik Testing Framework to the latest freely available version - TestingFrameworkFree.2015.2.723.but now my solution is full of errors related to the FindElementException class or ArtOfTest.Common. Exceptions namespace. It does not locate the namespace. I even search the Object Explorer but not able to locate there as well. 

Have you guys removed the FindElementException class or ArtOfTest.Common. Exceptions from the latest version. If yes, why? If no, how should I locate this?.

What is the difference between FindElementException and FindException?

 

Thanks and Regards

Vinay

 

 

Ivaylo
Telerik team
 answered on 18 Aug 2015
8 answers
745 views
Hello Telerik,

Snoop application provides possibility to see the value of the 'Source' property of Image WPF element. Based on this value I can identify which exactly image is displayed based on the file name. When I try to get an access to .Source property of ...Wpf.Image element, I get the following exception:

Unable to cast object of type 'ArtOfTest.WebAii.Controls.Xaml.Wpf.BitmapFrameDecode' to type 'ArtOfTest.WebAii.Controls.Xaml.Wpf.ImageSource'.

I want to have possibility to read file name of the displayed image in WPF application.

Thank you.

Kind Regards,
Stanislav Hordiyenko
Ivaylo
Telerik team
 answered on 18 Aug 2015
5 answers
126 views

Hi,

As part of CI process, we are looking forward to execute Telerik test scripts through Teamcity9,

This thread is to know whether anyone tried this combination already. In that case i can get information without browsing.

 

Thanks,

VVP

Boyan Boev
Telerik team
 answered on 03 Aug 2015
6 answers
137 views

Hello everybody,

 

has anyone managed to find Ribbon elements using wpfApp.MainWindow.Find.ByName(....)?

I can find the ribbon element itself, bit sub elements like "RibbonApplicationMenuItem" or "RibbonButton" cannot be found by neither name nor type.

 

Any suggestion is welcome!

 

Greets

Andreas

Boyan Boev
Telerik team
 answered on 03 Aug 2015
3 answers
225 views

I had problems running my UI test in Visual Studio so I attempted to reinstall the Telerik testing framework. I did the following...

 Tried uninstall Telerik 2015.1 (Failed)

Tried repairing Telerik 2015.1 (Failed)

I manually removed the installed files for Telerik as described in several forums and then tried the above (Failed) 

Uninstalled Visual Studio then... 

Tried installing the new version of Telerik 2015.2 (Failed) attached is the screenshot and logs

 

So in short I simply cannot installed the testing testing framework. Any help would be most appreciated.

Boyan Boev
Telerik team
 answered on 30 Jul 2015
3 answers
210 views

I am trying to create a custom HTML control for the h3 tag and am having trouble.  I'm using the thread http://www.telerik.com/forums/custom-web-controls for a reference but am unable to get it to work.  I'm using the Find.ByAttributes<HtmlH3>("class=~someclass") but am not receiving only h3 elements.  Here is my code:

    public class HtmlH3 : HtmlControl
    {
        ArtOfTest.Common.IFindExpression _locatorExpression;

        public HtmlH3(Element element) : base(element)
        {
            _locatorExpression = new HtmlFindExpression("tagname=h3");
        }
        
        public HtmlH3() : base()
        {
            _locatorExpression = new HtmlFindExpression("tagname=h3");
        }
                public override ArtOfTest.Common.IFindExpression LocatorExpression
        {
            get { return _locatorExpression; }
        }
    }

 

Help would be greatly appreciated.  Thanks

Boyan Boev
Telerik team
 answered on 24 Jul 2015
1 answer
113 views
Working on .net app which would interact with silverlight based website.
After installation ​testing framework  the windows pop up doesnt work. popups just flash and go- Even normal right click on the screen flashes and goes away.
Is this a known issue or do i need to buy licensed version. I am on win 7 64 bit professional
Boyan Boev
Telerik team
 answered on 21 Jul 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?