Hi Team,
I setup docker in windows server 2019 machine, and start one docker container with image windowsservercore 2019 ,and run telerik ui case in the container with chromeheadless, below error pops:
From this document, seems telerik support docker, https://docs.telerik.com/teststudio/advanced-topics/build-server/docker-container-testing
Can you please given any suggestion about this, I have run the case from command line in docker not know why no-interactive pops. Not sure it's related to the image I use or other setting about docker.
Thanks,
Jun
Hello,
I'm trying to verify that a password displays as masked (just a bunch of dots) on a web page. Is there a way I can do this validation using Telerik?
Thank you and look forward to your response.
HI!
I am having trouble recording actions in a pop-up window for a windows application. The pop-up window is launched during execution when the user clicks a button. During recording the steps seem to be recorded properly, but when executing the test an element not found error occurs. The window doesn't seem to appear in the images of the fail report and the elements of the pop-up window don't seem to be found in the DOM explorer. The window also doesn't seem to be launched as a separate process. If it helps I think the application that I'm testing is very old or parts of it are running very old code (possibly VB6). I'm not sure if this error is due to compatibility or if I am missing a simple step. I was wondering if anyone knew how to fix this. If more details are needed let me know. Thank you so much!
Hello,
I've recently started doing API testing and I wanted to start with the sample project. While this has helped get upper-level picture of how the project should be set up, I noticed the base-url is set up to localhost:5000 thus when I try to run the API test it fails to connect and authenticate. I was also wondering if there was more documentation on the way to parse the JSONPath body response? In a few of the tests I see it reference value and count, but when I try to do that in my project I don't think I'm accessing my return body correctly. Is there any Swagger documentation that shows what the sample project is referencing?
Thanks in advance,
Jessica
I have this import in my test studio project in visual studio <Import Project="$(MSBuildExtensionsPath)\Telerik\WebUITestStudio\Telerik.WebUITestStudio.targets" />
If i build it on my machine in visual studio it works.
I created an agend on my machine for azure devops pipeline and there it shows me an error in the build process task:
the whole error:
##[error]Selmo.Studio.Ui.Automated.Tests\Selmo.Studio.Ui.Automated.Tests.csproj(121,3): Error MSB4019: The imported project "C:\Users\DanCostea\Desktop\BA1\_work\_tool\dotnet\sdk\6.0.420\Telerik\WebUITestStudio\Telerik.WebUITestStudio.targets" was not found. Confirm that the expression in the Import declaration "C:\Users\DanCostea\Desktop\BA1\_work\_tool\dotnet\sdk\6.0.420\\Telerik\WebUITestStudio\Telerik.WebUITestStudio.targets" is correct, and that the file exists on disk.
it seems that i doesnt look in my machines C:\Program Files (x86)\MSBuild\Telerik\WebUITestStudio\Telerik.WebUITestStudio.targets
but it tries to look in the agents folders.
I dont how to get around this issue.
I thought if i run the agent on my pc and test studio ultimate is installed there will be no problems
Hello Telerik Team,
I'm currently automating a script for a web based application that shows a Javascript alert as soon as Save is clicked in the application. However, the Telerik recorder is not able to capture it but I need to be able to accept the alert (click OK) in order to continue to the next step. Does Telerik support this type of scenario?
Thank you and look forward to your response.
Maria
The Test Studio pipeline seems to fail consistently when triggered by a build. However, when we subsequently, manually, run the same Test Studio pipeline, it runs fine.
What are we missing?
This is how we are invoking the test list in the Azure pipeline:
"C:\Program Files (x86)\Progress\Test Studio\Bin\ArtOfTest.Runner.exe" list="TestLists/Test Placer Title Companion (Seller) - Test.aiilist" junit
Hi Team,
I have an issue when putting the action "Handle 'Generic' dialog" in condition IF...ELSE.
When I didn't use condition IF...ELSE, the step Handle 'Generic' dialog is PASSED.
This is the dialog that I want to handle:
And, this is the pass result:
But, when I used the condition IF...ELSE and put the Handle in the ELSE sentence. I got this error
I wonder why the Handle doesn't work in the ELSE sentence?
Please help me look into this problem.
Thanks and Regards,
Tien
Hi,
Query 1:
Is there a way to open other applications while executing testlist for a WPF application
Also is there a way to execute the testlist in background while we can work on other applications other then Telerik ?
Query 2:
Can we open other applications in the secondary monitor when we have multiple monitors connected(2Nos), while executing the testlist in Telerik Test Studio,