Hey guys,
currently we're trying to integrate our tests in azure devops pipeline. We want to achieve that the testlist we're running will stop on failure. How can we do that?
I've found the documentation here but it only describes the solution for the desktop application. Not if we want to achieve this behavior in Visual Studio or in Azure Devops pipeline.
Thanks and regards,
Daniel
Hey guys,
we facing a problem while setting up our continious integration test using Azure Devops & Test Studio (ArtofTestRunner).
Since we are using mouse events to navigate through the website to test our UI, our testserver screen needs to be unlocked the whole time during the tests, correct? There is no other option (Link here)?
Since it's a virtual machine this isn't possible without connecting via remote session before every build which isnt really practical.
I hope you guys can help us out setting up a test enviroment which works
Best regards,
Daniel
How do I fix it?
The only unusual thing I did was re-boot my testing server (desktop pc)
So I'm trying out Test Studio and it's very nice.
Super easy to create web tests for my Blazor application and apply various checks/validations etc.
But when I checked out the load testing it seems like it is an HTTP load testing tool similar to JMeter where it only makes HTTP calls to the application. I created the profile from my web test which appears to have captured all HTTP traffic.
But Blazor is using SignalR so I'm wondering if I can truly load test my Blazor application using Test Studio?
Thanks,
Ed
Hi
I am trying to make a simple website login test. Everything works fine, but when I am trying to untick SimulateRealTyping it's entering login so quick it disappears and selects 'log in' button straightaway so I am ending up with blank 'login' slot and full 'password' slot on the website?
Hope it makes sense? Sorry, English isn't my native language.
Any help appreciated :)
Hi Everyone,
I had installed previous version of test studio and then updated to its latest version 2022.3.1013.2 but after updating to its latest version when i am trying to add Microsoft.Office.Interop.Excel.dll through script tab of settings dialog in test studio, it's not reflecting/adding in reference.
Please let me know if anyone faced same issue or you know any resolution to fix this issue.
I have setup a test where page elements are data bound and the test is to navigate to each of the 134 pages accessible from the menu bar in our system and verify the page successfully loads by interrogating the page title. I regularly find that 1 iteration fails for transient reasons and it is subsequently successful on a second test.
I have enabled the option to "Rerun Failed Tests" and while this works, it would be ideal if it only reruns the failed iteration rather than the entire list of 134 iterations. Is there a mechanism available to rerun only the failed iteration?
If retesting just the failed iteration is not possible at the test list level, is there a way to setup my test in a for loop with two iterations, only performing the second iteration on failure of the first, and failing the test only if both iterations fail?
Thank you.