This is not really a bug. We are integrating Azure Dev Ops into our development environment and I've come across several links explaining how to integrate Test Studio to work in the Azure Dev Ops environment. It's still somewhat abstract to me, but it seems that one of the prerequisites highlighted in red below does not exist in our Azure Dev Ops Environment. Could I be missing something? Or have significant changes been made in the terminology that make it hard to keep up with?
Any help would be welcome or a point the right direction.
SSq
Download dialog which is triggered from a new tab fails to be handled when running a test in Edge and Chrome extensionless mode.
Such download dialog is usually triggered with a link similar to this:
<a href="100MB.zip" target="_blank">Link to donwload</a>
The download dialog looks like this:
Hi there,
I'm looking for some clarification on what settings can be changed when passing a settings file to the ArtOfTestRunner.exe.
When I try to run a test list the settings for "Web" appear to follow the values I set as well as being able to change the Execution Delay, however when I try to change the 'RerunFailedTests' value it will still use the value set in the original list.
Example settings.json I used
{ "Settings": { "__type": "ArtOfTest.WebAii.Core.Settings", "__value": { "Web": { "__type": "ArtOfTest.WebAii.Core.Settings+WebSettings", "__value": { "RecycleBrowser": false, "DefaultBrowser": 12, "BaseUrl": "https://BaseUrl.com/qa", "KillBrowserProcessOnClose": false, "KillBrowsersBeforeStart": false }}, "ExecutionDelay": 0, "RerunFailedTests": true }}}
How can I pass in the RerunFailedTests value from the settings json file?
Thanks for your help,
Liam
When trying to connect Test Studio project to Git source control the following error message appear:
The below snippet to find specific element fails to return the expected element. The Content is of the same element regardless of the "parent()" method.
var item = Find.jQuery()
.tag("div")
.classes(new string[]{"className"})
.contains(name)
.parent()
.first()
.Content;
As a result it seems that the translators for Kendo Angular Input and TextBox components are, currently, not backwards compatible with the previous versions of these controls.
It will be great to fix these so that the latest Test Studio can be used for testing web pages built with previous versions of Kendo Angular controls.
When you add a "Wait for Exists" step from the Step Builder, against existing element in the Elements Explore, it will keep the image that was captured during the recording of that element.
That image is used as a backup logic to try and find the target element for the "Wait for Exists" step, but it should not be used.
The workaround is to delete the image in the target element only for the "Wait for Exists" step.
Long test list execution with video recording generates large video file. As a result, after the run is finished, results are not stored successfully.
The data for large result size is reported to DB but it is not parsed correctly and you can see the following error in the application log.
[12/30 18:34:25,Telerik.TestStudio.ExecutionManagerService.exe(17620:40),Error] CloudStorageRepository`2.ExtractItemsFromResponseAsync() : ==========The HTML output from ArtOfTest.Runner.exe from failed test is missing the expected and actual image on failure. The same details are available, if the output is generated from Test Studio Standalone version.
The actual image on failure exists in the specified output location, but is not included in the HTML. When you open the results with the Result Viewer, you can see the actual image on failure, but the expected image is still missing. Maybe those are 2 separate things to look at.
When I close the Remote Desktop connection, the Test Runner on my VM reconnects to the Windows session successfully, but it does not set the correct resolution.
It seems to default to a base resolution and not the one from Change Console Resolution settings in the Test Runner.
Auto-submitting a bug from local test run works as expected, but not from a remote execution server.
The issue comes from the different certificates that Test Studio and the remote execution server use and the fact that there were changes in Jira's API.
I have an application, where 1 click triggers 2 consecutive confirm dialogs. I handled them both and Test Studio recorded 2 handle confirm dialog steps.
When I run the test against Internet Explorer it works as expected, but in Chrome it is stuck at the second confirm dialog.
Both options to delete a cookie by domain and by cookie do not work for Chrome and Firefox. It still works for Internet Explorer though.
ActiveBrowser.Cookies.DeleteCookie(string domain);
ActiveBrowser.Cookies.DeleteCookie(Cookie cookie);
The ClearBrowserCache step is working as expected and clears all cookies.
I was able to add a custom dynamic target and bind it to a data source. When I do the same for another custom dynamic target with the same Field Name and save the changes, the data binding breaks.
Both dynamic targets are changed to the first target with the lower destination step.