Hi Team,
According to the telerik blogs
here, the WebAii Testing Framework support extended silverlight RadControls.
So in the silverlight side, I extended the RadWindow Control, it's seems something like this :
I use it in the xaml file:
Then, in the testing side, I
override the RadWindow control mappings like this :
Finally, in the test method I want to locate my extended RadWindow so I do this :
So the
stwindowRad is null
could I forget to do something?
thanks in advance
Larah