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
We have created UI tests using the DEV plugin.
The Project code gets committed to SVN and then the Test is executed via Bamboo as a task using ArtofTest.Runner:
C:\Program Files (x86)\Progress\Test Studio\Bin>ArtOfTest.Runner list="D:\Bamboo
_Home\xml-data\build-dir\FLON-FLOM-JOB1\src\TestStudioProject\TestLists\TestList
2.aiilist"
The test execution does start and the tests gets executed but once the browser is openend , there is an error message : Localhost refused to connect.
TestStudio_Runtime_2020_2_0910_1 is installed and configured on the machine that execute the test.
Please see attached screengrab.
Thanks
Hi,
I don't have much idea about the Devops integration. I am trying to learn about this. So, please help me:)
I read the below link and I have a question if the Devops integration is only possible for "Telerik test studio- Dev Edition" ? or is it possible for Standalone also ?
https://docs.telerik.com/teststudio/system-requirements#test-studio-vs-plugin
Regards,
Nithya A.
I have a line of code to combine two variables:
string expectedValue = $"{testVariable1}-{testVariable2}";
This works fine when I execute this from Visual Studio plug-in but I get an compile error in Test Studio with a message, ": error CS1056: Unexpected character '$'". Is this a known issue?
Thanks,
-Jiyoon
Hello,
What is the best way to verify the filename set with the download dialog that opens during a test? I tried to edit in code but didn't have the option on that step. Thanks in advance!
I have a Test As Step that does a simple login.
I use this test in another test that does work.
How do I databind the Test-As-Step inside another test that uses it as a Test-As-Step?
The goal is to run my main test many times, signing in each iteration base don a databinding of username/passwords.