Telerik Forums
Test Studio Forum
10 answers
260 views
I am trying Following code to validate check Box property
      
              SortedList<float, GridViewHeaderCell> columns = new SortedList<float,GridViewHeaderCell>();
              RadGridView grid = Pages.proj1.SilverlightApp.MasterDataGridTigerradgridview;
             GridViewHeaderRow header = grid.HeaderRow;

             IList<GridViewRow> rows = grid.Find.AllByType<GridViewRow>();
                    /*  GridViewCell cell = rows[r].Cells[StatusCol];
                       cell.User.Click(MouseClickType.LeftDoubleClick);
                       cell.Refresh();
                       
                       FrameworkElement Active = cell.Find.ByAutomationId("activeCheckBox");
                        if (Active.IsChecked == false)
            
                        Active.Check(true);*/

I am getting following error for last two row this code,
c:\Automation1\Manage Jobs\DATA\JobDimention\ADD_JobDimention.tstest.cs: Line 145: (CS1061) 'ArtOfTest.WebAii.Silverlight.FrameworkElement' does not contain a definition for 'Check' and no extension method 'Check' accepting a first argument of type 'ArtOfTest.WebAii.Silverlight.FrameworkElement' could be found (are you missing a using directive or an assembly reference?)
Can you you guide me how can i fix this issue?

Note : Check box in part of RadGridCell as shown in attached screenshot
Elena
Telerik team
 answered on 11 Jan 2021
9 answers
117 views

Our web application is actually made with Silverlight, because we have performance issues while testing.  Especially while entering something in textboxes.
Default values for KeyHoldTime is 100 ms and for TimeBetweenKeypresses 10 ms  -  for our application i have to change every value to 350 + 100 to be sure the value is correctly entered.  It's pain in the ass to edit every textbox manually...  Our bigger forms are made of 150-200 test steps and about 20-40 input boxes.

I coul'd find any settings for default values for these two.  It would be nice to set these per project.

The second problem we have is the "ClearCurrentText" setting, which seems to push random times the back button (instead until the input field is empty).  Longer strings like date+time is never completly cleared by this function, why the entry of the new values fails. Sometime only 1..2 chars are deleted, so also short text/number fields are not properly cleared.   So we click + push delete manually for every entry box.  that's not really what we hoped for from the software.  The time to create a properly running test for a bigger form is actually at 50 hours and more until it finally runs completely error-free several times. The most time we correting stuff TTS is doing wrong like clearing and entering.

Plamen Mitrev
Telerik team
 answered on 30 Dec 2020
9 answers
250 views

Hi,

I'm trying to connect Test Studio to a VisualStudio.com git repository.

 

When I enter the details into the Connect Source Control option it shows:

"Connection to remote repository successful!"

 

However having tried a few different options in this section I can't seem to ever get it to fail (even just entering the word 'anything' as the connection URL shows as successful.

 

 

After connecting, when trying to pull / push / etc it fails to connect, which suggests it never did in the first place:

"Error pushing to remote: Git Source Control: Failed to push items. failed to send request: A connection with the server could not be established"

 

I'm running 18.1.418.0.

Are there any prerequisites required? (I have Visual Studio 2017 installed on the machine and Git for Windows)

 

Elena
Telerik team
 answered on 18 Dec 2020
3 answers
130 views

Hi,

 

I've tried to record a basic WPF test, but when I select the .exe path of the application and click OK I get the following Error :

[...]MyPath\Config does not exit.(it actually says exit and not exist!)

Any idea what this may be? Should I configure something else before recording the WPF test?

Plamen Mitrev
Telerik team
 answered on 18 Dec 2020
3 answers
2.9K+ views

I installed the test studio extension on both chrome and edge (chromium). Unfortunately after loading the extension when trying to record a test, I get a  RESULT_CODE_KILLED_BAD_MESSAGE error message on both browsers. Even after removing the extension from both browsers, this error remains when I try to visit the URL that I tried recording. Not only am I very disappointed in the extension not working properly (the extension works on Firefox but refuses to record half the mouse clicks, but that;s a different story), but I would like my browsers to work properly again. Can anyone please help fix my browsers?

