Hello.
I have form with mandatory fields in WPF application and code that makes tests based on Telerik Testing Framework. When my controls (TextBoxes in this case) are in error state they are outlined with red border (as it is shown in the attached file). Windows control TextBox has properties Validation.HasError and Validation.Errors (collection). Visibility of red border depends on them. But wrappers such as ArtOfTest.WebAii.Silverlight.UI.TextBox does not expose access to Validation. I tried to get access to the red border that is actually made by AdornerDecorator through the VisualTree. But ArtOfTest.WebAii.Controls.Xaml.Wpf.AdornedElementPlaceholder does not have AdornedElement property that exists in the wrapped AdornedElementPlaceholder and allows to connect certain Adorner with the TextBox element it is created for.
Is there any approach how I can check in code fields validation state ?
Hello,
I have an issue with some tests that are using Simulate Real Click. Recently a new component was added to the tested application. This component it's added by loading a javascript in the web page (I moved the javsacript in head, body, outside body is the same behavior).
The javascript is inserting a div element in the DOM. Instead of clicking on the needed element from the page, test studio it's clicking on the loaded div by javascript instead of correct DOM element. The needed element it's searched in the DOM by using id and css class .
Is this normal? How can we correct this?
The telerik test studio version is : 2016.3.928.0
Thanks,
Alex
I connected to my git project successfully in github - I can push, pull, and commit changes. I am, however, unable to use the "manage branches" function even though I am connected to the project. I took a screenshot of my log because I can't attach txt files - it says there's a null value for username and password which is a bit odd.
Thanks for your assistance.
Hi ,
I Connected my PC to the docking station which has 2 displays. When I try to Connect Test Studio to IE , I got the error as "Unable to continue recording" .
I Disconnected my PC from the docking station and open test studio to Connect to IE.. I am able to Connect to recorder now..
Could you please suggest a way to solve this problem.. Thanks in Advance!!
Regards,
Nithya A.
Hello,
Test lists executed on-demand or scheduled are not loading to view results. On-demand and Scheduled execution on local and remote VM was working fine before though . I checked Scheduling service and Storage services are running.
When Run List remotely is kick off , am not seeing any test execution in action. I see get test results (Yellow Calendar) but unable to load results.
I just have simple login script added to test list to test this out. This is what I see in the log file.
[02/25 10:43:26,Telerik.TestStudio.Desktop.exe(7300:17),TestStudio] StorageUploader.UploadToCloudAsync() : ------- Function Start -------
[02/25 10:43:26,Telerik.TestStudio.Desktop.exe(7300:42)] First trace message from pool unnamed thread (managed ID = 42, native ID = 9708).
[02/25 10:43:26,Telerik.TestStudio.Desktop.exe(7300:42),TestStudio] StorageUploader.UploadToCloudAsync() : ------- Function End -------
Thanks,
-
Padmashree
Hi,
I’m facing one issue while I’m trying to configure MNG android app with test studio. When the apk is configured from Test Studio its giving the error – “Invalid file name” for some xml files. From the console I understand that APKTool framework is being used, I've not added it manually. So is it a part of Test Studio?
Also how can we check the apktool version and update it?