Hi Telerik team,
We have used the RadMasked textbox control for home phone number field of Standard mask type.(___-___-____) which allow 10 digits home phone number and I want to calculate the Radmasked textbox length in coded step.
I have write the following code in script test.
object objhomephone= GetExtractedValue("RmtbHomePhoneNumberText");
int homephone= Convert.ToInt16(objhomephone.ToString().Length);
System.Windows.Forms.MessageBox.Show(homephone.ToString());
I m getting length 12 in message box without entering any digits in home phone number field.
How should i calculate the exact number of digits entered in the rad masked textbox???
Thanks,
Hi,
I've created a simple test for a WPF application that clicks a button in my main window to open another window and then clicks a button in this window. Half of the time the test executes as expected, half of the time it fails, because the window was not found. I added a delay before clicking the second button to make sure, that the window is fully loaded. The title of the window is always the same.
I've tried to create a test like this for another window, but there I have the same issue.
Why is the Test Studio not able to find the window and is there anything I can do to fix this?
This are the logs:
Overall Result: Fail
Recently we found an issue about popup in Edge.
when we do some wrong behaviors, alert will show up. just like this (https://demo.atata.io/products).
And we used dialogElement(the namespace is ArtOfTest.Common.Extensions) to catch the message. It works but after that we can't control the page. Whatever we tried like refresh the page or press enter by code, it always stuck until alert is closed manually or time out. Is there some one has the same situation? And if so, how to solve it?
Below is the code:


Hi - apologies if this was answered but I haven't been able to find it via search.
Will the Testing Framework support .NET 5 or .NET 6 XAML applications on Windows?
We're converting a .NET Framework application and are running into compilation problems when we target "net5.0". Targeting "net461" works fine. Is it possible to write a .NET 5 assembly that links to the Telerik Testing Framework?
If not, is there another product that can be used from .NET 5? Thanks!

Hi Team,
we want to run the automated UI suite not launching the browser (i.e headless state) to ensure we can take advantage of running the tests nightly.
can any one help me understand how to do this.
Thanks in advance.

Hi
Below is the code to iendify a Kendo Input control and enter the text.
public Kendoinput Span
{
get
{
//return driver.ActiveBrowser.Find.ByAttributes<KendoInput>("class=~k-widget", "class=~k-autocomplete", "class=~txtBusinessIndustry", "GroupIndex=0");
}
}
It works perfectly when I execute it with first row of MS Test Data driven with CSV.
When the second row is started to execute, the element is not identified and no error message is displayed.
Any one, please help on this.
Thanks,
Vedha

Hi,
I'm experiencing troubles trying to capture screen of the browser Firefox v. 78.0.2 x64. It always captures empty screen, which does not even look simillar to the browser looking. Please see the attached picture.
I'm calling
Log.CaptureBrowser(ActiveBrowser);
And I have also tried
ActiveBrowser.WaitForPageLoad();
Log.CaptureBrowser(ActiveBrowser);
I have tried the same using Edge Chromium and it worked correctly.
Thank you for any advice!
Regards
Tomas

