Completed
Last Updated: 01 Jun 2023 08:37 by ADMIN

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

Completed
Last Updated: 03 May 2023 16:32 by ADMIN

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 

Completed
Last Updated: 18 Apr 2023 07:01 by ADMIN
Created by: Dan
Comments: 7
Type: Feature Request
1
Add the option to hide or resize the Step Result Details panel that persists for all tests in the project.
Completed
Last Updated: 12 Apr 2023 10:47 by ADMIN
Created by: Christopher
Comments: 4
Type: Feature Request
0
Please expose the data binding system. this would allow test to be truly dynamic. e.g. allow users to load property files containing hostname and port and do a find and replace of the hostname and port in test files. This way users don't have to maintain one test per machine per port, they just have to maintain one test and one property file.
Completed
Last Updated: 05 Apr 2023 14:17 by ADMIN
Have a simple GUI that allows configuring Execution Server (Telerik.TestStudio.Scheduling.Client.exe.config) directly, being able to change ports and other settings, including Storage Service ports and DB configuration.
Completed
Last Updated: 05 Apr 2023 14:15 by ADMIN
ADMIN
Created by: Daniel Djambov
Comments: 0
Type: Feature Request
0
Test Runner UI rework:
1. combine the Scheduling and Execution screens with their read-only static information in 1 tab and make sure it is not the default one
2. Rename Process History tab to something like "Runtime Information" and make it the default view tab
3. Improve runtime information by preserving history for all performed runs and add options for export of results and logs
Completed
Last Updated: 05 Apr 2023 14:13 by ADMIN
The generated code does include a comment suggesting that the next line of code will be extracting a value in to a variable, but the related code is not generated.
Completed
Last Updated: 05 Apr 2023 14:11 by ADMIN
Created by: sitefinitysteve
Comments: 0
Type: Feature Request
1
I would like to be able to re-order tests in my project tree view...not for order of execution like in a test list, but to make them easier to manage....or at least give me more options for management.

Like if I'm working on a new test in a big list, maybe I want it at the top\bottom instead of just sorted into the list.

Completed
Last Updated: 05 Apr 2023 14:09 by ADMIN
Now that it is possible to have mixed load/web tests, it will be good in Test Lists view for the selected test list to see the type of tests that are used in the list.

User might not know by name what kind of tests are in the list, so it will be good to have this visibility granted by the default Tests view when a test list is selected
Completed
Last Updated: 05 Apr 2023 14:08 by ADMIN
Steps to reproduce:
1. Record a simple test.
2. Open storyboard and verify that in each picture the test element is highlighted.
3. Click on recapture storyboard.
Actual: After recapture storyboard is over the element highlight rectangle found inside the storyboard screenshots will disappear.
Expected: Highlight remains after recapture storyboard.
Completed
Last Updated: 05 Apr 2023 14:07 by ADMIN
We have all the recorded objects inside a silverlight iframe.

Now our applications have changed and we don't have Iframe anymore.  

But existing scripts are not working as it throws error that silverlight/contentframe is missing. 
Completed
Last Updated: 05 Apr 2023 14:07 by ADMIN
ADMIN
Created by: Cody
Comments: 0
Type: Feature Request
0

			
Completed
Last Updated: 05 Apr 2023 13:53 by ADMIN
Hi Team,

Renaming an element will change the corresponding existing test steps descriptions. However the new ones do not get affected as per this: http://screencast.com/t/SIHUbqDEjes

Thanks in advance,
Faten
Completed
Last Updated: 05 Apr 2023 13:53 by ADMIN
Completed
Last Updated: 03 Apr 2023 21:27 by ADMIN
The Test Studio 2021 R1 SP1 contains changes related to the latest version of Kendo UI for Angular.

 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.

Completed
Last Updated: 03 Apr 2023 21:27 by ADMIN

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.

Completed
Last Updated: 03 Apr 2023 21:26 by ADMIN

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() : ==========
{"Message":"An error has occurred.","ExceptionMessage":"Error parsing NaN value. Path '__value.TestResults[0].__value.ScreenRecordingResultSize', line 1, position 3160.","ExceptionType":"Newtonsoft.Json.JsonReaderException","StackTrace":"   at Newtonsoft.Json.JsonTextReader.ParseNumberNaN(ReadType readType, Boolean matched)
Completed
Last Updated: 03 Apr 2023 21:26 by ADMIN

The Image verification and OCR steps do not work for WPF tests.

Those steps are simply not added to the test with the latest release 2020.R2.

 

Completed
Last Updated: 03 Apr 2023 21:25 by ADMIN

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.

Completed
Last Updated: 03 Apr 2023 21:25 by ADMIN
Created by: Larry
Comments: 0
Type: Bug Report
1
The "Description" column is missing, when I export the test results from the Results tab in Excel. This was previously working on Test Studio 2019.1 and earlier versions. It looks to be a regression, so please take a look and resolve it.
1 2 3 4 5 6