This is a migrated thread and some comments may be shown as answers.

Silverlight - NumericUpDown problems

1 Answer 76 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nikola
Top achievements
Rank 1
Nikola asked on 06 Sep 2010, 08:08 AM
Hi,

I am evaluating your WebUI Test Studio to find out whether it can be used to simplify a testing process of our Silverlight application. It looks really great, but I've stumbled upon a one problem I am unable to solve on my own.

We are rather heavily using both popups (child windows in SL 4.0) and NumericUpDowns (from SL Toolkit) in our application. When I record a test that involves opening a popup window (which I register in its constructor by using PopupTracker.Track(this);) and inputing a value in one of the NumericUpDown, everything seems ok.

So I save the test and execute it. The popup opens, but the NumericUpDown is not found. There are also some TextBoxes in the popup and those are found and values are inputed into them without any problems.

When I use a NumericUpDown outside of popup window, the test executes correctly and the NumericUpDown is found. I would really appreciate any advice you can provide.

Thanks,

Nikola

1 Answer, 1 is accepted

Sort by
0
Nikolai
Telerik team
answered on 08 Sep 2010, 11:43 AM
Hello Nikola,

Unfortunately I did not manage to reproduce the problem. I created a silverlight application with ChildWindow and NumericUpDown control inside and everything was recorded and executed correctly. I used the NumericUpDown control that comes with the MS Silverlight 4 Toolkit.
Also with the latest version of the WebUI TestStudio you no longer need the PopupTracker everything is handled automatically.

If you have a live demo of your application were we can test it would be helpful.

Greetings,
Nikolai
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Nikola
Top achievements
Rank 1
Answers by
Nikolai
Telerik team
Share this question
or