Plamen Mitrev
Telerik team
 answered on 09 Dec 2020
5 answers
115 views

I can't seem to access the Executive Dashboard from any server except the server where it is installed even if I use the IP of that server. The configuration form for it only allows the port to be configured while the one for the scheduling server allows an URL to be configured.

Is this intended?  It doesn't seem very useful to limit it to the server.  Is it just binding to the NETBIOS name (staging) because we aren't on a domain?  Is there a way to configure the bindings of the web server so that it can be public (within our intranet)?

Ex.
Works: http://staging:8085/results/dashboard;projectId=6dbbe3cd-2932-4382-ab5a-f51663416d99;projectName=Efficio%20Main%20Application
Does not work: http://192.168.0.30:8085/results/dashboard;projectId=6dbbe3cd-2932-4382-ab5a-f51663416d99;projectName=Efficio%20Main%20Application
-Bad Request - Invalid Hostname

Plamen Mitrev
Telerik team
 answered on 02 Dec 2020
1 answer
224 views

Hi there,

 

I'm trying to use the selenium sendkeys to input numbers in the KendoUI numricTextBox. But when I run the test the result returns the following:

"OpenQA.Selenium.ElementNotInteractableException : Element <kendo-numerictextbox class="c-input-time c-large k-widget k-numerictextbox ng-untouched ng-pristine ng-valid" name="uren"> is not reachable by keyboard"

Can you help me?

Elena
Telerik team
 answered on 02 Dec 2020
1 answer
133 views
Fellow Testers,
I have been in QA at my job for about 8 months now, and I was recently transitioned into our Automated testing role using Telerik.
Our product is in the healthcare field, and one of our tasks is to extract a specific piece of data (called the RX_ID) from within the code, and marry it to the already completed automated tests. Currently, looking at the Telerik software, it seems as though the reporting function will not allow you to pull in other data other than what's defaulted in the report.
Any input on this would be greatly appreciated.
thanks!
Plamen Mitrev
Telerik team
 answered on 23 Nov 2020
1 answer
180 views

I did not find a relevant answer to our problem so I am contacting you. I'm are experiencing a few problems using the artoftest runner remotely on a virtual machine, set up through the Azure pipeline.
Tests are working locally on my pc with no problem. Our issues are:

 

1. It contains the base URL of our site that is running on a virtual machine from which we are running the tests. Everything works ok when we run the test list locally on the laptop. But when we are running it through the command line manually on the VM, it starts the browser and goes to the localhost address that was previously used.

2. When we run the Azure pipeline, that contains the command line "ArtOfTest.Runner.exe -xml list="C:\TelerikTemp\s\Citus.Platform.Administration.FrontEnd.Tests\TestLists\demo.aiilist""
the overall result fails, with no specific error anymore, we resolved the previous errors with the Chrome browser. Monitoring the behavior of the active processes in the VM while the pipeline is running, we saw that the artoftest runner runs, and also Google Chrome pops out in the list of processes,
but nothing happens. Chrome won't open automatically and the processes terminate with the error message "Overall result: Fail" without any specific detail about the error.

Thank you,
Domagoj Halusek

Elena
Telerik team
 answered on 12 Nov 2020
3 answers
590 views

Hi team,

The kendo angular dropdown is working in some places and not working in some places. 
 
I have kendoangularautocomplete step in 2 places, In one place it is working fine but in other place it is not working,  it seems like the step is passing but not taking the value from drop down.
 
Previously it is recorded with field ID(from html Id), 
but now when try to record the same step it is recording with some other id(like guid). 
attached screenshots for previous recorded and new recorded.

I am using  30 days trial version, and there is no changes in developing side,

So, can you please help me on this issue

 

Thanks & Regards

Srilatha

Elena
Telerik team
 answered on 06 Nov 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?