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.
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)
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?
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?
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
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?
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
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